Releases: jbandura/ember-legit-forms
Releases · jbandura/ember-legit-forms
1.0.12
v1.0.11
Changes
- [INTERNAL] Update to ember-cli 1.13.14
- [FEATURE] You can now provide components for error messages and labels (https://github.com/jbandura/ember-legit-forms#customizing-wrapper-markup)
- [FEATURE] New
different
serializer (kudos to @Szeliga for implementing it!)
1.0.10
1.0.6
1.0.4
New validators
- alpha
- 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
.