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
Deprecation of Ember array prototype extensions 🧹,
14
15
15
16
---
16
17
17
-
## [🐹 1. Section title in sentence case](section-url)
18
+
## [Deprecation of Ember array prototype extensions 🧹](https://rfcs.emberjs.com/id/0848-deprecate-array-prototype-extensions/)
18
19
19
-
<changesectiontitleemoji>
20
-
<consideraddingsomeboldtoyourparagraph>
21
-
<add the contributor in the post in format "FirstName LastName (@githubUserName)" linked to their GitHub account>
22
-
<please include link to external article/repo/etc in paragraph / body text, not just header title above>
20
+
<!-- alex ignore Hang -->
21
+
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 [v3.x]() (TODO: add link once this [PR](https://github.com/ember-cli/ember-cli/pull/10017) is released).
23
22
24
-
<add your name to author list, top and bottom>
25
-
<add short title to "SOME-INTRO-HERE">
23
+
[Santhosh Venkata Rama Siva Thanakala Gani (@tgvrssanthosh)](https://github.com/tgvrssanthosh) has implemented an [ember/no-array-prototype-extensions](https://github.com/ember-cli/eslint-plugin-ember/blob/master/docs/rules/no-array-prototype-extensions.md) lint rule autofixer for all Ember array prototype extensions that don't 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.
26
24
27
25
---
28
26
@@ -136,4 +134,4 @@ That's another wrap! ✨
136
134
137
135
Be kind,
138
136
139
-
Jared Galanis, the crowd and the Learning Team
137
+
Jared Galanis, Bryan Mishkin, the crowd and the Learning Team
0 commit comments