React Joi Validation Versions Save

Extremely flexible validation using Joi and React

v1.7.0

6 years ago

Improvements

  • Switched to using rollup to create release build
  • Commented TypeScript definitions

v1.6.1

6 years ago

Bugfixes

  • Fix regression that caused the callback argument of all change* and validate* methods being called when no validation was actually performed.
  • Fix regression that cause the options parameter for changeValues and changeHandler to be required. It's once again optional.

v1.6.0

6 years ago

New Features

Documentation

  • Added JSDoc comments for all public methods

v1.5.0

6 years ago

Bugfixes

New Features

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.