Skip to content

Commit

Permalink
Merge pull request #69 from octet-stream/changeset-release/main
Browse files Browse the repository at this point in the history
  • Loading branch information
octet-stream authored Oct 24, 2023
2 parents 0f68880 + 19a87ba commit d2f3cda
Show file tree
Hide file tree
Showing 8 changed files with 18 additions and 31 deletions.
5 changes: 0 additions & 5 deletions .changeset/fair-onions-beam.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/poor-mirrors-beg.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/strange-games-doubt.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tame-llamas-deny.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/twenty-trees-watch.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/wise-rats-wait.md

This file was deleted.

17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# formdata-node

## 6.0.0

### Major Changes

- [`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

- [`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

- [`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

- [`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

- [`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

- [`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
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "formdata-node",
"version": "5.0.0",
"version": "6.0.0",
"type": "module",
"description": "Spec-compliant FormData implementation for Node.js",
"repository": "octet-stream/form-data",
Expand Down

0 comments on commit d2f3cda

Please sign in to comment.