Releases: ftonato/nope-validator
Releases · ftonato/nope-validator
Release v0.11.1
Added 🚀
- Object
- validate
- abortEarly
- validate
Release v0.11.0
Added 🚀
- Object
- validateAt (#232)
Release v0.10.0
Added 🚀
- Array (#50)
- required
- of
- minLength
- maxLength
- mustContain
- hasOnly
- every
- some
- test
Special thanks to @AAmanzi for adding the array type
Fixes 🔨
- .required property (#141)
Special thanks to @kuzmycz taking his time to open up an issue and a pull request to fix the .required
Internal 🏡
- Bump @babel/types to 7.96
- Bump @types/jest to 25.2.1
- Bump @types/node to 13.13.4
- Bump @typescript-eslint/eslint-plugin to 2.30.0
- Bump @typescript-eslint/parser to 2.30.0
- Bump eslint to 6.8.0
- Bump eslint-plugin-prettier to 3.1.3
- Bump husky to 4.2.5
- Bump jest to 25.5.4
- Bump nodemon to 2.0.3
- Bump prettier to 2.0.5
- Bump ts-jest to 25.4.0
- Bump ts-node 8.10.1
- Bump typescript to 3.8.3
Version 0.9.0
Added 🚀
- Number
- atLeast
- atMost
- greaterThan
- lessThan
Special thanks to @xddz9 for adding the above methods 🎉
Internal 🏡
- Fixed husky precommit hook
- Replaced TSLint with ESLint
- Bump @types/node to 12.6.6
- Bump lodash to 4.17.4 in /benchmark
- Bump lint-staged to 9.2.0
Email flag fix
0.8.1
Fixes 🔨
- Email validation flag
Support for more variety of usage systems
Support build for:
ES2015
ESM
CJS
UMD
AMD
Fixed when conditional not resolving properly in some cases
0.7.2
Fixed when conditional not resolving properly in some cases
Dev:
Bumps @types/node from 12.0.10 to 12.0.12
Release 0.7.0
0.7.0
Added
- Primitive
- notOneOf
- Number
- integer
Many thanks to the contributors @jnaputi253 and @jcolakk ! 🎉
v0.6.0 When conditionals
Added
- Primitives
- when
Email regex fix
Some email validations would take up to 5 seconds. lol