From d1deec1d31f67205cfde1cadf6c5f8bb6a7d631a Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sun, 9 Jun 2024 17:56:00 +0000 Subject: [PATCH] chore(release): 4.3.0 [skip ci] # [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)) --- CHANGELOG.md | 13 +++++++++++++ package.json | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bc0da3f..edb74a9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/package.json b/package.json index b55d099..4d6b0f0 100644 --- a/package.json +++ b/package.json @@ -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",