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: MIGRATIONS.md
+16
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,9 @@
1
1
# Migrations
2
2
3
+
4
+
5
+
6
+
-[7.0](#7.0)
3
7
-[5.0](#5.0)
4
8
-[tl;dr](#tldr)
5
9
-[Overview](#overview)
@@ -17,6 +21,18 @@
17
21
-[useResource](#useresource);
18
22
-[References](#references)
19
23
24
+
## 7.0
25
+
26
+
27
+
- Class-based resource implementation moved to [ember-modify-based-class-resource](https://github.com/NullVoxPopuli/ember-modify-based-class-resource/)
28
+
- Other utilities moved to [https://reactive.nullvoxpopuli.com/](https://reactive.nullvoxpopuli.com/)
29
+
- everything under `ember-resources/util`
30
+
-`ember-resources/modifier`
31
+
-`ember-resources/service`
32
+
-`ember-resources/link`
33
+
34
+
35
+
Code is pretty much the same, so the migration is find and replace.
0 commit comments