Skip to content

Commit 19a87ba

Browse files
Bump version
1 parent 0f68880 commit 19a87ba

8 files changed

+18
-31
lines changed

.changeset/fair-onions-beam.md

-5
This file was deleted.

.changeset/poor-mirrors-beg.md

-5
This file was deleted.

.changeset/strange-games-doubt.md

-5
This file was deleted.

.changeset/tame-llamas-deny.md

-5
This file was deleted.

.changeset/twenty-trees-watch.md

-5
This file was deleted.

.changeset/wise-rats-wait.md

-5
This file was deleted.

CHANGELOG.md

+17
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# formdata-node
2+
3+
## 6.0.0
4+
5+
### Major Changes
6+
7+
- [`324a9a5`](https://github.com/octet-stream/form-data/commit/324a9a59ac6d6ca623269545355b8000de227cc2) Thanks [@octet-stream](https://github.com/octet-stream)! - Drop [node-domexception](https://github.com/jimmywarting/node-domexception) in favour of Node.js' builtins. Consider polyfilling [DOMException](https://developer.mozilla.org/en-US/docs/Web/API/DOMException) if you want to run this package in older environment
8+
9+
- [`324a9a5`](https://github.com/octet-stream/form-data/commit/324a9a59ac6d6ca623269545355b8000de227cc2) Thanks [@octet-stream](https://github.com/octet-stream)! - Bring back CJS support via tsup. You can now import package in both ES and CJS modules
10+
11+
- [`324a9a5`](https://github.com/octet-stream/form-data/commit/324a9a59ac6d6ca623269545355b8000de227cc2) Thanks [@octet-stream](https://github.com/octet-stream)! - Drop [web-streams-polyfill](https://github.com/MattiasBuelens/web-streams-polyfill) in favour of Node.js' builtins. Consider polyfilling [ReadableStream](https://developer.mozilla.org/en-US/docs/Web/API/ReadableStream) if you want to run this package in older environment
12+
13+
- [`47a3ff8`](https://github.com/octet-stream/form-data/commit/47a3ff8bc131dec70251927de066891b0b930b69) Thanks [@octet-stream](https://github.com/octet-stream)! - Add ReadableStream w/o Symbol.asyncIterator support in Blob
14+
15+
- [`0f68880`](https://github.com/octet-stream/form-data/commit/0f688808f8c9eeefe8fdb384e7c5b2e7094bdfeb) Thanks [@octet-stream](https://github.com/octet-stream)! - Add typings tests to make sure FormData, Blob and File compatible with globally available BodyInit type
16+
17+
- [`47a3ff8`](https://github.com/octet-stream/form-data/commit/47a3ff8bc131dec70251927de066891b0b930b69) Thanks [@octet-stream](https://github.com/octet-stream)! - Drop Node.js 16. Now minimal required version is 18.0.0

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "formdata-node",
3-
"version": "5.0.0",
3+
"version": "6.0.0",
44
"type": "module",
55
"description": "Spec-compliant FormData implementation for Node.js",
66
"repository": "octet-stream/form-data",

0 commit comments

Comments
 (0)