Skip to content

Releases: narkeeso/ember-validator

v0.2.1 - Minor Release

27 May 03:25
Compare
Choose a tag to compare
  • Supports validating properties without a required rule

First tagged release

29 Apr 19:00
Compare
Choose a tag to compare

Changes trim syntax to be passed as an option.

// Trims whitespace from the value being validated
object.validate({ trim: true });
  • Updates tests to reflect changes
  • Updates ember to 1.11.1
  • Updates library version to 0.2.0