Skip to content

Releases: jbandura/ember-legit-forms

1.0.12

24 Apr 19:14
Compare
Choose a tag to compare
  • [FEATURE] New requiredUnlessData validator (link here)
  • [FEATURE] new showErrorMessages option for inputs
  • [FIX] inputs are now validated as you type - errors are only displayed after first focusOut

v1.0.11

28 Jan 16:35
Compare
Choose a tag to compare

Changes

1.0.10

17 Jan 18:53
Compare
Choose a tag to compare
bump version

1.0.6

10 Jan 14:00
Compare
Choose a tag to compare
bump version

1.0.4

03 Jan 18:06
Compare
Choose a tag to compare

New validators

  • alpha
  • email
  • in
  • notIn
  • same
  • size

New features

Added DSL for checking fields and data inside of validators (custom and built in). You can now do validator.get('field:fieldname') to get value of field described by rule named fieldname. The same applies to data objects, e.g validator.get('data:name') would return the value from data hash under key name.

1.0.2

22 Dec 22:21
Compare
Choose a tag to compare
make errors disappear when textarea field set to null

1.0.1

22 Dec 20:01
Compare
Choose a tag to compare
add disabled attribute + make errors disappear when input field set t…