Skip to content

Commit

Permalink
Merge pull request #31 from octet-stream/changeset-release/main
Browse files Browse the repository at this point in the history
  • Loading branch information
octet-stream authored Feb 14, 2024
2 parents 53e8e9d + a21e2f4 commit 7f5e9b4
Show file tree
Hide file tree
Showing 8 changed files with 18 additions and 31 deletions.
5 changes: 0 additions & 5 deletions .changeset/curly-buttons-work.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/eighty-toes-dream.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/little-apes-fail.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/mean-weeks-chew.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/odd-cats-hug.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tidy-steaks-press.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 @@
# @octetstream/object-to-form-data

## 3.0.0

### Major Changes

- [`a08f935`](https://github.com/octet-stream/object-to-form-data/commit/a08f9355efd4bb526e304d7cc59598fc1cd9c655) Thanks [@octet-stream](https://github.com/octet-stream)! - Add normalizeValue option. It allows to apply custom transformation per entry value

- [`a08f935`](https://github.com/octet-stream/object-to-form-data/commit/a08f9355efd4bb526e304d7cc59598fc1cd9c655) Thanks [@octet-stream](https://github.com/octet-stream)! - Deprecate `serialize.strict` member. Use objectToFormData function directly

- [`a08f935`](https://github.com/octet-stream/object-to-form-data/commit/a08f9355efd4bb526e304d7cc59598fc1cd9c655) Thanks [@octet-stream](https://github.com/octet-stream)! - Add [`FormData`](https://developer.mozilla.org/en-US/docs/Web/API/FormData) option allowing to pass custom FormData implementation

- [`a08f935`](https://github.com/octet-stream/object-to-form-data/commit/a08f9355efd4bb526e304d7cc59598fc1cd9c655) Thanks [@octet-stream](https://github.com/octet-stream)! - Rewrite project with TypeScript

- [`a08f935`](https://github.com/octet-stream/object-to-form-data/commit/a08f9355efd4bb526e304d7cc59598fc1cd9c655) Thanks [@octet-stream](https://github.com/octet-stream)! - Drop [`formdata-node`](https://npmjs.com/package/formdata-node) in Node.js environment and rely on globalThis.FormData by default

- [`a08f935`](https://github.com/octet-stream/object-to-form-data/commit/a08f9355efd4bb526e304d7cc59598fc1cd9c655) Thanks [@octet-stream](https://github.com/octet-stream)! - Add notation option and support dot notation in addition to bracket notation
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"type": "module",
"name": "@octetstream/object-to-form-data",
"version": "2.0.0",
"version": "3.0.0",
"description": "Serialize given object/collection to a FormData.",
"repository": {
"type": "git",
Expand Down

0 comments on commit 7f5e9b4

Please sign in to comment.