Skip to content

Commit a9d4fec

Browse files
committed
docs: add deprecation of Ember array prototype extensions to issue 204
1 parent 5aab338 commit a9d4fec

File tree

1 file changed

+7
-9
lines changed

1 file changed

+7
-9
lines changed

content/the-ember-times-issue-204.md

+7-9
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
title: The Ember Times - Issue No. 204
33
authors:
44
- jared-galanis
5+
- bryan-mishkin
56
date: 2022-09-04T00:00:00.000Z
67
tags:
78
- newsletter
@@ -10,19 +11,16 @@ tags:
1011

1112
👋 Emberistas! 🐹
1213

13-
<SOME-INTRO-HERE-TO-KEEP-THEM-SUBSCRIBERS-READING>
14+
Deprecation of Ember array prototype extensions 🧹,
1415

1516
---
1617

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/)
1819

19-
<change section title emoji>
20-
<consider adding some bold to your paragraph>
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).
2322

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 20+ Ember array prototype extensions in [v11.1.0](https://github.com/ember-cli/eslint-plugin-ember/releases/tag/v11.1.0) (TODO: wait until released) 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.
2624

2725
---
2826

@@ -136,4 +134,4 @@ That's another wrap! ✨
136134

137135
Be kind,
138136

139-
Jared Galanis, the crowd and the Learning Team
137+
Jared Galanis, Bryan Mishkin, the crowd and the Learning Team

0 commit comments

Comments
 (0)