-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Add deprecation guide for ds.deprecated-initializers #2780 #2781
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Two nitpicks and we're done!
``` | ||
|
||
After: | ||
```javascript |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Empty line before code block please!
The Ember Data initializers `data-adapter`, `injectStore`, `transforms`, and `store` are no longer used, so they are being removed. Apps that depend on these for the ordering of their own custom initializers can substitute `ember-data` instead, without any change in functionality. | ||
|
||
Before: | ||
```javascript |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Empty line before code block please!
###### until: 3.0.0 | ||
###### id: ds.deprecated-initializers | ||
|
||
The Ember Data initializers `data-adapter`, `injectStore`, `transforms`, and `store` are no longer used, so they are being removed. Apps that depend on these for the ordering of their own custom initializers can substitute `ember-data` instead, without any change in functionality. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you replace "Apps" with "Applications" and add a newline after the "removed." full stop?
Like so:
… removed.
Applications that …
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should there always be newlines at the end of sentences?
Closes #2780
@locks