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
Copy file name to clipboardExpand all lines: content/the-ember-times-issue-203.md
+13-13Lines changed: 13 additions & 13 deletions
Original file line number
Diff line number
Diff line change
@@ -13,13 +13,13 @@ tags:
13
13
14
14
Ember 4.6 Released 🔥,
15
15
Plain Old Functions as Helpers 😎,
16
+
Deprecate Proxies in Ember Data RFC ✨,
16
17
eslint-plugin-ember 11.0 Released 🧹,
17
18
Ember Addon Roundup 🌐,
18
19
Whiskey Web and Whatnot Episode with NullVoxPopuli 🔊,
19
20
Ember Chessboard Videos Part 3 📼,
20
21
Migrate ember-data models to Octane 📓,
21
22
Speed Improvements Coming to Ember Data Tests 🏎,
22
-
Deprecate Proxies in Ember Data RFC 🔥,
23
23
24
24
---
25
25
@@ -46,6 +46,18 @@ Also, in the future, there should be even better support when the <template> fea
46
46
47
47
---
48
48
49
+
## [Deprecate Proxies in Ember Data RFC ✨](https://github.com/emberjs/rfcs/pull/846)
50
+
51
+
[Chris Thoburn (@runspired)](https://github.com/runspired) also recently opened [an RFC that proposes deprecating proxies in Ember Data](https://github.com/emberjs/rfcs/pull/846)!
52
+
53
+
When proxies in Ember Data were introduced Native Proxies did not yet exist. This is no longer the case and the RFC describes how Ember Data can be simplified and improve performance by deprecating them.
54
+
55
+
Additionally, [this may mean Ember Data can be portable and potentially used outside of Ember in the future](https://twitter.com/not_runspired/status/1560375248498876417?s=20&t=xvBGa68l4S5ePSbkOopadA)! As the RFC indicates, "Importantly, this simplification will allow for us to address the performance of the most expensive costs of managing and presenting data. It will also sever one of the last entanglements the core of EmberData has with the Framework. While this RFC does not in itself enable Ember-less usage of EmberData, it does in effect make this a near possibility."
56
+
57
+
Go ahead and head on over to [the RFC](https://github.com/emberjs/rfcs/pull/846) and give it a read or leave a comment today!
58
+
59
+
---
60
+
49
61
## [eslint-plugin-ember 11.0 Released 🧹](https://github.com/ember-cli/eslint-plugin-ember/releases/tag/v11.0.0)
50
62
51
63
[Bryan Mishkin (@bmish)](https://github.com/bmish) has released [v11.0.0](https://github.com/ember-cli/eslint-plugin-ember/releases/tag/v11.0.0) of [eslint-plugin-ember](https://github.com/ember-cli/eslint-plugin-ember). Aside from housekeeping, there's better support for ESLint v8 and improvements to the [ember/no-array-prototype-extensions](https://github.com/ember-cli/eslint-plugin-ember/blob/master/docs/rules/no-array-prototype-extensions.md) rule.
@@ -106,18 +118,6 @@ Significant as in there are a large number of scenarios that are 75-90% faster i
106
118
107
119
---
108
120
109
-
## [Deprecate Proxies in Ember Data RFC 🔥](https://github.com/emberjs/rfcs/pull/846)
110
-
111
-
[Chris Thoburn (@runspired)](https://github.com/runspired) also recently opened [an RFC that proposes deprecating proxies in Ember Data](https://github.com/emberjs/rfcs/pull/846)!
112
-
113
-
When proxies in Ember Data were introduced Native Proxies did not yet exist. This is no longer the case and the RFC describes how Ember Data can be simplified and improve performance by deprecating them.
114
-
115
-
Additionally, [this may mean Ember Data can be portable and potentially used outside of Ember in the future](https://twitter.com/not_runspired/status/1560375248498876417?s=20&t=xvBGa68l4S5ePSbkOopadA)! As the RFC indicates, "Importantly, this simplification will allow for us to address the performance of the most expensive costs of managing and presenting data. It will also sever one of the last entanglements the core of EmberData has with the Framework. While this RFC does not in itself enable Ember-less usage of EmberData, it does in effect make this a near possibility."
116
-
117
-
Go ahead and head on over to [the RFC](https://github.com/emberjs/rfcs/pull/846) and give it a read or leave a comment today!
118
-
119
-
---
120
-
121
121
## [🐹 5. Section title in sentence case](section-url)
0 commit comments