teidesu
be343b561e
fix(tl-utils): do not break <a href
2022-08-12 17:13:24 +03:00
teidesu
ff58e3ee0d
fix(tl-utils): do not make @link tags for primitives
2022-08-12 17:11:19 +03:00
teidesu
e3dbe3b7d1
fix(tl-utils): do not break @link tags
2022-08-12 17:00:02 +03:00
teidesu
2a97616d80
fix(codegen): fixed typings codegen, added a test
2022-07-23 05:03:38 +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
a2dbccada6
fix(tl-utils): optimize readers code size by merging pre-return vars
2022-06-28 19:26:11 +03:00
teidesu
dd4cc471f6
fix(tl-utils): fixed reader codegen impl for non-zero-size fields between flags
2022-06-28 19:23:32 +03:00
teidesu
6978e159d7
feat(tl-utils): support flag for exposing raw flags in codegen
2022-06-28 18:57:22 +03:00
teidesu
02462dac16
fix(tl): correctly process vector<bytes>
...
fml why am i even doing this
2022-06-05 21:36:12 +03:00
teidesu
ffafb3e5db
build: improved publish script, fixed imports/exports, added note about private repo
2022-05-06 13:23:29 +03:00
teidesu
d031388ea2
fix(build): fixed imports, bumped typescript
2022-05-05 20:08:38 +03:00
teidesu
44e6ffd368
fix(tl): insert true flags after flags field, support multiple flags fields, updated tests
2022-04-29 16:36:41 +03:00
teidesu
916c41e70c
build(codegen): refactored reader codegen (removed the need in additional object), added tests for multiple flags fields
...
i honestly don't know why i did what i did, it's such an over-complication, lol.
2022-04-29 16:13:07 +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