Skip to content

Releases: iamdtang/ember-changeset-conditional-validations

0.6.0

27 May 02:45
Compare
Choose a tag to compare

0.5.0

29 Sep 14:09
Compare
Choose a tag to compare

Adds support for passing a single validator to validateSometimes. This improves the API for combining validations with conditional validations as documented here: https://github.com/skaterdav85/ember-changeset-conditional-validations#combining-validations-with-conditional-validations.

0.4.2

02 Aug 02:55
Compare
Choose a tag to compare
  • Fixes #10
  • Clean up tests
  • Update via ember-cli-update

0.4.1

01 Feb 00:54
Compare
Choose a tag to compare

This release adds a get() method to the condition callback function, making it cleaner and more terse to write conditions that inspect both the changes and underlying content. See README.md.

0.4.0

01 Feb 00:16
Compare
Choose a tag to compare

adds this.get() inside of condition callback

0.3.0

20 Nov 07:34
Compare
Choose a tag to compare

Upgrade Ember CLI to 2.16 and add code coverage. No new features.

v0.2.1

07 Oct 15:59
Compare
Choose a tag to compare
  • README updates

v0.2.0

07 Oct 15:39
Compare
Choose a tag to compare
  • Upgrades Ember CLI to 2.15
  • Switch PhantomJS to headless Chrome

v0.1.0

13 Aug 21:50
Compare
Choose a tag to compare
  • the condition callback is invoked with the changes and the changeset content

v0.0.1

13 Aug 21:03
Compare
Choose a tag to compare
add Travis CI