Releases: neet/masto.js
Releases Β· neet/masto.js
2.0.0
@lagunehq/core
was originally created for my personal development. But since I've got users more than I expected, I renamed this project to make it easier to find it, and I decided to maintain it frequently so that it could be used on a larger scale!
This release is the first release on the new name: Masto.js.
Breaking changes
Replace new Mastodon()
to await Masto.login()
. Pass only uri
and accessToken
as an argument, others will be set automatically.
const masto = await new Masto.login({
uri: 'https://example.com',
accessToken: 'token',
});
Added
- Mastodon 2.8.0 support #42 0fb3d0f
- Implemented private constructor 2e91cf8
- Version validation, authentication validation 2e91cf8
Changed
- Change the compiler to Rollup.js #41
- Rename
fetchPeersInstance
tofetchInstancePeers
- Rename
verifyAppCredential
toverifyAppCredentials
Removed
- Removed
setAccessToken
,getAccessToken
and other accessors. 2a68d8f
2.0.0-rc3
v2.0.0-rc3 Bump 2.0.0-rc3
v2.0.0-rc2
Tag 2.0.0-rc2
1.3.10
2.0.0-rc1
v2.0.0-rc1 Add `poll` to the notification type