1d12f807c2
chore(release): v0.19.3
Tests / lint (push) Has been skipped
Tests / test-node (node20) (push) Successful in 1m31s
Tests / test-node (node22) (push) Successful in 1m37s
Tests / test-web (chromium) (push) Successful in 1m37s
Tests / test-deno (push) Successful in 1m43s
Tests / test-web (firefox) (push) Successful in 1m43s
Tests / test-bun (push) Successful in 1m53s
Tests / test-node (node18) (push) Successful in 4m7s
Tests / e2e (push) Has been skipped
Tests / e2e-deno (push) Has been skipped
Docs / build (push) Successful in 14m25s
2025-01-06 15:10:21 +00:00
c3a0ba400f
build: bumped fuman
Tests / test-deno (push) Successful in 1m44s
Tests / test-node (node22) (push) Successful in 1m52s
Tests / test-node (node20) (push) Successful in 1m56s
Tests / test-node (node18) (push) Successful in 2m0s
Tests / test-web (chromium) (push) Successful in 1m51s
Tests / test-bun (push) Successful in 2m3s
Tests / test-web (firefox) (push) Successful in 1m2s
Docs / build (push) Successful in 6m14s
Tests / lint (push) Successful in 7m0s
Tests / e2e (push) Successful in 51s
Tests / e2e-deno (push) Successful in 5m8s
2025-01-06 17:53:41 +03:00
27b0ef68de
chore(release): v0.19.2
Tests / lint (push) Has been skipped
Tests / test-node (node18) (push) Successful in 1m43s
Tests / test-deno (push) Successful in 1m37s
Tests / test-node (node20) (push) Successful in 1m46s
Tests / test-node (node22) (push) Successful in 1m44s
Tests / test-web (chromium) (push) Successful in 1m42s
Tests / test-web (firefox) (push) Successful in 1m48s
Tests / e2e (push) Has been skipped
Tests / e2e-deno (push) Has been skipped
Tests / test-bun (push) Successful in 1m49s
Docs / build (push) Successful in 6m10s
2025-01-05 14:17:06 +00:00
1c53bd7a71
build: bumped fuman
Tests / test-deno (push) Successful in 1m40s
Tests / test-node (node20) (push) Successful in 1m49s
Tests / test-bun (push) Successful in 1m47s
Tests / test-node (node18) (push) Successful in 1m54s
Tests / test-node (node22) (push) Successful in 1m52s
Tests / test-web (chromium) (push) Successful in 1m47s
Tests / test-web (firefox) (push) Successful in 1m4s
Docs / build (push) Successful in 6m2s
Tests / lint (push) Successful in 6m44s
Tests / e2e-deno (push) Successful in 58s
Tests / e2e (push) Successful in 49s
2025-01-05 16:56:25 +03:00
51b392696a
chore(release): v0.19.1
2025-01-02 00:19:19 +00:00
c92f445da3
fix: fixed deno types and build
2025-01-01 21:55:42 +03:00
a2fd1c6e79
chore(release): v0.19.0
2024-12-30 21:58:57 +00:00
7be97596aa
chore(release): v0.18.0
2024-12-30 21:22:28 +00:00
a9113b360a
build: bumped typedoc and moved to fuman-build typedoc
2024-12-28 11:25:22 +03:00
884a227495
chore: bumped fuman
2024-12-28 10:55:01 +03:00
b13d23326a
chore: bumped fuman
2024-12-14 20:48:46 +03:00
bb5d2ef676
build: bumped fuman
2024-12-07 09:08:31 +03:00
a07b6673dc
chore: bumped @antfu/eslint-config + reformat
2024-12-03 09:55:37 +03:00
eaa386c148
chore: bumped fuman to release + fixed deno
2024-12-02 08:31:24 +03:00
a953a51ce4
build: bumped fuman
2024-11-28 17:55:57 +03:00
4682359769
feat(core)!: timers!
...
breaking: setOffline renamed to sendOnline
2024-11-23 19:08:24 +03:00
6276d704c8
asd
2024-11-20 19:52:39 +03:00
7b1ab384a0
build: use builds from pkg.pr.new
2024-11-20 19:44:25 +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
cb04b111a5
chore!: moved away from global platform
2024-09-29 04:13:50 +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
66786064e3
chore: use hex/base64/utf from @fuman/utils
2024-09-29 04:13:50 +03:00
baef78403e
chore!: migrated proxies to fuman
...
breaking: http-proxy, socks-proxy and mtproxy packages are deprecated, proxified implementations are available in runtime-specific packages
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
d52682acc3
v0.16.13
2024-09-28 22:15:45 +00: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
318dbd6548
v0.16.9
2024-09-07 21:55:41 +00:00
6166e27808
build: build with vite (initial)
2024-08-24 22:55:25 +03:00
907fe4300e
v0.16.7
2024-08-21 17:56:12 +00: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
cf9739fa8a
build: bumped deps
2024-08-12 05:55:56 +03:00
2f573c06be
v0.16.5
2024-08-07 16:01:58 +00:00
61b968d414
build: fixed @mtcute/test exports
2024-08-07 18:46:40 +03:00
03c2d453e4
v0.16.0
2024-07-16 21:40:32 +00:00
53b9ea8840
v0.15.0
2024-06-30 20:54:26 +00:00
82ab154f0f
v0.14.0
2024-06-26 10:02:31 +00:00
ce11d535cf
v0.13.0
2024-06-02 14:28:27 +00:00
477bfcf294
v0.12.4
2024-05-28 13:08:36 +00:00
6ec7c94ddb
build(deps): use caret peer dependency for @mtcute/test
2024-05-27 17:53:35 +03:00
bb722883a3
v0.12.0
2024-05-10 01:27:30 +00:00
2bc9f898e5
chore: removed main
field from package.json
-s
2024-04-27 12:19:09 +03:00
365369be95
fix(node)!: recursive crypto-node import
...
breaking: moved `NodeCryptoProvider` to @mtcute/node/utils.js
2024-04-27 12:19:08 +03:00
4ab7f4baa8
test: consider Buffers equal to Uint8Arrays
2024-04-27 12:19:07 +03:00
641df422cc
test(unit): running unit tests under deno
2024-04-27 12:19:05 +03:00
5de055faba
v0.11.0
2024-04-24 14:02:31 +00: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