Skip to content

Commit

Permalink
Released v3.0.0-beta.6
Browse files Browse the repository at this point in the history
  • Loading branch information
offirgolan committed Aug 19, 2016
1 parent d2252ad commit 8309b56
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
Changelog
=========

## v3.0.0-beta.6

- [#305](https://github.com/offirgolan/ember-cp-validations/pull/305) [BUGFIX] Provide `baseDir` to allow for proper caching
- [#311](https://github.com/offirgolan/ember-cp-validations/pull/311) [FEATURE] Place mixin under a named scope for Ember Inspector
- [#312](https://github.com/offirgolan/ember-cp-validations/pull/312) [BUGFIX] Deleted DS.Model records should be suppressed
- [#321](https://github.com/offirgolan/ember-cp-validations/pull/321) [FEATURE] Lazily run validations

## v3.0.0-beta.5

- [#294](https://github.com/offirgolan/ember-cp-validations/pull/294) [BUGFIX] Validate promise resolves even when validations are still validating
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ember-cp-validations",
"version": "3.0.0-beta.5",
"version": "3.0.0-beta.6",
"description": "Ember computed property based validations",
"directories": {
"doc": "doc",
Expand Down

0 comments on commit 8309b56

Please sign in to comment.