You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/updates-to-ember-data-versioning-strategy.md
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,7 +17,7 @@ versioning with the broader Ember.js project.
17
17
18
18
The primary goals of these changes is to improve version-to-version stability for our consumers. We see this being beneficial in several ways.
19
19
20
-
First, by releasing fewer versions that contain no effective changes other than the version bump. We believe this will help consumers navigate version-by-version and lts-by-lts upgrades with greater stability.
20
+
First, by releasing fewer versions that contain no effective changes other than the version bump. We believe this will help consumers navigate version-by-version and lts-by-lts upgrades with greater stability and clarity.
21
21
22
22
Second, if the only changes are bugfixes then these fixes are applied to the latest minor
23
23
instead of becoming strung out across multiple minors.
@@ -30,22 +30,22 @@ consumers using older versions by focusing on providing the most robust release
30
30
31
31
## Policy Changes
32
32
33
-
- When Ember.js releases an LTS, the most recent release of EmberData will also be released as an LTS
34
-
- When Ember.js releases a new major, EmberData will also release a new major
33
+
- When Ember.js releases an LTS, the most recent release of EmberData will also be released as an LTS.
34
+
- When Ember.js releases a new major, EmberData will also release a new major.
35
35
- New minor releases of EmberData will coincide with Ember.js' six week release cadence when EmberData releases a new minor.
36
-
- These changes do not affect how and when ember-source and ember-cli release
37
-
- These changes do not change EmberData's LTS support policy or its ember-source LTS support policy
38
-
- The latest EmberData release will always support the last two ember-source LTS releases
36
+
- These changes do not affect how and when ember-source and ember-cli release.
37
+
- These changes do not change EmberData's LTS support policy or its ember-source LTS support policy.
38
+
- The latest EmberData release will always support the last two ember-source LTS releases.
39
39
40
40
## Mitigating Effects
41
41
42
42
- The API Docs will continue to function as expected except that when viewing docs for EmberData the version dropdown will only include versions available for EmberData. Additionally, linking from places in the EmberData API docs to the Ember API docs will take you to the matching version number of Ember - not necessarily the most recently released version of Ember.
43
-
- EmberData's README has added a compatibility table
43
+
- EmberData's README has added a compatibility table.
44
44
- New releases (including patch and lts releases) of EmberData beginning today will always list the range of compatible ember-source versions in the release notes at time of release
45
45
- EmberData will begin setting an explicit peerDependency on ember-source set to all tested compatible versions matching the range specified in the release notes
46
46
- Note: this peerDependency will at times be much broader than EmberData's official LTS support policy of "last 2 ember-source LTS releases".
47
47
- ember-cli will ship the latest version of EmberData at times of release in the new app blueprint.
48
-
- The releases overview on the website will continue to offer instructions for installing the latest version of Ember.js, which will include the latest version of EmberData (see previous bullet point). The LTS page will be updated to track both the Ember and EmberData LTS.
48
+
- The releases overview on the website will continue to offer instructions for installing the latest version of Ember.js, which will include the latest version of EmberData (see previous bullet point). The LTS page will be updated to track both the Ember.js and EmberData LTS.
0 commit comments