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
+10-10Lines changed: 10 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -14,12 +14,12 @@ tags:
14
14
Ember 4.6 Released 🔥,
15
15
Plain Old Functions as Helpers 😎,
16
16
Deprecate Proxies in Ember Data RFC ✨,
17
+
Speed Improvements Coming to Ember Data Tests 🏎,
17
18
eslint-plugin-ember 11.0 Released 🧹,
18
19
Ember Addon Roundup 🌐,
19
20
Whiskey Web and Whatnot Episode with NullVoxPopuli 🔊,
20
21
Ember Chessboard Videos Part 3 📼,
21
22
Migrate ember-data models to Octane 📓,
22
-
Speed Improvements Coming to Ember Data Tests 🏎,
23
23
Effects in Ember 🙌,
24
24
Prevent Load Flashing ⚡️
25
25
@@ -60,6 +60,14 @@ Go ahead and head on over to [the RFC](https://github.com/emberjs/rfcs/pull/846)
60
60
61
61
---
62
62
63
+
## [Speed Improvements Coming to Ember Data Tests 🏎](https://twitter.com/not_runspired/status/1559336272484655104?s=20&t=el5PTWrJeRm6cMAnFEDJWA)
64
+
65
+
[Chris Thoburn (@runspired)](https://github.com/runspired) recently announced that there are some ✨ significant speed improvements ✨ coming to tests that set up records in Ember Data!
66
+
67
+
Significant as in there are a large number of scenarios that are 75-90% faster in Ember Data 4.8 than 4.6. These improvements, along with other performance improvements, should land in Ember Data 4.8. 😎
68
+
69
+
---
70
+
63
71
## [eslint-plugin-ember 11.0 Released 🧹](https://github.com/ember-cli/eslint-plugin-ember/releases/tag/v11.0.0)
64
72
65
73
[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.
@@ -113,14 +121,6 @@ Give [the post](https://dev.to/michalbryxi/migrate-ember-data-models-to-octane-i
113
121
114
122
---
115
123
116
-
## [Speed Improvements Coming to Ember Data Tests 🏎](https://twitter.com/not_runspired/status/1559336272484655104?s=20&t=el5PTWrJeRm6cMAnFEDJWA)
117
-
118
-
[Chris Thoburn (@runspired)](https://github.com/runspired) recently announced that there are some ✨ significant speed improvements ✨ coming to tests that set up records in Ember Data!
119
-
120
-
Significant as in there are a large number of scenarios that are 75-90% faster in Ember Data 4.8 than 4.6. These improvements, along with other performance improvements, should land in Ember Data 4.8. 😎
121
-
122
-
---
123
-
124
124
## [Effects in Ember 🙌](https://twitter.com/nullvoxpopuli/status/1553417252594241543)
125
125
126
126
[NullVoxPopuli (@NullVoxPopuli)](https://github.com/NullVoxPopuli) recently tweeted about how to do Effects in Ember! Nullvox says they are essentially they are function calls, but with auto-tracking, but without the need to specify a list of dependencies.
0 commit comments