b4099f15bd
build: fixed vitest version in @mtcute/test + fixed vite configs
2024-03-19 01:07:22 +03:00
852b1b766c
test: properly run tests on bun
...
turned out bun sucks :D
2024-03-18 01:58:36 +03:00
b04db0ba6a
v0.8.0
2024-03-17 06:49:36 +00:00
288d6ce7c7
chore: sideeffects: false in the rest of the packages
2024-03-07 05:35:37 +03:00
a2739b678c
chore!: started extracting platform-specific stuff into separate packages
2024-03-07 05:35:36 +03:00
6c36cf2a72
chore: initial bun support
2024-02-20 00:55:41 +03:00
2c6162987d
v0.7.0
2024-02-19 18:36:06 +00:00
cc5cb3150d
fix(sqlite): added migrations for older storage schema
2024-02-08 02:07:47 +03: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
eca99a7535
refactor!: large refactor of storage implementation
...
breaking: pretty much the entire storage thing has been overhauled.
migrations from older versions **are not** available, please do them manually through string sessions
2024-01-04 00:22:26 +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
81eb664fec
fix(sqlite): dangling timeout when multiple .load() calls
2023-12-20 00:26:00 +03:00
62e8e3b33f
fix(sqlite): cleanup on exit
2023-12-19 02:26:19 +03:00
d56fb16fc1
v0.3.0
2023-12-18 11:51:40 +00:00
56c2085190
feat(core)!: future salts storage
...
breaking: `ITelegramStorage` interface changed
2023-12-12 00:23:34 +03:00
72dd8f5b2c
v0.2.0
2023-12-02 17:38:41 +00:00
8e548d2aa5
fix(sqlite): do not reset on destroy
...
am i actually retarded or something????
2023-11-30 01:27:51 +03:00
a36cdf1d20
test: run tests in browser
2023-11-30 00:20:37 +03:00
ec0865c746
fix(sqlite): reset before destroying
...
should fix client not closing properly
2023-11-27 14:55:27 +03:00
b25f9dddfa
feat!: support min updates
...
breaking: changed `ITelegramStorage` interface, changed tl schema a bit
2023-11-27 06:33:32 +03:00
77c46736da
v0.1.2
2023-11-17 15:27:10 +00:00
13be8482e0
refactor: moved test utils to @mtcute/test
2023-11-13 20:14:32 +03:00
9d12b715c7
chore: moved most configs to .config
2023-11-13 13:28:11 +03:00
6e3394316e
v0.1.1
2023-11-12 16:36:12 +00:00
f525c12f83
fix: auth storage fixes
...
- .reset() no longer resets auth keys by default
- auth keys are stored immediately in sqlite
- update loop fixes for logout
- tests for sqlite storage
likely closes #13 (?)
2023-11-12 07:51:30 +03:00
59c6ae4cbf
v0.1.0
2023-11-01 19:56:23 +00:00
871f161694
docs: updated packages readmes
2023-11-01 14:05:45 +03: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
73cd1e7dc9
docs: use @default
jsdoc tag
2023-10-29 20:25:06 +03:00
9791f8faae
docs: updated typedoc, added ci, fixed some docs
2023-10-27 14:25:21 +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
a6726ccb40
build(deps): bumped prettier to 3.0.3
2023-10-11 08:42:37 +03:00
ec55cb37f7
chore: export Long from core
2023-10-05 01:47:14 +03:00
befbceaf8a
chore: changed prettier width to 120
2023-09-24 01:32:22 +03:00
7a6a30ea5c
chore: export core utils from @mtcute/core/utils
2023-09-21 13:18:09 +03:00
5a3b101c9f
chore: avoid using {}, use Maps instead
2023-09-19 01:33:47 +03:00
7bf63b2507
fix: dont export everything on first connection
2023-09-18 03:16:29 +03:00
81ce550604
chore: improved eslint config
...
closes MTQ-54
2023-09-03 02:37:51 +03:00
85c43d804d
fix: client and updates fixes
2023-08-12 22:40:37 +03:00
eb585fc3f1
build: fixes after rebase
2023-07-24 00:14:37 +03:00
teidesu
a23197df91
feat(core): (initial) support pfs
2023-07-24 00:14:37 +03:00
d88bc0ea60
chore: code quality improvements
...
improved eslint config, fixed linter issues, added husky
2023-06-05 00:30:48 +00: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
d0ea4ed5ca
refactor: changed stylizing of the name (MTCute -> mtcute)
2022-09-14 16:18:56 +03:00