All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Fixed reference loop that caused eslint to fail :(
setDefaultErrorMessages
method to set a default messages for built-in validators.- Changelog :P.
- Broken exports :(.
- Renamed
hasMinValue
validator toisGreaterOrEqualThan
. - Renamed
hasMaxValue
validator toisLessOrEqualThan
. - Renamed
isValidEmail
validator toisEmail
.
- Added
isGreaterThan
validator. - Added
isGreaterOrEqualThan
validator. - Added
isLessThan
validator. - Added
isLessOrEqualThan
validator. - Added
hasMinLength
validator. - Added
hasMinLength
validator.
test
validator to make writing custom/inline validations easier.
- Under the hood refactors.
- Bundled with Typescript.
- Initial commit.