Commit graph

76 commits

Author SHA1 Message Date
dc56deb08a
fix: check for listener count before emitting error 2024-04-29 18:09:56 +03:00
a2cdc73735
feat: initial deno support 2024-04-28 23:06:33 +03:00
2bc9f898e5
chore: removed main field from package.json-s 2024-04-27 12:19:09 +03:00
365369be95
fix(node)!: recursive crypto-node import
breaking: moved `NodeCryptoProvider` to @mtcute/node/utils.js
2024-04-27 12:19:08 +03:00
c3c7d1ddce
build: added deprecation notice to commonjs builds 2024-04-27 12:19:08 +03:00
d84a946411
build(node): bumped better-sqlite3 2024-04-27 12:19:07 +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
c5d115f088
chore: use target=es2022 with useDefineForClassFields=true 2024-04-14 22:18:53 +03:00
c962155c2e v0.10.0 2024-04-01 17:32:17 +00:00
e20bc02a0b v0.9.1 2024-03-29 18:18:21 +00:00
fa267eef03
fix: correctly reset session 2024-03-28 18:59:21 +03:00
ff6ffaf31f v0.9.0 2024-03-23 22:57:57 +00:00
31e3cca538
docs: updated node readme 2024-03-23 23:52:11 +03:00
bcbf0d6b8c
Merge branch 'master' into sqlite-abstract 2024-03-23 21:32:37 +03:00
1e780ec4af
feat: @mtcute/bun package for initial first-class bun support 2024-03-23 18:13:31 +03:00
0a072ce6a5
chore: lowercase name 2024-03-20 13:56:18 +03:00
50835609f0
chore!: moved @mtcute/sqlite into @mtcute/node
breaking: @mtcute/sqlite no longer exists
2024-03-20 13:52:50 +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
83746aa460
feat: initial support for connection states 2024-03-12 13:15:27 +03:00
6756c78065
docs: updated readmes 2024-03-07 05:35:37 +03:00
288d6ce7c7
chore: sideeffects: false in the rest of the packages 2024-03-07 05:35:37 +03:00
cbc2002781
chore: worker 2024-03-07 05:35:36 +03:00
fb72d3194d
fix: properly handle file uploads + downloading as node stream 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
2c6162987d v0.7.0 2024-02-19 18:36:06 +00:00
4e78b643df
fix: fixed build for other packages 2024-02-02 04:12:02 +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
d56fb16fc1 v0.3.0 2023-12-18 11:51:40 +00:00
b261a661d2
chore(node): allow omitting input params 2023-12-13 21:43:46 +03:00
72dd8f5b2c v0.2.0 2023-12-02 17:38:41 +00: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
4c42304a79
build: extracted custom build config to packages themselves 2023-11-02 21:23:17 +03:00
59c6ae4cbf v0.1.0 2023-11-01 19:56:23 +00:00
23a0e69942
refactor: no more parse modes! 2023-11-01 20:24:00 +03: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
3d7004fda5
fix: exports 2023-10-23 18:51:24 +03:00
343c925b72
fix(node): do not override .start() 2023-10-23 12:25:39 +03:00
92dddb75f1
feat: new package to automatically scaffold bots 2023-10-22 20:18:12 +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