Releases: neet/masto.js
Releases Β· neet/masto.js
1.2.0
New features:
- User recommendation API (mastodon/mastodon#7918)
- Instance activity/peers API (mastodon/mastodon#6125)
- Filtering API (mastodon/mastodon#7905)
Breaking changes:
stream()
now returnsPromise<WebSocket.connection>
for error handling (#1)deleteList()
has been renamed toremoveList()
deleteStatus()
has been renamed toremoveStatus()
Fixes:
- Some type definition of entities have updated