dcd757ec5e
v0.12.5
2024-05-29 21:52:21 +00:00
f0a63f3301
v0.12.2
2024-05-25 12:34:46 +00:00
1c0bbcdb0c
v0.12.1
2024-05-20 09:22:38 +00:00
bb722883a3
v0.12.0
2024-05-10 01:27:30 +00:00
2bc9f898e5
chore: removed main
field from package.json
-s
2024-04-27 12:19:09 +03:00
5de055faba
v0.11.0
2024-04-24 14:02:31 +00:00
9d114a3552
build: initial support for jsr building
2024-04-21 04:53:09 +03:00
48d8d58bbf
0.10.2
2024-04-13 07:05:36 +03:00
7dca68d6b9
v0.10.1
2024-04-05 17:24:59 +00:00
c962155c2e
v0.10.0
2024-04-01 17:32:17 +00:00
dc1624e8bc
v0.9.2
2024-04-01 14:29:48 +03:00
e20bc02a0b
v0.9.1
2024-03-29 18:18:21 +00:00
ff6ffaf31f
v0.9.0
2024-03-23 22:57:57 +00:00
0a072ce6a5
chore: lowercase name
2024-03-20 13:56:18 +03:00
b04db0ba6a
v0.8.0
2024-03-17 06:49:36 +00:00
d87a11b52e
build: added sideEffects: false
2024-03-07 05:35:37 +03:00
fbf5c8f4bc
chore!: removed @mtcute/wasm
dependency from core
...
breaking: `WasmCryptoProvider` no longer exists
2024-03-07 05:35:37 +03:00
cbc2002781
chore: worker
2024-03-07 05:35:36 +03:00
a2739b678c
chore!: started extracting platform-specific stuff into separate packages
2024-03-07 05:35:36 +03:00
930d0558f3
v0.7.3
2024-02-28 11:03:43 +00:00
371aea910b
v0.7.2
2024-02-22 13:57:33 +00:00
5e3b6aa626
v0.7.1
2024-02-22 12:41:11 +00:00
8c38f836dd
feat(core): export all methods in methods.js
2024-02-21 21:44:19 +03:00
2c6162987d
v0.7.0
2024-02-19 18:36:06 +00:00
6768b15514
fix: tests
2024-02-03 11:57:40 +03:00
c8e026dc03
refactor!: merged client into core + fixed dispatcher for new storage
2024-01-31 19:30:57 +03:00
f72b810214
v0.6.0
2023-12-29 12:57:36 +00:00
70413dd7b0
v0.5.0
2023-12-29 12:27:13 +00:00
9459748d0d
v0.4.0
2023-12-26 22:12:09 +00:00
02a6a0e133
fix(core): proper exit cleanup in json file
2023-12-19 02:24:19 +03:00
d56fb16fc1
v0.3.0
2023-12-18 11:51:40 +00:00
799fce4152
v0.2.3
2023-12-04 14:11:30 +00:00
465da7aa9d
v0.2.2
2023-12-04 12:58:37 +00:00
72dd8f5b2c
v0.2.0
2023-12-02 17:38:41 +00:00
0b2ae3aac6
fix: import compatibility with ts-node/esm
...
see https://github.com/TypeStrong/ts-node/issues/1934
2023-12-02 04:10:31 +03:00
c42c629475
feat(client): allow implicit storage usage
2023-11-30 23:53:33 +03:00
a36cdf1d20
test: run tests in browser
2023-11-30 00:20:37 +03:00
77c46736da
v0.1.2
2023-11-17 15:27:10 +00:00
6e3394316e
v0.1.1
2023-11-12 16:36:12 +00:00
8204dc86a4
chore: removed dispatcher dep from core (again), improved build script
2023-11-12 01:17:20 +03:00
e31ecbd3d1
test(core): improved test coverage
2023-11-11 18:38:57 +03:00
96a443f8d3
test: moved to vitest from mocha/chai
...
damn vitest is so good
2023-11-09 00:20:43 +03:00
70f4e40ef5
chore: embraced native bigints
2023-11-06 02:28:35 +03:00
eec142f0e5
feat: wasm! 🚀
2023-11-04 06:44:18 +03:00
e0f4b0d7b5
build(deps): removed @types/node and file-type
2023-11-02 19:40:14 +03:00
59c6ae4cbf
v0.1.0
2023-11-01 19:56:23 +00:00
958f7ff81c
ci: release building
2023-11-01 01:03:49 +03:00
103901ed21
build: use workspace:^
to link monorepo deps
2023-10-31 20:55:56 +03:00
220b564d52
chore: set version to 0.1.0
2023-10-30 14:59:34 +03:00
fc42dcb973
feat: updated to layer 166
2023-10-29 08:14:00 +03:00
9791f8faae
docs: updated typedoc, added ci, fixed some docs
2023-10-27 14:25:21 +03:00
3d7004fda5
fix: exports
2023-10-23 18:51:24 +03:00
Alina Tumanova
f5976a2d74
ESM + end-to-end tests ( #11 )
...
* feat: moved tl-runtime to esm and native ArrayBuffers
* feat: migration to esm
* fix(core): web-related fixes
* test: finally, some good fucking e2e
* chore: fixed linters etc
* ci: added e2e to ci
* build(tl): fixed gen-code on node 20
* fix: codegen Uint8Array, not Buffer
never `git reset --hard` kids
* build: only do type-aware linting for `packages/*`
* build: ignore no-unresolved in ci for e2e
* fix: node 16 doesn't have subtle crypto apparently?
* fix(tests): use Uint8Array
for gods sake please can i just merge this already
* ci: don't parallel tasks in ci
because machines are utter garbage and it may just randomly break
* ci: pass secrets to e2e tests
* ci: separate cli command for ci
apparently im retarded
* fix: run codegen in e2e
im actually retarded
* ci: more fixes for e2e
* ci: debugging stuff
* ci: still debugging
* ci: hopefully fix ci???
2023-10-16 19:23:53 +03:00
b5c7a6b90d
chore: change license to MIT
2023-10-12 07:26:26 +03:00
a03d73503a
refactor: initial support for esm
...
also fixed all circular imports and added checking for them via dpdm
2023-10-11 08:42:37 +03:00
e4e51f7d90
docs: fixed nbsp handling, updated to layer 165
2023-10-03 19:34:12 +03:00
dbcd3f0911
feat(tl): updated to 164 layer
2023-09-24 20:22:09 +03:00
7a6a30ea5c
chore: export core utils from @mtcute/core/utils
2023-09-21 13:18:09 +03:00
81ce550604
chore: improved eslint config
...
closes MTQ-54
2023-09-03 02:37:51 +03:00
d3338f6614
fix: build fixes + updated to 160 schema
2023-07-20 17:51:24 +03:00
0471310382
chore: better dependencies management
...
updated and pinned dependencies
added validation for external deps conflicts
removed tl-reference
2023-06-04 17:00:33 +00:00
teidesu
8df099fcb8
feat: updated to layer 150
2022-12-07 14:13:24 +03:00
teidesu
89fd8e8ef0
feat(tl): updated schema to 147
2022-10-30 18:49:55 +03:00
teidesu
8adb79511f
feat(tl): updated layer to 146
2022-09-28 00:42:21 +03:00
teidesu
77bfef98d1
feat: updated to 145 layer
2022-09-12 13:54:33 +03:00
teidesu
390b65f796
build(docs): api reference generation improvements
...
- added readme in each package
- updated typedoc, fixed related issues
- use @link instead of @see
- moved configs to typedoc.js, improved exclusion of unneeded stuff
- custom plugin for typedoc for cross-package references
- preparing to move documentation to separate repository
2022-08-24 23:37:26 +03:00
teidesu
b34a90ec30
build: updated layer to 144
2022-08-12 16:17:35 +03:00
teidesu
a3aca20099
build: updated name in package.json files
2022-07-18 23:32:11 +03:00
teidesu
e68c9f4bb5
refactor: prettier-ed code, rearranged imports, fixed tests
2022-06-30 16:32:56 +03:00
teidesu
1a60b39214
build: added script for bumping version with dependencies
2022-06-29 22:00:34 +03:00
teidesu
2c3529870a
feat(client): updated to layer 143
...
also fixed some minor bugs
2022-06-18 22:47:31 +03:00
teidesu
e0d1102408
fix(tl): bumped minor version
2022-06-05 23:05:15 +03:00
teidesu
e1dab9a195
build: fixed deps
2022-05-14 21:37:48 +03:00
teidesu
9034810ccd
tl: updated to layer 142
2022-05-14 20:30:36 +03:00
teidesu
a1ea1315df
tl: updated to layer 140
2022-04-28 17:23:44 +03:00
teidesu
2289cc690d
build: migrated to pnpm, updated and cleaned up deps
2022-04-28 16:58:09 +03:00
teidesu
9493759572
build: updated to layer 139
...
didn't add any new layers' features, only bumped layer
2022-04-01 22:17:10 +03:00
teidesu
ec736f8590
some changes
...
i've been wanting to name a commit like this for my entire life, lol. seriously though, a lot has changed:
- extracted TL-related stuff to `@mtcute/tl-utils` and `@mtcute/tl-runtime`, rewrote codegen in TS
- updated to layer 134, moved to int64 identifiers
- rewritten networking (mtproto), rewritten updates handling
- *lots* of refactoring
still a very early version though, there are a lot of improvements to be made, but at least it runs, lol
also tl-reference will not be updated anytime soon because i want to rewrite it
2021-11-23 00:03:59 +03:00
teidesu
a834fbfa8d
refactor(core): moved to PollardRhoBrent for PQ factorization (thanks @mytecor!)
...
also removed leemon from deps since it's no longer used
2021-09-23 23:11:43 +03:00
teidesu
9b5ca0cb2a
refactor: improved logging, moved to custom logger instead of debug
2021-08-14 12:57:26 +03:00
teidesu
4b22ee5b25
rename back to mtcute
...
idk lol
2021-08-05 20:38:24 +03:00
teidesu
2f1c8548a0
build: renamed to mtqt
2021-07-25 21:03:40 +03:00
teidesu
3b523598ad
build: changed license to lgplv3
2021-07-19 03:57:47 +03:00
teidesu
8fb099cfeb
fix(core): proper browser support
...
not much really, fixed exports for webpack, fixed binary mode for websocket
2021-07-16 04:31:04 +03:00
teidesu
c2130dec9f
build(tl): updated to layer 131
2021-07-06 18:02:26 +03:00
teidesu
66c4b0e0b0
fix: updated tl version in the rest of the packages
...
webstorm for some fucking reason decided not to save some package.json files lol
2021-06-26 23:13:40 +03:00
teidesu
8cbd6e14c8
build: prepare to publish x3
...
various package json fixes, improved node meta-package
2021-06-07 18:32:29 +03:00
teidesu
280c9f51aa
build: preparing to publish (part 2)
...
fixed imports, package.json files, improved package generation for certain packages, and more (i'm too lazy to describe all the magic that i've done)
2021-06-06 19:23:43 +03:00
teidesu
9e681cb13f
fix(core): continuous aes ctr
2021-04-15 19:39:41 +03:00
teidesu
c286570500
refactor: made all packages private and changed main to typescript file
2021-04-14 22:53:10 +03:00
teidesu
cd8ec8309f
Initial commit
2021-04-08 12:19:38 +03:00