Masto.js Versions Save

🐘 Universal Mastodon API client for JavaScript

v6.7.2

1 week ago

6.7.2 (2024-04-13)

Chores

  • deps-dev: bump @typescript-eslint/parser from 7.1.0 to 7.5.0 (a9f1c43)
  • deps: bump tar from 6.2.0 to 6.2.1 (dcb8307)

v6.7.1

2 weeks ago

6.7.1 (2024-04-06)

Chores

  • deps-dev: bump @typescript-eslint/eslint-plugin (5a1ceeb)
  • deps-dev: bump cspell from 8.5.0 to 8.6.1 (92b3fc2)
  • deps-dev: bump rollup from 4.12.0 to 4.14.0 (0a279e9)
  • deps-dev: bump size-limit and @size-limit/preset-small-lib (09bb46d)
  • deps-dev: bump typedoc from 0.25.9 to 0.25.12 (86af832)
  • deps-dev: bump undici from 6.6.2 to 6.11.1 (b0d3ac8)

v6.7.0

1 month ago

6.7.0 (2024-03-16)

Features

  • Support grant_type: authorization_code and client_credentials. (1f6b3ca)

v6.6.4

1 month ago

6.6.4 (2024-03-03)

Chores

  • deps-dev: bump @types/node from 20.11.19 to 20.11.24 (f07c8e5)
  • deps-dev: bump @typescript-eslint/eslint-plugin (6e9e6d4)
  • deps-dev: bump @typescript-eslint/parser from 7.0.2 to 7.1.0 (f582b6b)
  • deps-dev: bump cspell from 8.4.1 to 8.5.0 (194dee9)
  • deps-dev: bump eslint from 8.56.0 to 8.57.0 (5dc7e62)
  • deps-dev: bump typedoc from 0.25.8 to 0.25.9 (ebf330d)

v6.6.3

1 month ago

6.6.3 (2024-03-01)

Bug Fixes

  • Use PUT for update for Mastodon-fork compatibility (304d2fd)

v6.6.2

1 month ago

6.6.2 (2024-02-29)

Bug Fixes

  • Fix property name for streaming API URL in v2.Instance (a66f087)

v6.6.1

2 months ago

6.6.1 (2024-02-25)

Chores

  • docs: Add descriptions for config parameters (ade9eb2)

v6.6.0

2 months ago

6.6.0 (2024-02-23)

Features

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

Bug Fixes

  • Handle skipPolling option properly (4dbccbc)

v6.5.4

2 months ago

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

2 months ago

6.5.3 (2024-02-22)

Chores

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