Skip to content

Releases: neet/masto.js

v5.2.1

11 Jan 00:05
Compare
Choose a tag to compare

5.2.1 (2023-01-11)

Bug Fixes

  • add value type of done result (f809cbd)

v5.2.0

10 Jan 00:05
Compare
Choose a tag to compare

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

09 Jan 00:05
Compare
Choose a tag to compare

5.1.3 (2023-01-09)

Bug Fixes

  • allow omitting one timeline when creating marker (ca1070c)

v5.1.2

08 Jan 00:05
Compare
Choose a tag to compare

5.1.2 (2023-01-08)

Bug Fixes

  • update moved field type of Account (1fa6546)

v5.1.1

05 Jan 00:05
Compare
Choose a tag to compare

5.1.1 (2023-01-05)

Bug Fixes

  • Change searchParams type to Record (2ae64ed), closes #672

v5.1.0

01 Jan 00:05
Compare
Choose a tag to compare

5.1.0 (2023-01-01)

Features

v5.0.5

26 Dec 00:05
Compare
Choose a tag to compare

5.0.5 (2022-12-26)

v5.0.4

25 Dec 06:33
Compare
Choose a tag to compare

5.0.4 (2022-12-25)

Bug Fixes

  • Node.js < 18 media uploading (987dac7)

v5.0.3

25 Dec 06:18
Compare
Choose a tag to compare

5.0.3 (2022-12-25)

Bug Fixes

  • Add default filename only when field value is a blob (fd6d3fb)
  • Clear timeout when request completed (f6b2f9c)

v5.0.2

25 Dec 00:05
Compare
Choose a tag to compare

5.0.2 (2022-12-25)

Bug Fixes

  • Add default filename for form-data (9a7489f)
  • Change return type of Paginator#next to Promise (3399892)
  • Fix MastoTimeoutError to be thrown instead of AbortError (8de20a4)
  • Update target to ES6 (3a3acec)