Skip to content

Releases: vacekj/express-json-validator-middleware

v3.0.1

20 May 19:38

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v3.0.0...v3.0.1

v3.0.0

09 May 21:22
689fb6d

Choose a tag to compare

What's Changed

Full Changelog: v2.2.1...v3.0.0

Migration Notes: Upgrading from v2 to v3

v3.0.0-beta.0

05 Dec 16:46

Choose a tag to compare

v3.0.0-beta.0 Pre-release
Pre-release

Beta release of: Upgrade to Ajv v8

Full Changelog: v2.2.1...v3.0.0-beta.0

v2.2.1

17 Aug 11:45

Choose a tag to compare

Changes

Full changelog: v2.2.0...v2.2.1

Contributors

v2.2.0

10 Aug 13:41

Choose a tag to compare

Changes

Full changelog: v2.1.1...v2.2.0

Contributors

Patch 1.1.1

23 Oct 17:12

Choose a tag to compare

This is a mini-release, featuring automatic binding of the .validate method, and edits to the documentation to reflect this change.

Changelog

  • Automatic binding of validator.validate method, manual .bind(validator) is no longer necessary.

express-json-validator-middleware v1.1.0

15 Oct 16:55

Choose a tag to compare

Starting with version 1.1.0, this module uses ajv@5. The ajv release is mostly backwards-compatible, although there are some things you might need to change in your schemas. No other code change should be necessary.
Read ajv's changelog and migration guide here.