Skip to content

Commit ad50fe4

Browse files
bmishchrisrng
andauthored
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]>
1 parent 5c560a7 commit ad50fe4

File tree

1 file changed

+9
-10
lines changed

1 file changed

+9
-10
lines changed

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

+9-10
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
- chris-ng
67
date: 2022-09-04T00:00:00.000Z
78
tags:
@@ -10,21 +11,19 @@ tags:
1011
---
1112

1213
👋 Emberistas! 🐹
13-
Announcing the Official TypeScript Types Public Preview 🔥
14+
15+
Deprecation of Ember array prototype extensions 🧹,
1416
Evolving Ember’s Major Version Process ⭕
15-
<SOME-INTRO-HERE-TO-KEEP-THEM-SUBSCRIBERS-READING>
17+
Announcing the Official TypeScript Types Public Preview 🔥
1618

1719
---
1820

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

21-
<change section title emoji>
22-
<consider adding some bold to your paragraph>
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).
2525

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

2928
---
3029

@@ -143,4 +142,4 @@ That's another wrap! ✨
143142

144143
Be kind,
145144

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

Comments
 (0)