Skip to content

Commit

Permalink
Released v4.0.0-beta.1
Browse files Browse the repository at this point in the history
  • Loading branch information
offirgolan committed May 24, 2018
1 parent a1a71b8 commit 69c31e6
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
@@ -1,6 +1,15 @@
Changelog
=========

## v4.0.0-beta.1

- [#579](https://github.com/offirgolan/ember-cp-validations/pull/579) Update validator test blueprints to latest APIs
- [#580](https://github.com/offirgolan/ember-cp-validations/pull/580) Remove `isDirty`
- [#583](https://github.com/offirgolan/ember-cp-validations/pull/583) export hasValidations decorator for es6 style models [@danielspaniel](https://github.com/danielspaniel)
- [#586](https://github.com/offirgolan/ember-cp-validations/pull/586) update to 3.1 and fix ObjectProxy extends validations bug [@danielspaniel](https://github.com/danielspaniel)
- [#590](https://github.com/offirgolan/ember-cp-validations/pull/590) Update `ember-require-module` to v0.3.0
- [#593](https://github.com/offirgolan/ember-cp-validations/pull/593) Upgrade `ember-validators` to 1.2.0

## v4.0.0-beta.0

- [#564](https://github.com/offirgolan/ember-cp-validations/pull/564) Update all the things
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "ember-cp-validations",
"version": "4.0.0-beta.0",
"version": "4.0.0-beta.1",
"description": "Ember computed property based validation library",
"directories": {
"doc": "doc",
Expand Down

0 comments on commit 69c31e6

Please sign in to comment.