Releases: neet/masto.js
Releases Β· neet/masto.js
v6.6.4
6.6.4 (2024-03-03)
Chores
- deps-dev: bump @types/node from 20.11.19 to 20.11.24 (f07c8e5)
- deps-dev: bump @typescript-eslint/eslint-plugin (6e9e6d4)
- deps-dev: bump @typescript-eslint/parser from 7.0.2 to 7.1.0 (f582b6b)
- deps-dev: bump cspell from 8.4.1 to 8.5.0 (194dee9)
- deps-dev: bump eslint from 8.56.0 to 8.57.0 (5dc7e62)
- deps-dev: bump typedoc from 0.25.8 to 0.25.9 (ebf330d)
v6.6.3
6.6.3 (2024-03-01)
Bug Fixes
- Use PUT for update for Mastodon-fork compatibility (304d2fd)
v6.6.2
6.6.2 (2024-02-29)
Bug Fixes
- Fix property name for streaming API URL in v2.Instance (a66f087)
v6.6.1
6.6.1 (2024-02-25)
Chores
- docs: Add descriptions for config parameters (ade9eb2)
v6.6.0
6.6.0 (2024-02-23)
Features
- Implement Disposable for mastodon.streaming.Client (d926649)
Bug Fixes
- Handle
skipPolling option properly (4dbccbc)
v6.5.4
6.5.4 (2024-02-22)
Bug Fixes
- Fix "Masquerading as ESM" (4d88a43)
- Prevent REST API client to be a type of function (42abe50)
Chores
- deps: Update dependencies (75107a4)
- refactor: Refactor HTTP dispatcher (90f6c0e)
v6.5.3
6.5.3 (2024-02-22)
Chores
- test: Use docker-compose for E2E testing and reduce file I/O (63ebc29)
v6.5.2
6.5.2 (2023-12-27)
Bug Fixes
- Fix search API to return paginator (2691c27)
- Fix type of hashtags to be an array in
Search entity (35cad26)
v6.5.1
6.5.1 (2023-11-18)
Chores
- Update CONTRIBUTING.md [skip ci] (0dc5158)
v6.5.0
6.5.0 (2023-11-13)
Features
- Add token.revoke to OAuth client (47688e0)