Releases: neet/masto.js
Releases Β· neet/masto.js
v6.8.1
6.8.1 (2024-10-11)
Bug Fixes
- Add dependabot.yml to use prefix deps (c43bc7d)
- Add dependabot.yml to use prefix deps (3f8310b)
- Add missing
offset
to SearchAccountsParams (#1164) (54089da)
- Add missing
offset
to v2 SearchParams (#1163) (4ae3951)
- Fix type of AccountSource.fields (#1161) (bd885de)
- Remove ERR_INCLUSION test (101c7ff)
v6.8.0
6.8.0 (2024-06-02)
Features
v6.7.7
6.7.7 (2024-05-03)
Bug Fixes
- Eliminate direct imports from
ws
(37049df)
- Refactor FormData, querystring and websocket utils (1052740)
- Refactor WebSocketSubscription and remove unused code (6870df2)
v6.7.6
6.7.6 (2024-04-29)
Bug Fixes
- Add missing
language
attribute to PreviewCard type (6c6fdef)
- Restore missing
skipPolling
param (620c895)
v6.7.5
6.7.5 (2024-04-27)
Bug Fixes
- Remove unnecessary merging of AbortSignal to avoid overhead (8967643)
v6.7.4
6.7.4 (2024-04-27)
Bug Fixes
- Change
timeout: undefined
to fall back to Fetch API default timeout (dfbaaa6)
v6.7.3
6.7.3 (2024-04-23)
Bug Fixes
- Fix BaseCreateTokenParams["scope"] type to accept null (ab197c5)
- Run npm publish from release-please (4e6b5af)
- Use personal access token on release-please CI (2c6c0be)
v6.7.2
6.7.2 (2024-04-13)
Chores
- deps-dev: bump @typescript-eslint/parser from 7.1.0 to 7.5.0 (a9f1c43)
- deps: bump tar from 6.2.0 to 6.2.1 (dcb8307)
v6.7.1
6.7.1 (2024-04-06)
Chores
- deps-dev: bump @typescript-eslint/eslint-plugin (5a1ceeb)
- deps-dev: bump cspell from 8.5.0 to 8.6.1 (92b3fc2)
- deps-dev: bump rollup from 4.12.0 to 4.14.0 (0a279e9)
- deps-dev: bump size-limit and @size-limit/preset-small-lib (09bb46d)
- deps-dev: bump typedoc from 0.25.9 to 0.25.12 (86af832)
- deps-dev: bump undici from 6.6.2 to 6.11.1 (b0d3ac8)
v6.7.0
6.7.0 (2024-03-16)
Features
- Support
grant_type: authorization_code
and client_credentials
. (1f6b3ca)