Releases: lifechurch/validstate
Releases · lifechurch/validstate
Fixes includes, excludes but where we couldn't use an array
1.1.3 - 2019-10-11
Fixed
- 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 Excludes Validation and Updates Dependencies
1.1.2 - 2019-10-11
Added
- Adds new excludes validation rule
- Adds tests
- Updates validstate docs
- Updates both gem and yarn packages
Fixed
- Fixed a bug in the regex method where the
value
andregex
arguments were out of order.
Fixes build bug
1.1.1 - 2018-12-16
Changed
- Added the
/tests
and/docs
directories to the.npmignore
file
Fixed
- Fixed a bug where the
/tests
and/docs
directories were included in the build and causing the app to fail.
Validstate 1.1.0
Added
- 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
Changed
- Custom validation messages are not currently available on nested objects, only single level.
Validstate 1.0.0
First Release of Validstate
- Base Validations
- Configuration Files
- Core Class for Validation methods
- Validstate Reducer