Releases: greena13/react-joi-validation
Releases · greena13/react-joi-validation
v1.7.0
v1.6.1
Bugfixes
- Fix regression that caused the
callback
argument of allchange*
andvalidate*
methods being called when no validation was actually performed. - Fix regression that cause the
options
parameter forchangeValues
andchangeHandler
to be required. It's once again optional.
v1.6.0
New Features
- Added new new functions for working with arrays
- Stripped out comments from release build
- Add TypeScript definitions
Documentation
- Added JSDoc comments for all public methods
v1.5.0
Bugfixes
New Features
- Address changeHandler's behaviour is implicit and not configurable by adding change handler strategies.
If you wish to use the new feature, please see the Readme's section on change handler strategies for instructions on how to use them. If not, the default change handler strategy preserves the existing behaviour.