Releases: neet/masto.js
Releases Β· neet/masto.js
2.0.0-rc3
v2.0.0-rc3
Bump 2.0.0-rc3
1.3.10
π Bug fixes
- Fix event handler's conversation event issue (#30, #33 )
- Fix
context
key of Filter
entity (#31 #32)
2.0.0-rc1
v2.0.0-rc1
Add `poll` to the notification type
1.5.0
New features
- Mastodon 2.7.2 support #38 (VAPID key, registration parameter of an instance entity)
Bug fixes
- Fix return value of
createAccount
- Add missing exports of internal TS interfaces
1.4.0
New features
- Support create account API (#35, #36)
1.3.9
π Bug fixes
- Fix HTTP method of
Mastodon.search
from POST
to GET
(#26, #27)
- Fix argument for version of
Mastodon.search
(#26, #27)
- Fix importing path of
src/client/EventHandler.ts
(#28, #29)
Other
- Update TypeScript to 3.1.6 (74718c1)
- Update typedoc-plugin-markdown to 1.1.18 (74718c1)
1.3.8
New features π
- Mastodon 2.6.0-rc3: card in status entity (#24, #25)
1.3.8-rc1
New features π
- Mastodon 2.6.0-rc3:
card
in status entity (#24, #25)
1.3.7
New features π
- Mastodon 2.6.0 full-support (Conversation API, min_id, the conversation event in streaming API
Bug fixes π£
- Move
@types
packages to devDependencies
- Several type fixes
- Several bug fixes