Skip to content

Releases: Lemoncode/lcFormValidation

Release list

v2.0.0

Choose a tag to compare

@nasdan nasdan released this 04 Sep 09:26

New Features

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

Breaking Changes

v.1.0.0

Choose a tag to compare

@crsanti crsanti released this 30 Mar 16:45
  • 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).