Releases: neet/masto.js
Releases Β· neet/masto.js
v5.2.1
5.2.1 (2023-01-11)
Bug Fixes
- add value type of done result (f809cbd)
v5.2.0
5.2.0 (2023-01-10)
Bug Fixes
- Add missing filters.createStatus (6a0586a)
- Clear timeout regardless response status (7b4e170)
- FilterResult type (d85a8e5)
- Fix typo on listKeywords (eb82682)
- Fix v2.filters.updateKeyword URL (144435c)
- v2 instance api version (3a491e4)
Features
- add clone for Paginator (0c74998)
- Add missing filter features (a839b03)
v5.1.3
5.1.3 (2023-01-09)
Bug Fixes
- allow omitting one timeline when creating marker (ca1070c)
v5.1.2
5.1.2 (2023-01-08)
Bug Fixes
- update
moved
field type of Account (1fa6546)
v5.1.1
5.1.1 (2023-01-05)
Bug Fixes
- Change searchParams type to Record (2ae64ed), closes #672
v5.1.0
5.1.0 (2023-01-01)
Features
v5.0.4
5.0.4 (2022-12-25)
Bug Fixes
- Node.js < 18 media uploading (987dac7)
v5.0.3
5.0.3 (2022-12-25)
Bug Fixes
- Add default filename only when field value is a blob (fd6d3fb)
- Clear timeout when request completed (f6b2f9c)
v5.0.2
5.0.2 (2022-12-25)
Bug Fixes
- Add default filename for form-data (9a7489f)
- Change return type of Paginator#next to Promise (3399892)
- Fix MastoTimeoutError to be thrown instead of AbortError (8de20a4)
- Update target to ES6 (3a3acec)