Commit graph

61 commits

Author SHA1 Message Date
a0ed9c2426
chore: migrate to antfu eslint config (+ reformat) 2024-08-18 07:18:13 +03:00
e429dbe40a
chore: move everything to esm 2024-08-13 02:01:46 +03:00
61b968d414
build: fixed @mtcute/test exports 2024-08-07 18:46:40 +03:00
8df4c1a6b5
build: added some meta in package.json 2024-06-28 00:38:42 +03:00
0219f24a8b
ci: fixed jsr publishing 2024-05-10 03:59:38 +03:00
a4fadc0403
ci: publish to jsr 2024-05-08 19:57:33 +03:00
3d38cc4500
build: generate shims for esnext
also cleaned up build script a bit
2024-04-30 18:12:54 +03:00
3553abc534
build: use @teidesu/deno-types for deno typings 2024-04-30 04:20:56 +03:00
67b290643d
build: use a stripped down non-conflicting version of lib.deno.d.ts instead 2024-04-29 05:50:18 +03:00
b1b79e2ab1
test(e2e-deno): populate packages from upstream 2024-04-29 04:56:32 +03:00
a2cdc73735
feat: initial deno support 2024-04-28 23:06:33 +03:00
c3c7d1ddce
build: added deprecation notice to commonjs builds 2024-04-27 12:19:08 +03:00
5caeff93a9
test: initial e2e publishing testing for deno 2024-04-23 13:44:11 +03:00
40cc10cd87
chore: moved e2e to e2e/node 2024-04-22 00:05:08 +03:00
9d114a3552
build: initial support for jsr building 2024-04-21 04:53:09 +03:00
c5ce2c321d
build: some fixes + made @mtcute/test esm-only 2024-04-14 22:18:53 +03:00
943b13088f
ci(e2e): fixes for crypto-node build 2024-04-13 07:44:59 +03:00
de3d3d81ba
feat(crypto-node): bundle prebuilts with the package 2024-04-13 06:59:12 +03:00
669685ed40
ci: improved release flow 2024-03-24 01:31:44 +03:00
b4099f15bd
build: fixed vitest version in @mtcute/test + fixed vite configs 2024-03-19 01:07:22 +03:00
42f1482d7f
build(core): improved tree-shakeability 2024-03-07 05:35:37 +03:00
c8e026dc03
refactor!: merged client into core + fixed dispatcher for new storage 2024-01-31 19:30:57 +03:00
710c040f60
ci: fixed publish.js script
im retarded
2023-12-29 16:55:34 +03:00
c2e5e0924d
fix: dont commit existing packages 2023-12-29 16:18:59 +03:00
e8556df527
ci: dont publish same version 2023-12-29 15:55:24 +03:00
f4ab514b18
ci: fixed canary publishing 2023-12-19 22:12:39 +03:00
c95b5b70be
ci: publish canary versions to private npm 2023-12-19 00:56:44 +03:00
8fbd5365be
chore: include all breaking changes in changelog 2023-12-02 21:01:39 +03:00
6fb2b652d3
chore: parse commit body from git for changelog 2023-12-02 19:23:57 +03:00
a36cdf1d20
test: run tests in browser 2023-11-30 00:20:37 +03:00
9d12b715c7
chore: moved most configs to .config 2023-11-13 13:28:11 +03:00
ec1154fdef
build: fixed tl versioning + changelog generation 2023-11-12 19:19:02 +03:00
8204dc86a4
chore: removed dispatcher dep from core (again), improved build script 2023-11-12 01:17:20 +03:00
96a443f8d3
test: moved to vitest from mocha/chai
damn vitest is so good
2023-11-09 00:20:43 +03:00
1abf35e30c
feat: basic test utils 2023-11-08 17:28:45 +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
5e79dc32c5
feat: build crypto-node against node crypto 2023-11-02 19:11:26 +03:00
5330dcafa3
fix: apparently npmjs scoped packages are private by default 2023-11-01 22:35:17 +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
12dfebb4ca
build(docs): updated typedoc 2023-10-31 16:23:15 +03:00
137f1cc81b
fix: pnpm install
apparently im dumb
2023-10-29 08:35:44 +03:00
9791f8faae
docs: updated typedoc, added ci, fixed some docs 2023-10-27 14:25:21 +03:00
d5d5615a4d
build(create-bot): fixed package building 2023-10-23 12:19:53 +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
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
443786a35b build: fixed build for client and dispatcher packages 2022-09-12 19:50:39 +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