d5c96ca6fe
feat: updated to layer 186
2024-08-19 09:24:59 +03:00
f3da84bd45
chore: ts-node -> tsx
2024-08-18 12:11:44 +03:00
b76463ccc0
chore: enabled isolatedDeclarations
2024-08-18 09:44:26 +03:00
a0ed9c2426
chore: migrate to antfu eslint config (+ reformat)
2024-08-18 07:18:13 +03:00
c694d7724f
chore(tl): updated docs
2024-08-07 17:20:42 +03:00
4d912a6123
feat: updated to layer 185
2024-07-31 23:00:32 +03:00
0ebd305797
feat(tl): updated to layer 184
2024-07-08 13:55:45 +03:00
35d2aebd34
feat(tl): updated to layer 183
2024-06-30 22:16:23 +03:00
9daa551e33
fix(core): correctly handle result of mtcute.customMethod
2024-06-28 14:59:26 +03:00
fe1047df8b
feat(core): allow sending fully custom payloads
2024-06-26 11:22:08 +03:00
80097fa8be
build(tl): updated to 182 layer
2024-06-25 00:50:38 +03:00
635f02162a
feat(tl): updated to layer 181
2024-05-31 17:58:58 +03:00
8b80a3ddbe
build: updated to 179 layer
2024-05-03 05:30:14 +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
9d114a3552
build: initial support for jsr building
2024-04-21 04:53:09 +03:00
bf2f7999a6
feat!: updated to 177 layer
...
breaking: `.createGroup` now returns `CreateGroupResult`
2024-04-01 15:22:40 +03:00
0a072ce6a5
chore: lowercase name
2024-03-20 13:56:18 +03:00
6828d56317
feat(tl): updated to layer 176
2024-03-17 08:29:46 +03:00
ddc8f1dad7
feat(tl): scrape schema from weba/k sources
2024-03-07 05:54:47 +03:00
a2739b678c
chore!: started extracting platform-specific stuff into separate packages
2024-03-07 05:35:36 +03:00
8460cc3ade
feat(tl): updated to 174 layer
2024-02-19 20:37:36 +03:00
27e14472ff
feat: app config manager
2024-02-05 01:44:51 +03:00
e6c7af6ed2
feat: updated to layer 173
2024-02-04 18:28:27 +03:00
c175e41616
feat!: updated to layer 169
...
breaking:
- boost related methods re-done to allow for multiple boosts per user
- `BotKeyboard.requestPeer` and `peer_chosen` changed
2023-12-24 01:43:58 +03:00
ce3cebff66
fix(tl): repalce %d in descriptions
2023-12-08 05:35:01 +03:00
4d27ca56d1
feat!: updated to layer 167
...
breaking:
- `User#color`: type changed `number -> ChatColors`
- `User#replyBackgroundEmojiId` removed (moved to `color.backgroundEmojiId`)
- same for `Chat`
2023-12-01 17:29:36 +03:00
ba3d02ac94
fix(tl): do not codegen for mtcute.*
2023-11-27 07:06:32 +03:00
b25f9dddfa
feat!: support min updates
...
breaking: changed `ITelegramStorage` interface, changed tl schema a bit
2023-11-27 06:33:32 +03:00
a0a22554cb
feat(tl): updated layer 166
...
gotta love telegram versioning
also made docs downloading faster
2023-11-17 17:26:45 +03:00
ec1154fdef
build: fixed tl versioning + changelog generation
2023-11-12 19:19:02 +03:00
18178b438d
feat(wasm): added sha1/256 to wasm, removed most of async in crypto
2023-11-08 00:53:15 +03:00
eec142f0e5
feat: wasm! 🚀
2023-11-04 06:44:18 +03: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
871f161694
docs: updated packages readmes
2023-11-01 14:05:45 +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
fcab8a5882
fix(tl): cross-schema conflict resolution leading to missing references
2023-10-29 09:14:48 +03:00
fc42dcb973
feat: updated to layer 166
2023-10-29 08:14:00 +03:00
49d9d5999d
fix: stop using tsconfig paths
2023-10-29 00:51:31 +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
0841cbb031
fix: errors codegen
2023-10-12 05:24:16 +03:00
15b76aab60
feat: more stories-related stuff
...
i forgor 💀
2023-10-04 20:50:57 +03:00
7abcc6188a
feat: stories and boosts
...
closes MTQ-51
2023-10-04 19:26:21 +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
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