Commit graph

37 commits

Author SHA1 Message Date
220d297e11
fix(web): use a persistent idb version number
Some checks failed
Tests / test-deno (push) Successful in 1m38s
Tests / test-node (node22) (push) Successful in 1m48s
Tests / test-node (node20) (push) Successful in 1m53s
Tests / test-bun (push) Successful in 1m52s
Tests / test-node (node18) (push) Successful in 1m58s
Tests / test-web (chromium) (push) Successful in 1m51s
Tests / test-web (firefox) (push) Successful in 1m12s
Docs / build (push) Successful in 6m6s
Tests / lint (push) Successful in 6m45s
Tests / e2e-deno (push) Successful in 50s
Tests / e2e (push) Failing after 55s
2025-01-10 05:34:32 +03:00
8d9cc443da
fix(web): use globalThis instead of window
Some checks failed
Tests / test-deno (push) Successful in 1m39s
Tests / test-node (node22) (push) Successful in 1m47s
Tests / test-node (node20) (push) Successful in 1m51s
Tests / test-node (node18) (push) Successful in 1m54s
Tests / test-bun (push) Successful in 1m51s
Tests / test-web (chromium) (push) Successful in 1m47s
Tests / test-web (firefox) (push) Successful in 58s
Docs / build (push) Successful in 6m2s
Tests / lint (push) Successful in 6m43s
Tests / e2e (push) Failing after 54s
Tests / e2e-deno (push) Successful in 56s
2025-01-10 04:56:03 +03:00
c92f445da3
fix: fixed deno types and build 2025-01-01 21:55:42 +03:00
a07b6673dc
chore: bumped @antfu/eslint-config + reformat 2024-12-03 09:55:37 +03:00
0692de2179
fix: websocket fix 2024-10-04 03:29:38 +03:00
8b4f4984a1
test: fixed tests 2024-09-29 04:13:51 +03:00
a7ae3735c6
chore: minor cleanup 2024-09-29 04:13:51 +03:00
cb04b111a5
chore!: moved away from global platform 2024-09-29 04:13:50 +03:00
66786064e3
chore: use hex/base64/utf from @fuman/utils 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
4952d33261
fix(core)!: improved min chats handling
breaking:
- `IPeersRepository.PeerInfo` has new field `isMin`
- `getById` has a new argument `allowMin` describing whether it's allowed to return peers where `.isMin == true`
- `getByUsername`, `getByPhone` changed logic: they should *never* return peers where `.isMin == true`
2024-09-28 21:40:57 +03:00
6166e27808
build: build with vite (initial) 2024-08-24 22:55:25 +03:00
92ab16cead
fix(core): forward skipConversationUpdates and updates options to the client 2024-08-21 20:25:05 +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
03fd249cd4
fix: expose methods.js entrypoint in platform-specific packages 2024-08-11 12:43:39 +03:00
e567966f67
fix: correctly pass disableUpdates to constructor 2024-07-24 13:41:33 +03:00
1b5760b3fc
chore(web): inlined iterator 2024-06-28 14:08:45 +03:00
bb722883a3 v0.12.0 2024-05-10 01:27:30 +00: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
b418577bfa
refactor(test): refactored and improved deno/bun vitest polyfills a bit 2024-04-27 12:19:07 +03:00
78457fb158
fix(web): wait for the websocket to close 2024-04-22 19:16:47 +03:00
9d114a3552
build: initial support for jsr building 2024-04-21 04:53:09 +03:00
c5d115f088
chore: use target=es2022 with useDefineForClassFields=true 2024-04-14 22:18:53 +03:00
fa267eef03
fix: correctly reset session 2024-03-28 18:59:21 +03:00
83746aa460
feat: initial support for connection states 2024-03-12 13:15:27 +03:00
d64aa478cc
fix(web): export websocket 2024-03-07 05:35:37 +03:00
56b2fe70d3
fix(web): worker fixes 2024-03-07 05:35:37 +03:00
fbf5c8f4bc
chore!: removed @mtcute/wasm dependency from core
breaking: `WasmCryptoProvider` no longer exists
2024-03-07 05:35:37 +03:00
baa4ccf755
fix(core): web worker implementation 2024-03-07 05:35:36 +03:00
f274dfe857
fix(core): use workaround for wasm loading 2024-03-07 05:35:36 +03:00
cbc2002781
chore: worker 2024-03-07 05:35:36 +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