Skip to content

Commit

Permalink
chore(release): 4.3.0 [skip ci]
Browse files Browse the repository at this point in the history
# [4.3.0](v4.2.0...v4.3.0) (2024-06-09)

### Features

* **unsetcompact:** adds special [] syntax to unsetCompact ([a06396a](a06396a))
* working on unset algorithm ([8f8c9b0](8f8c9b0))

### Performance Improvements

* **unsetcompact:** avoids recursion for trailing [] notation ([3d888ba](3d888ba))
  • Loading branch information
semantic-release-bot committed Jun 9, 2024
1 parent c9607ab commit d1deec1
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
# [4.3.0](https://github.com/aviemet/useInertiaForm/compare/v4.2.0...v4.3.0) (2024-06-09)


### Features

* **unsetcompact:** adds special [] syntax to unsetCompact ([a06396a](https://github.com/aviemet/useInertiaForm/commit/a06396a19604dfe3aab0443ebdc13a3a4fffdc71))
* working on unset algorithm ([8f8c9b0](https://github.com/aviemet/useInertiaForm/commit/8f8c9b08b942dcd3b60c05e42024afc176e295ac))


### Performance Improvements

* **unsetcompact:** avoids recursion for trailing [] notation ([3d888ba](https://github.com/aviemet/useInertiaForm/commit/3d888baffaa9c7d5aa560a53bcea292d1ec3dffe))

# [4.2.0](https://github.com/aviemet/useInertiaForm/compare/v4.1.0...v4.2.0) (2024-05-27)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "use-inertia-form",
"version": "4.2.0",
"version": "4.3.0",
"description": "Extra functionality for Inertia.js useForm hook",
"main": "dist/useInertiaForm.js",
"cjs": "dist/useInertiaForm.cjs",
Expand Down

0 comments on commit d1deec1

Please sign in to comment.