Skip to content

Commit ad94044

Browse files
committed
clean up
1 parent 6ea5e39 commit ad94044

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

content/updates-to-ember-data-versioning-strategy.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ versioning with the broader Ember.js project.
1717

1818
The primary goals of these changes is to improve version-to-version stability for our consumers. We see this being beneficial in several ways.
1919

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.
2121

2222
Second, if the only changes are bugfixes then these fixes are applied to the latest minor
2323
instead of becoming strung out across multiple minors.
@@ -30,22 +30,22 @@ consumers using older versions by focusing on providing the most robust release
3030

3131
## Policy Changes
3232

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.
3535
- 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.
3939

4040
## Mitigating Effects
4141

4242
- 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.
4444
- 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
4545
- EmberData will begin setting an explicit peerDependency on ember-source set to all tested compatible versions matching the range specified in the release notes
4646
- Note: this peerDependency will at times be much broader than EmberData's official LTS support policy of "last 2 ember-source LTS releases".
4747
- 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.
4949

5050
## Examples
5151

0 commit comments

Comments
 (0)