Releases: neet/masto.js
Releases Β· neet/masto.js
v5.11.4
v5.11.3
5.11.3 (2023-05-03)
Bug Fixes
- Add 'report' attribute to the Notification entity (#900) (bab715f)
- Add public Report entity (946288c)
- Link header parsing when order is first prev and then next link (853da99)
- Skip /v1/statuses/:id/translate test on PRs from forks (67470d1)
Chores
- deps-dev: bump @typescript-eslint/eslint-plugin (aa424fb)
- deps-dev: bump @typescript-eslint/parser from 5.51.0 to 5.59.2 (3baba6e)
- deps-dev: bump cspell from 6.22.0 to 6.31.1 (639bea1)
- deps-dev: bump eslint from 8.34.0 to 8.39.0 (3a0ca0c)
- deps-dev: bump jest and @types/jest (70d634c)
- deps-dev: bump rollup-plugin-dts from 5.1.1 to 5.3.0 (6fc2406)
- deps-dev: bump semantic-release from 20.1.0 to 21.0.2 (a7990da)
- deps-dev: bump typedoc from 0.23.24 to 0.24.6 (742b33c)
- deps: bump http-cache-semantics from 4.1.0 to 4.1.1 (6e21135)
- deps: bump ws from 8.12.0 to 8.13.0 (6230497)
v5.11.2
v5.11.1
v5.11.0
5.11.0 (2023-04-09)
Features
- Add
sensitized
flag to AdminAccount (18e2221)
Bug Fixes
- Enable carry forward (d68c2c6)
- Fix email confirmation endpoint (fb23044)
- Fix filter.fetchStatus URL (75a310b)
- Fix keys of v1.preferences.fetch (436b72e)
- Fix poll.vote parameters (1a7114e)
- wholeWord is a boolean, not a string (1fc082a)
Chores
- test: Add cache layer to test tokens (df5a307)
- test: Add E2E tests with multiple accounts (8b4b46f)
- test: Add test for _destroy parameter for filters.update (0381091)
- tests: Add tests for accounts, bookmarks, etc (71e11ca)
- tests: Add tests for admin APIs (7efa306)
- tests: Add tests for lists, notifications, etc (8494316)
- tests: Suppress verbose logs (767675f)