Skip to content

Releases: Logitar/validation.js

v1.0.3

01 Jun 23:31

Choose a tag to compare

Fixed

  • Allow 0 numerical values as validator arguments. This is technically a breaking change, but is not change per say because it should have been done since the beginning.
  • Empty strings are now valid in every rule validating strings, except required. This is technically a breaking change, but is not change per say because it should have been done since the beginning.
  • NPM upgrade.

v1.0.2

29 Apr 00:41

Choose a tag to compare

Fixed

  • url now accepts boolean arguments.

v1.0.1

29 Apr 00:21

Choose a tag to compare

Fixed

  • email and url now accept empty strings (but not white space).

v1.0.0

21 Apr 17:53

Choose a tag to compare

Added

  • Implemented Validator, message formatting and validation rules.