- Ability to add custom validation messages on nested objects
- Adds requireGroup rule
- Adds elementOf rule
- Fix state properties cross reducer collision
- Find validstate reducer based on state default
- Fixed a bug in the validations when an array was submitted as a validation value. It needs to be a comma-separted string instead.
- Adds new excludes validation rule
- Adds tests
- Updates validstate docs
- Updates both gem and yarn packages
- Fixed a bug in the regex method where the
value
andregex
arguments were out of order.
- Added the
/tests
and/docs
directories to the.npmignore
file
- Fixed a bug where the
/tests
and/docs
directories were included in the build and causing the app to fail.
- Adds the ability to run validations on nested objects (nth) levels deep.
- Adds validations for American phone numbers, credit cards, value includes, and regex.
- Updates validstate docs with new validations
- Custom validation messages are not currently available on nested objects, only single level.
- Initial Public Release