Skip to content

Commit

Permalink
Release v3.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
workmanw committed Aug 3, 2018
1 parent 9f97135 commit aa45942
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 4 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,17 @@
# Changelog

### v3.3.0 (August 2nd, 2018)

* Update Ember to 3.3.0 (@jakesjews)
* Fixed ember-data compatibility the `fields` property on ember-data model class (@rondale-sc)
* Fixed bug with setting array fragment attr to null (@Techn1x)
* Use `ember-copy` instead of `Ember.copy`/`Ember.Copyable` (@pauln)
* Removed deprecated exports (@jakesjews)
* Replace `exists-sync` package with `fs.existsSync` (@jakesjews)
* Fix ember-data compatibility with `type.modelName` and `_internalModel.modelName` (@JosephHalter)
* Prevent infinite recursion on save with fragmentArray (@JosephHalter)
* When `defaultValue` is a function, don't copy (@Techn1x)

### v3.0.0 (April 4th, 2018)

* Upgrade to Ember 3.0 (@jakesjews)
Expand Down
7 changes: 4 additions & 3 deletions README.md
Expand Up @@ -24,8 +24,9 @@ Use the following table to decide which version of this project to use with your
| >= v2.1.x < v2.3.x | v2.1.x |
| >= v2.3.x < v2.11.x | v2.3.x |
| >= v2.11.x < v2.13.x | v2.11.x |
| >= v2.14.x | v2.14.x | v2.18.x |
| >= v3.0.x | v3.0.x-beta.1 | |
| >= v2.14.x < v3.0.x | v2.14.x |
| >= v3.0.x < v3.2.x | v3.0.x-beta.1 |
| >= v3.2.x | v3.3.x |

#### Notes

Expand All @@ -36,7 +37,7 @@ Use the following table to decide which version of this project to use with your
- Ember Data 2.11 changed the implementation of their `ContainerInstanceCache`. We had to follow suite with our patches so that we could continue offering fragments their own default serializer. See [#224](https://github.com/lytics/ember-data-model-fragments/issues/224).
- Ember Data 2.14 changed `-private` import paths. See [#266](https://github.com/lytics/ember-data-model-fragments/issues/266).
- Ember Data 3.0 changed `ContainerInstanceCache` import paths. See [e4749c10](https://github.com/lytics/ember-data-model-fragments/pull/287/commits/e4749c107610a6d0dd6032a58c66356e6064562a).

- Ember Data 3.2 changed `InternalModel#fields`. See: [#310](https://github.com/lytics/ember-data-model-fragments/pull/310).

## Installation

Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "ember-data-model-fragments",
"version": "3.0.0",
"version": "3.3.0",
"description": "Ember Data addon to support nested JSON documents",
"keywords": [
"ember-addon",
Expand Down

0 comments on commit aa45942

Please sign in to comment.