- Dependencies updated. Looks like it still works with express v5 too...
- A Hits-of-Code badge was added
- Husky scripts updated
fastest-validator
moved to peerDependencies
- Exports improvement; dependencies updated
- Example from readme covered with test
- do not use a broken fastest-validator option in my readme
- build badge fixed
- add types reference to a declaration file
- fastest-validator updated to 1.17.0
- using node built-in fetch and test modules
- fastest-validator updated to 1.13.0
- a cjs bundle minimized even more
- a cjs bundle minimized
- every validator factory can get an additional argument now - ValidatorConstructorOptions for a fastest-validator instance (resolve #4)
- short alias validators were added: BodyValidator, QueryValidator, ParamsValidator
- typings extended
- using a cjs extension again
- a commonjs files extension was reverted for a correct tests coverage calculating
- es6 modules supporting was added
- added the ability to pass a custom validationError handler as the second parameter of the RequestValidator