Skip to content

Commit 5138dba

Browse files
authored
Merge pull request #1286 from neet/release-please--branches--main--components--masto
chore(main): release 7.0.0
2 parents 0f0df17 + 5f390b3 commit 5138dba

File tree

3 files changed

+24
-3
lines changed

3 files changed

+24
-3
lines changed

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,26 @@
11
# Changelog
22

3+
## [7.0.0](https://github.com/neet/masto.js/compare/v6.10.4...v7.0.0) (2025-04-28)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* Remove deprecated APIs (CreateTokenParamsWithPassword, v1.search.fetch, v2.search.fetch, SuggestionSource)
9+
* Change PaginatorHttp.values to a generator
10+
* Replace mergeAbortSignals with AbortSignal.any
11+
12+
### Features
13+
14+
* Change PaginatorHttp.values to a generator ([cba6d19](https://github.com/neet/masto.js/commit/cba6d19038fd277a6eda919ad76b9a24907ad85f))
15+
* Promote Symbol.dispose for WebSocketSubscription to a stable API ([abd385a](https://github.com/neet/masto.js/commit/abd385a55ce558baac756e5a22ed9bfe843c1df7))
16+
* Remove deprecated APIs (CreateTokenParamsWithPassword, v1.search.fetch, v2.search.fetch, SuggestionSource) ([b2ae9b5](https://github.com/neet/masto.js/commit/b2ae9b58cb02ad334cae4b68244ed3e2747d153e))
17+
18+
19+
### Bug Fixes
20+
21+
* Fix URL Search Parameter with falsy value gets omitted ([1b2418f](https://github.com/neet/masto.js/commit/1b2418fe5570a64aaff24cc94c0f359ab76ef540))
22+
* Replace mergeAbortSignals with AbortSignal.any ([15ee586](https://github.com/neet/masto.js/commit/15ee586113e3a80ccf477b53841dcf35a4a544cc))
23+
324
## [6.10.4](https://github.com/neet/masto.js/compare/v6.10.3...v6.10.4) (2025-04-08)
425

526

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "masto",
33
"description": "Mastodon API client for JavaScript, TypeScript, Node.js, browsers",
44
"private": false,
5-
"version": "6.10.4",
5+
"version": "7.0.0",
66
"author": "Ryo Igarashi <n33t5hin@gmail.com>",
77
"license": "MIT",
88
"type": "module",

0 commit comments

Comments
 (0)