Releases: neet/masto.js
Releases Β· neet/masto.js
v5.5.0
5.5.0 (2023-01-17)
Bug Fixes
- Add logger to Client argument (cc9c848)
- Exclude spec.ts from coverage (9d0ef17)
- Fix isObject to work with Jest (469e79f)
- Fix Token.createdAt (00839b2)
- paginator: parse array in url query string correctly (e3b629e)
Features
- Add experimental oauth repository (7257f22)
v5.4.0
5.4.0 (2023-01-13)
Bug Fixes
- add missing fields for entity (c90871f)
Features
- Change streamingApiUrl to optional (1c53e0b)
v5.3.0
5.3.0 (2023-01-12)
Features
- create client from known instance (3e89eaa)
v5.2.2
5.2.2 (2023-01-11)
Bug Fixes
- Fix v1.accounts.create content-type and return type (3d083f5)
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