Skip to content

Releases: neet/masto.js

v4.10.0

15 Dec 00:05
Compare
Choose a tag to compare

4.10.0 (2022-12-15)

Bug Fixes

  • Remove JSON.parse for delete event type (#754) (b5cb960)

Features

v4.9.2

14 Dec 00:06
Compare
Choose a tag to compare

4.9.2 (2022-12-14)

Bug Fixes

  • Remove re-exports of HTTP implementations (#753) (bafb4cb)

v4.9.1

09 Dec 00:05
Compare
Choose a tag to compare

4.9.1 (2022-12-09)

Bug Fixes

  • Fix wrong types on fetch instance information (#747) (3657eae)

v4.9.0

06 Dec 00:05
Compare
Choose a tag to compare

4.9.0 (2022-12-06)

Features

  • Support /api/v1/admin/email_domain_blocks (#746) (785b617)

v4.8.0

05 Dec 00:05
Compare
Choose a tag to compare

4.8.0 (2022-12-05)

Bug Fixes

  • Fix Card.{width,height} to be number (#745) (8941096), closes #737
  • Fix CreatePushSubscriptionParams#policy to be on the root and required (80ee853)
  • Fix domain blocks to follow the naming convention (ab8191b)

Features

v4.7.5

04 Dec 00:06
Compare
Choose a tag to compare

4.7.5 (2022-12-04)

Bug Fixes

  • Add FilterResult interface and Status.filtered optional prop (581d4f9), closes #737
  • Add missing filterAction (021a332)

v4.7.4

03 Dec 00:06
Compare
Choose a tag to compare

4.7.4 (2022-12-03)

Bug Fixes

  • Fix the type of Filter.wholeWorld to boolean (#726) (525f4e5)

v4.7.3

02 Dec 00:05
Compare
Choose a tag to compare

4.7.3 (2022-12-02)

Bug Fixes

  • Use builtin Object.fromEntries (6a64264)

v4.7.2

01 Dec 00:06
Compare
Choose a tag to compare

4.7.2 (2022-12-01)

v4.7.1

30 Nov 00:06
Compare
Choose a tag to compare

4.7.1 (2022-11-30)

Bug Fixes

  • Correct iterable used when fetching following accounts (9dc35fb)
  • Fix suggestion API URL (2887c98)
  • Rename fetchAll to fetchTags (027e57c)
  • Use Sec-Websocket-Protocols when disabling version check (7755fbd)