Skip to content

Latest commit

 

History

History
117 lines (60 loc) · 1.62 KB

CHANGELOG.md

File metadata and controls

117 lines (60 loc) · 1.62 KB

Changelog

2.0.1

Chore

  • Dependencies updated. Looks like it still works with express v5 too...
  • A Hits-of-Code badge was added
  • Husky scripts updated

2.0.0

BREAKING CHANGE

  • fastest-validator moved to peerDependencies

1.9.5

Chore

  • Exports improvement; dependencies updated

1.9.4

Chore

  • Example from readme covered with test

1.9.3

Fixed

  • do not use a broken fastest-validator option in my readme

1.9.2

Chore

  • build badge fixed

1.9.1

Fixed

  • add types reference to a declaration file

1.9.0

Chore

  • fastest-validator updated to 1.17.0

1.8.1

Chore

  • using node built-in fetch and test modules

1.8.0

Chore

  • fastest-validator updated to 1.13.0

1.7.3

Chore

  • a cjs bundle minimized even more

1.7.2

Chore

  • a cjs bundle minimized

1.7.0

Added

  • every validator factory can get an additional argument now - ValidatorConstructorOptions for a fastest-validator instance (resolve #4)

1.6.0

Added

  • short alias validators were added: BodyValidator, QueryValidator, ParamsValidator

1.5.0

Added

  • typings extended

1.4.2

Fixed

  • using a cjs extension again

1.4.1

Fixed

  • a commonjs files extension was reverted for a correct tests coverage calculating

1.4.0

Added

  • es6 modules supporting was added

1.3.0

Added

  • added the ability to pass a custom validationError handler as the second parameter of the RequestValidator