Commit graph

43 commits

Author SHA1 Message Date
2ee7166682
docs: fix docs config
Some checks failed
Docs / build (push) Successful in 6m0s
Tests / test-node (node18) (push) Successful in 1m58s
Tests / test-deno (push) Successful in 1m54s
Tests / test-node (node22) (push) Successful in 2m0s
Tests / test-node (node20) (push) Successful in 2m3s
Tests / test-web (chromium) (push) Successful in 1m57s
Tests / test-bun (push) Successful in 2m6s
Tests / test-web (firefox) (push) Successful in 2m2s
Tests / lint (push) Successful in 6m21s
Tests / e2e-deno (push) Successful in 54s
Tests / e2e (push) Failing after 55s
2025-01-03 23:53:58 +03:00
486b8ecd51
feat(convert): gramjs StoreSession
closes #82
2025-01-02 01:59:04 +03:00
2973cfe4d8
chore: pushed cjs deadline a bit further 2025-01-01 21:55:41 +03:00
a9113b360a
build: bumped typedoc and moved to fuman-build typedoc 2024-12-28 11:25:22 +03:00
af54f6e1c3
test(e2e): massive rework of e2e tests
now they run as-is, without any bundling. this might seem like a downgrade, but we no longer really need to verify that we publish stuff correctly as we delegate that to `@fuman/build`

meow
2024-12-07 09:08:30 +03:00
a07b6673dc
chore: bumped @antfu/eslint-config + reformat 2024-12-03 09:55:37 +03:00
a9ef0198e9
test: fixed deno/bun/browser tests 2024-12-03 05:46:51 +03:00
eaa386c148
chore: bumped fuman to release + fixed deno 2024-12-02 08:31:24 +03:00
81398889f6
build: exact version when cjs will be dropped 2024-11-29 15:18:07 +03:00
08b42b5ebc
build: fixes 2024-11-20 19:43:32 +03:00
9e3e379c25
chore: moved build to @fuman/build 2024-11-16 16:26:23 +03:00
8b4f4984a1
test: fixed tests 2024-09-29 04:13:51 +03:00
eebf95c6ec
chore!: moved to @fuman/utils for common stuff
breaking: some utils were removed from @mtcute/core/utils.js, use them from @fuman/utils instead
2024-09-29 04:13:50 +03:00
d512da6831
chore: initial migration to fuman networking 2024-09-29 04:13:48 +03:00
f621b0e81a
fix: import EventEmitter from events, not node:events
thanks sindresorhus for not making an option to disable this lint for a specific package lol
2024-09-29 02:54:00 +03:00
6166e27808
build: build with vite (initial) 2024-08-24 22:55:25 +03:00
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
407910c2be
build: friendship ended with prettier 2024-08-12 08:19:16 +03:00
cf9739fa8a
build: bumped deps 2024-08-12 05:55:56 +03:00
4f3295b8a7
chore: removed pre-commit hooks 2024-07-16 22:59:36 +03:00
a2cdc73735
feat: initial deno support 2024-04-28 23:06:33 +03:00
4ab7f4baa8
test: consider Buffers equal to Uint8Arrays 2024-04-27 12:19:07 +03:00
b418577bfa
refactor(test): refactored and improved deno/bun vitest polyfills a bit 2024-04-27 12:19:07 +03:00
641df422cc
test(unit): running unit tests under deno 2024-04-27 12:19:05 +03:00
5caeff93a9
test: initial e2e publishing testing for deno 2024-04-23 13:44: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
9eb3ed0088
test: only include package code in coverage 2024-03-19 01:44:55 +03:00
b4099f15bd
build: fixed vitest version in @mtcute/test + fixed vite configs 2024-03-19 01:07:22 +03:00
852b1b766c
test: properly run tests on bun
turned out bun sucks :D
2024-03-18 01:58:36 +03:00
2fe476cf3c
feat: initial support for session conversion 2024-03-07 09:32:16 +03:00
e6f674c622
build: fixed .test.js files being included in the package 2024-03-07 05:35:37 +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
6c36cf2a72
chore: initial bun support 2024-02-20 00:55:41 +03:00
c8e026dc03
refactor!: merged client into core + fixed dispatcher for new storage 2024-01-31 19:30:57 +03:00
d0a7ba4300
test: added retries for ci 2023-12-02 20:08:42 +03:00
a36cdf1d20
test: run tests in browser 2023-11-30 00:20:37 +03:00
362dc29601
fix(docs): fixed config 2023-11-27 06:39:25 +03:00
1b6e41a709
docs: added tracking 2023-11-16 02:42:02 +03:00
13be8482e0
refactor: moved test utils to @mtcute/test 2023-11-13 20:14:32 +03:00
9d12b715c7
chore: moved most configs to .config 2023-11-13 13:28:11 +03:00