Releases: neet/masto.js
Releases Β· neet/masto.js
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)
v5.9.2
5.9.2 (2023-02-18)
Bug Fixes
- Remove JSON content type when body is empty (8bff0fb)
v5.9.1
5.9.1 (2023-02-12)
Bug Fixes
- Fix
disableVersionCheck
being ignored (196fa8f)
v5.9.0
5.9.0 (2023-02-12)
Features
- Add
mediaAttributes
to statuses.update (e34c47e)
- Add
requestedBy
to Relationship entity (af6198b)
- Add Instance.configuration.urls.status (0e98d51)
Chores
v5.8.0
5.8.0 (2023-02-05)
Features
- Add
roles
attribute to Account
(7e04944)
v5.7.0
5.7.0 (2023-01-27)
Features
- Add
policy
field to WebPushSubscription (20ccc90)
Chores
- Fix test for subscription (2e5dff2)
v5.6.1
5.6.1 (2023-01-23)
Bug Fixes
- Add missing repliesPolicy to List (25dc358)
- Correct version range of /api/v2/search (5d5cae7)
v5.6.0
5.6.0 (2023-01-22)
Features
- Add
hideCollections
to v1.account.updateCredentials parameters (a0b6167)
- Add
reading:autoplay:gifs
to Preference (82f7402)
v5.5.1
5.5.1 (2023-01-18)
Bug Fixes
- Fix chore to be included in release note (5230d25)
Chores
- Add tests for streaming API (65e992f)