@lozlow/reform
Version:
Reasonably making forms with ReScript and React sound good
147 lines (50 loc) • 4.4 kB
Markdown
# Change Log
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [10.0.3](https://github.com/Astrocoders/reform/compare/bs-reform@10.0.2...bs-reform@10.0.3) (2021-01-07)
**Note:** Version bump only for package bs-reform
## [10.0.2](https://github.com/Astrocoders/reform/compare/bs-reform@10.0.2-alpha.0...bs-reform@10.0.2) (2021-01-07)
**Note:** Version bump only for package bs-reform
## [10.0.2-alpha.0](https://github.com/Astrocoders/reform/compare/bs-reform@10.0.1-alpha.0...bs-reform@10.0.2-alpha.0) (2020-08-31)
### Bug Fixes
* **tests:** fixes ReForm's broken test ([071e35d](https://github.com/Astrocoders/reform/commit/071e35d9903bcff1508d7691418bfc7418f6b495))
### Features
* **namespace:** remove namespace ([f1b703a](https://github.com/Astrocoders/reform/commit/f1b703aa09d0e5b903898c575aed00e83ba9275e))
* **reschema:** make errors straight strings ([72f7da4](https://github.com/Astrocoders/reform/commit/72f7da4133cf68492f8357b750814e0b4ab95807))
* **validators:** update list of init ([3de6f02](https://github.com/Astrocoders/reform/commit/3de6f02d8f9039668b31b82342ce3de4481f888f))
## [10.0.1-alpha.0](https://github.com/Astrocoders/reform/compare/bs-reform@10.0.0-alpha.0...bs-reform@10.0.1-alpha.0) (2020-07-30)
### Features
* **meta:** meta field ([78ec9aa](https://github.com/Astrocoders/reform/commit/78ec9aa68f0f07246e2e3863dd6efd95b7b60c88))
# [10.0.0-alpha.0](https://github.com/Astrocoders/reform/compare/bs-reform@9.8.0...bs-reform@10.0.0-alpha.0) (2020-07-30)
### Bug Fixes
* **setup:** setup for monorepo watcher ([c4dd831](https://github.com/Astrocoders/reform/commit/c4dd8315574a1d74e90b930cb10c1b01a9ef4d38))
* remove fieldError, just use fieldState ([493bb74](https://github.com/Astrocoders/reform/commit/493bb7411accf889e6092f21fdad057f758fb9ed))
* replace Js.Array.find with Belt.Array.get ([025d5d5](https://github.com/Astrocoders/reform/commit/025d5d5107a095456b1d328b53c3bc5f6ab32705))
### Features
* **monorepo:** setup BS monorepo ([f702b09](https://github.com/Astrocoders/reform/commit/f702b0934f772c77ccd6e0eb01d98bdb5fc46c1e))
* **nested-errors,custom-errors:** add nested errors for field array ([8dcf20a](https://github.com/Astrocoders/reform/commit/8dcf20aa5e20bd383a2836c16ae64b8cbe38c5ca))
* **reform:** drop compat ([c64e594](https://github.com/Astrocoders/reform/commit/c64e5949c11ab6edb276c3ad27dfd58186de8e30))
* **reschema:** use inline records for validators ([bdefa25](https://github.com/Astrocoders/reform/commit/bdefa25041429264f733bbdf8eb2ee7bc96884a5))
# [9.8.0](https://github.com/Astrocoders/reform/compare/bs-reform@9.7.1...bs-reform@9.8.0) (2020-06-23)
### Features
* add handleChangeWithCallback function ([6bf7be1](https://github.com/Astrocoders/reform/commit/6bf7be1))
## [9.7.1](https://github.com/Astrocoders/reform/compare/bs-reform@9.7.0...bs-reform@9.7.1) (2020-01-24)
### Bug Fixes
* add missing function raiseSubmitFailed ([b6b42a6](https://github.com/Astrocoders/reform/commit/b6b42a6))
# [9.7.0](https://github.com/Astrocoders/reform/compare/bs-reform@9.6.1...bs-reform@9.7.0) (2020-01-23)
### Features
* add raiseSubmitFailed to submit API ([36151cd](https://github.com/Astrocoders/reform/commit/36151cd))
* add raiseSubmitFailed to submit API ([e193a7c](https://github.com/Astrocoders/reform/commit/e193a7c))
## [9.6.1](https://github.com/Astrocoders/reform/compare/bs-reform@9.6.0...bs-reform@9.6.1) (2020-01-07)
**Note:** Version bump only for package bs-reform
# [9.6.0](https://github.com/Astrocoders/reform/compare/bs-reform@9.5.0...bs-reform@9.6.0) (2020-01-07)
### Features
* add submit failed form state ([ab29487](https://github.com/Astrocoders/reform/commit/ab29487))
# [9.5.0](https://github.com/Astrocoders/reform/compare/bs-reform@9.4.0...bs-reform@9.5.0) (2019-11-22)
### Bug Fixes
* **bs-reform:** return of validateFields ([890dfb7](https://github.com/Astrocoders/reform/commit/890dfb7))
### Features
* **bs-reform:** add method validateFields ([fc7333f](https://github.com/Astrocoders/reform/commit/fc7333f))
# [9.4.0](https://github.com/Astrocoders/reform/compare/bs-reform@9.3.0...bs-reform@9.4.0) (2019-11-14)
### Features
* upgrade deps ([c595870](https://github.com/Astrocoders/reform/commit/c595870))