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
Add deprecation of Ember array prototype extensions to issue 204 (#1215)
* docs: add deprecation of Ember array prototype extensions to issue 204
* Update content/the-ember-times-issue-204.md
Co-authored-by: Chris Ng <[email protected]>
* docs: link to ember-cli v4.9.0-beta.0
Co-authored-by: Chris Ng <[email protected]>
Announcing the Official TypeScript Types Public Preview 🔥
16
18
17
19
---
18
20
19
-
## [🐹 1. Section title in sentence case](section-url)
21
+
## [Deprecation of Ember array prototype extensions 🧹](https://rfcs.emberjs.com/id/0848-deprecate-array-prototype-extensions/)
20
22
21
-
<changesectiontitleemoji>
22
-
<consideraddingsomeboldtoyourparagraph>
23
-
<add the contributor in the post in format "FirstName LastName (@githubUserName)" linked to their GitHub account>
24
-
<please include link to external article/repo/etc in paragraph / body text, not just header title above>
23
+
<!-- alex ignore Hang -->
24
+
A long-awaited [RFC](https://rfcs.emberjs.com/id/0848-deprecate-array-prototype-extensions/) written by [Hang Li (@smilland)](https://github.com/smilland) to deprecate Ember array prototype extensions was recently [merged](https://github.com/emberjs/rfcs/pull/848). Prototype extensions now come [disabled](https://github.com/ember-cli/ember-cli/pull/10017) by default as of ember-cli [v4.9.0-beta.0](https://github.com/ember-cli/ember-cli/releases/tag/v4.9.0-beta.0).
25
25
26
-
<add your name to author list, top and bottom>
27
-
<add short title to "SOME-INTRO-HERE">
26
+
[Santhosh Venkata Rama Siva Thanakala Gani (@tgvrssanthosh)](https://github.com/tgvrssanthosh) has implemented an auto-fixer for the [ember/no-array-prototype-extensions](https://github.com/ember-cli/eslint-plugin-ember/blob/master/docs/rules/no-array-prototype-extensions.md) lint rule which works for all Ember array prototype extensions that do not involve reactivity in [v11.1.0](https://github.com/ember-cli/eslint-plugin-ember/releases/tag/v11.1.0) of [eslint-plugin-ember](https://github.com/ember-cli/eslint-plugin-ember). Try enabling the rule in your codebase and running the autofixer. There's also an auto-fixable [ember-template-lint](https://github.com/ember-template-lint/ember-template-lint) version of [no-array-prototype-extensions](https://github.com/ember-template-lint/ember-template-lint/blob/master/docs/rule/no-array-prototype-extensions.md) to try out.
28
27
29
28
---
30
29
@@ -143,4 +142,4 @@ That's another wrap! ✨
143
142
144
143
Be kind,
145
144
146
-
Jared Galanis, Chris Ng, the crowd and the Learning Team
145
+
Jared Galanis, Bryan Mishkin, Chris Ng, the crowd and the Learning Team
0 commit comments