Skip to content

Commit cfa5e5e

Browse files
authored
chore: simplify compatibility and notes sections
old data had to do with really old versions of this lib and all deps
1 parent fd61341 commit cfa5e5e

File tree

1 file changed

+0
-19
lines changed

1 file changed

+0
-19
lines changed

README.md

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -16,31 +16,12 @@ Use the following table to decide which version of this project to use with your
1616

1717
| Ember Data | Model Fragments |
1818
|------------|-----------------|
19-
| > v1.0.0-beta.7 <= v1.0.0-beta.11 | v0.2.3 |
20-
| v1.0.0-beta.14 | v0.2.8 |
21-
| >= v1.0.0-beta.15 <= v1.0.0-beta.18 | v0.3.3 |
22-
| >= v1.13.x < v2.0.0 | v1.13.x |
23-
| >= v2.0.x < v2.1.0 | v2.0.x |
24-
| >= v2.1.x < v2.3.x | v2.1.x |
25-
| >= v2.3.x < v2.11.x | v2.3.x |
26-
| >= v2.11.x < v2.13.x | v2.11.x |
27-
| >= v2.14.x < v3.0.x | v2.14.x |
28-
| >= v3.0.x < v3.2.x | v3.0.x-beta.1 |
29-
| >= v3.2.x < v3.4.x | v3.3.x |
3019
| >= v3.5.x < v3.12.x | v4.0.x |
3120
| >= v3.13.x | v5.0.x |
3221
| >= v3.28.x | Not fully compatible (See [issue](https://github.com/adopted-ember-addons/ember-data-model-fragments/issues/406)) |
3322

3423
#### Notes
3524

36-
- Ember Data v1.0.0-beta.12 introduced a bug that makes it incompatible with any version of this project.
37-
- Ember Data v1.0.0-beta.15 introduced a breaking change to the serializer API with [Snapshots](https://github.com/emberjs/data/pull/2623). Since this affected fragment serialization as well, support for it was added in v0.3.0. See the [serializing](#serializing) section below for more information.
38-
- Ember Data v1.0.0-beta.19 refactored a large number of internal APIs this project relied on and is not officially supported. Compatibility was added in v0.4.0 and targeted at Ember Data v1.13.x.
39-
- Ember Data 2.3 converted to a full Ember CLI addon. Removing the global `DS` namespace and switching to an import module strategy. More: [Ember Data 2.3 Released](http://emberjs.com/blog/2016/01/12/ember-data-2-3-released.html). Following ember-data's lead, the `MF` namespace was also removed. Import modules directly.
40-
- 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).
41-
- Ember Data 2.14 changed `-private` import paths. See [#266](https://github.com/lytics/ember-data-model-fragments/issues/266).
42-
- Ember Data 3.0 changed `ContainerInstanceCache` import paths. See [e4749c10](https://github.com/lytics/ember-data-model-fragments/pull/287/commits/e4749c107610a6d0dd6032a58c66356e6064562a).
43-
- Ember Data 3.2 changed `InternalModel#fields`. See: [#310](https://github.com/lytics/ember-data-model-fragments/pull/310).
4425
- Ember Data 3.5 added `RecordData` interfaces. See: [#324](https://github.com/lytics/ember-data-model-fragments/pull/324), [emberjs/rfcs#293](https://github.com/emberjs/rfcs/pull/293), and [emberjs/data#5616](https://github.com/emberjs/data/pull/5616).
4526
- Ember Data 3.13 changed `InternalModel` Private APIs. See: [#360] (https://github.com/lytics/ember-data-model-fragments/pull/360)
4627

0 commit comments

Comments
 (0)