Commit graph

69 commits

Author SHA1 Message Date
7b1ab384a0
build: use builds from pkg.pr.new 2024-11-20 19:44:25 +03:00
7adcc2b95c
chore: use more utils from fuman 2024-11-19 18:35:02 +03:00
9e3e379c25
chore: moved build to @fuman/build 2024-11-16 16:26:23 +03:00
f3c0daa835
chore!: use more utils from fuman 2024-09-29 04:13:50 +03:00
alina sireneva
4bd57316a1
feat(tl): updated to layer 187 (#69) 2024-09-07 07:30:35 -07:00
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
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
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
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
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
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
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
59c6ae4cbf v0.1.0 2023-11-01 19:56:23 +00: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
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
15b76aab60
feat: more stories-related stuff
i forgor 💀
2023-10-04 20:50:57 +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
4b7d7d2e35
refactor: reworked errors codegen 2023-09-06 23:54:51 +03:00
6221a8716f
fix: handle vectors of primitives in rpc_result 2023-07-20 22:07:07 +03:00
d3338f6614
fix: build fixes + updated to 160 schema 2023-07-20 17:51:24 +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
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
d0ea4ed5ca refactor: changed stylizing of the name (MTCute -> mtcute) 2022-09-14 16:18:56 +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