Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
31 changes: 14 additions & 17 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,51 +1,48 @@
## [0.4.1](https://github.com/juicycleff/smartform/compare/v0.4.0...v0.4.1) (2025-05-05)
# [0.10.0](https://github.com/juicycleff/smartform/compare/v0.9.0...v0.10.0) (2025-05-27)


### Bug Fixes
### Features

* fixed malformed form type ([9008f52](https://github.com/juicycleff/smartform/commit/9008f52f05e10d74690fd0d22026b7957c93b2bf))
* implemented react forms ([26f1b99](https://github.com/juicycleff/smartform/commit/26f1b99f1c12bd2f7b7174f705b089a2412b9fa6))



# [0.4.0](https://github.com/juicycleff/smartform/compare/v0.3.0...v0.4.0) (2025-04-22)
# [0.9.0](https://github.com/juicycleff/smartform/compare/v0.8.0...v0.9.0) (2025-05-27)


### Features

* add pnpm lockfile for dependency management ([93d4f4b](https://github.com/juicycleff/smartform/commit/93d4f4bd2e9aaafc443b5cc9a6d837d6502733c3))
* implemented react forms ([2c704fb](https://github.com/juicycleff/smartform/commit/2c704fb28aa65718145552e4f961637e3c19daca))



# [0.3.0](https://github.com/juicycleff/smartform/compare/v0.2.0...v0.3.0) (2025-04-10)
# [0.8.0](https://github.com/juicycleff/smartform/compare/v0.7.0...v0.8.0) (2025-05-27)


### Features

* add workflows for conventional commit checks and release ([66d24d8](https://github.com/juicycleff/smartform/commit/66d24d807ca3042f42a53f3d92727e78c278ba66))
* implemented react forms ([acb9868](https://github.com/juicycleff/smartform/commit/acb98685162e463bd03edd2131e3ff2a1ea9d672))
* implemented react forms ([e05301d](https://github.com/juicycleff/smartform/commit/e05301d37fe01b270d8b53092d292440801545ba))
* implemented react forms ([d1f1928](https://github.com/juicycleff/smartform/commit/d1f192810720878ac7f00b586fe0c931098f85e7))



# [0.2.0](https://github.com/juicycleff/smartform/compare/v0.1.0...v0.2.0) (2025-04-10)
# [0.7.0](https://github.com/juicycleff/smartform/compare/v0.6.1...v0.7.0) (2025-05-27)


### Features

* add workflows for conventional commit checks and release ([d85ecae](https://github.com/juicycleff/smartform/commit/d85ecaeb18866ae4ab8be2d503d1d460b85d1328))
* implemented react forms ([2c417ef](https://github.com/juicycleff/smartform/commit/2c417ef29ddabfb6dd8cde8517437f3d9bf58feb))
* implemented react forms ([f9c1903](https://github.com/juicycleff/smartform/commit/f9c19033a1cc1e3b5a34ab771164f916ec24c904))



# [0.1.0](https://github.com/juicycleff/smartform/compare/f1f6503b6af68a5d0d956e264b4e8e5c364a624c...v0.1.0) (2025-04-10)
## [0.6.1](https://github.com/juicycleff/smartform/compare/v0.6.0...v0.6.1) (2025-05-20)


### Bug Fixes

* handle json encoding errors in API responses ([f1f6503](https://github.com/juicycleff/smartform/commit/f1f6503b6af68a5d0d956e264b4e8e5c364a624c))


### Features

* add workflows for conventional commit checks and release ([86e03ff](https://github.com/juicycleff/smartform/commit/86e03ffc78db10082c99b3ef9721476dafc94e0a))
* add workflows for conventional commit checks and release ([538055c](https://github.com/juicycleff/smartform/commit/538055c87d71c523984fd3e326cb3252abf398f8))
* added default ids for auth fields. ([7f6ac76](https://github.com/juicycleff/smartform/commit/7f6ac761e1a029b8bed9cdac1d9e280eef05552a))



Loading