Skip to content

Releases: neet/masto.js

v6.6.0

23 Feb 00:08
Compare
Choose a tag to compare

6.6.0 (2024-02-23)

Features

  • Implement Disposable for mastodon.streaming.Client (d926649)

Bug Fixes

  • Handle skipPolling option properly (4dbccbc)

v6.5.4

22 Feb 06:23
Compare
Choose a tag to compare

6.5.4 (2024-02-22)

Bug Fixes

  • Fix "Masquerading as ESM" (4d88a43)
  • Prevent REST API client to be a type of function (42abe50)

Chores

  • deps: Update dependencies (75107a4)
  • refactor: Refactor HTTP dispatcher (90f6c0e)

v6.5.3

22 Feb 00:08
Compare
Choose a tag to compare

6.5.3 (2024-02-22)

Chores

  • test: Use docker-compose for E2E testing and reduce file I/O (63ebc29)

v6.5.2

27 Dec 00:09
Compare
Choose a tag to compare

6.5.2 (2023-12-27)

Bug Fixes

  • Fix search API to return paginator (2691c27)
  • Fix type of hashtags to be an array in Search entity (35cad26)

v6.5.1

18 Nov 00:09
Compare
Choose a tag to compare

6.5.1 (2023-11-18)

Chores

  • Update CONTRIBUTING.md [skip ci] (0dc5158)

v6.5.0

13 Nov 00:09
Compare
Choose a tag to compare

6.5.0 (2023-11-13)

Features

  • Add token.revoke to OAuth client (47688e0)

v6.4.2

03 Nov 00:11
Compare
Choose a tag to compare

6.4.2 (2023-11-03)

Chores

  • Simplify logger service (3cedcf8)

v6.4.1

02 Nov 00:10
Compare
Choose a tag to compare

6.4.1 (2023-11-02)

Bug Fixes

  • Use Blob | string as a type annotation for media (cca5c30)

Chores

v6.4.0

29 Oct 00:11
Compare
Choose a tag to compare

6.4.0 (2023-10-29)

Features

  • Add experimental support for explicit resource management (077bc09)

Chores

  • Add dotenv to envrc [skip ci] (4c6fbde)
  • Bump dependencies (f22af2a)
  • deps: bump @babel/traverse from 7.20.1 to 7.23.2 (e448f1e)
  • Use @rollup/plugin-typescript (a7630b6)

v6.3.3

22 Oct 00:10
Compare
Choose a tag to compare

6.3.3 (2023-10-22)

Chores