Ember Cp Validations Versions Save

Ember computed property based validations

v3.3.1

7 years ago
  • #494 [BUGFIX] Async relational validations resolve with fake positive

v3.3.0

7 years ago
  • #477 [FEATURE] Upgrade Ember Validators
    • Confirmation
      • allowBlank
    • Format
      • inverse
    • Length
      • useBetweenMessage (If min and max are set, use the between error message type
    • Number
      • allowNone (defaulted to true)
      • multipleOf

v3.2.4

7 years ago

v3.2.3

7 years ago
  • #443 [BUGFIX] Change factoryFor to use factoryFor().create() @jasonmit

v3.2.2

7 years ago
  • #442 [BUGFIX] Replace private and deprecated _lookupFactory with public & performant factoryFor @cibernox

v3.2.1

7 years ago
  • #441 [FEATURE] Updated blueprints to account for new mocha syntax @Patsy-issa

v3.2.0

7 years ago
  • #436 [BUGFIX] Performance Improvements
  • #438 Upgrade ember-validators

Ember-Validators

  • #39 [FEATURE] allowNonTld & minTldLength in format validator by Offir Golan
  • #41 [BUGFIX] Use String.match instead of RegExp.test to support g flag by Offir Golan

v3.1.5

7 years ago
  • #414 [BUGFIX] Debounce context not properly set

v3.1.4

7 years ago
  • #414 Dependency upgrades

v3.1.3

7 years ago