Just Validate Versions Save

Modern, simple, lightweight (~5kb gzip) form validation library written in Typescript, with no dependencies (no JQuery!). Support a wide range of predefined rules, async, files, dates validation, custom error messages and styles, localization. Support writing custom rules and plugins.

v4.3.0

6 months ago

4.3.0 (2023-11-13)

Features

v4.2.0

1 year ago

4.2.0 (2023-02-07)

Features

v4.1.0

1 year ago

4.1.0 (2023-01-31)

Features

v4.0.2

1 year ago

4.0.2 (2023-01-12)

Bug Fixes

v4.0.1

1 year ago

4.0.1 (2023-01-03)

Bug Fixes

  • #94 make the context compatible with the old interface (03f1bb3)

v4.0.0

1 year ago

4.0.0 (2022-12-28)

Features

  • #93 skip email validation if the field is empty (d2b83fe)
  • add integer rule (9b805fe)

BREAKING CHANGES

  • number rule accepts float number now
  • email rule is not triggered if the field is empty

v3.10.0

1 year ago

3.10.0 (2022-12-10)

Features

v3.9.1

1 year ago

3.9.1 (2022-12-08)

Bug Fixes

  • #73 made it possible to merge default and custom localization dicts (184c78e)

v3.9.0

1 year ago

3.9.0 (2022-12-07)

Bug Fixes

Features

  • #81 add validateBeforeSubmitting feature (f9277c6)

v3.8.1

2 years ago

3.8.1 (2022-05-18)

Bug Fixes