-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #31 from octet-stream/changeset-release/main
- Loading branch information
Showing
8 changed files
with
18 additions
and
31 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters