Skip to content

Latest commit

 

History

History
55 lines (41 loc) · 1.36 KB

CHANGELOG.md

File metadata and controls

55 lines (41 loc) · 1.36 KB

Changelog

0.8.3(Jun 15, 2018)

Fixed

  • #25 index.d.ts: add void return type to setLocals

0.8.0(Jun 3, 2017)

Added

  • #18 Localization support
  • #16 TypeScript typings

0.7.0(Apr 5, 2017)

Added

  • #14 isLength validation helper

0.6.0(Mar 16, 2016)

Added

  • #11 isPlainObject validation helper
  • #11 isArrayObject validation helper

Fixed

  • #11 node 0.10.x support when running tests

0.5.0(Feb 24, 2016)

Added

  • Custom validation messages

0.4.0(Feb 19, 2016)

Added

  • Add oneOf validation

0.3.1(Feb 18, 2016)

Added

  • Coerce input to string when using validator.js helpers

0.3.0(Feb 13, 2016)

Added

  • Optional validations support

0.2.0(Feb 3, 2016)

Added

  • Add uuid as an alias for isUUID

0.1.2(Feb 3, 2016)

Fixed

  • Fix matches and format parameter order

0.1.1(Jan 28, 2016)

Fixed

  • Only include relevant files to release

0.1.0 (Jan 28, 2016)

Added

  • Initial release