Skip to content

Releases: Lemoncode/lcFormValidation

v2.0.0

04 Sep 09:26
Compare
Choose a tag to compare

New Features

  • Added functionality to define nested fields as ValidationConstraints (#86). Some specs (Spec 9 and 10

Breaking Changes

v.1.0.0

30 Mar 16:45
Compare
Choose a tag to compare
  • Replaced extending FormValidation instance with a factory (#47 and #49).
  • Added validators: required, email, pattern, minLength and maxLength (#52).
  • Added ValidationConstraints object to initialize FormValidation (#47).