Skip to content

Commit d33c1a7

Browse files
Merge pull request #1115 from NullVoxPopuli/update-migrations-for-7.0
Update migrations for 7.0
2 parents 8cdcb65 + 2e2020b commit d33c1a7

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

MIGRATIONS.md

+16
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Migrations
22

3+
4+
5+
6+
-[7.0](#7.0)
37
- [5.0](#5.0)
48
- [tl;dr](#tldr)
59
- [Overview](#overview)
@@ -17,6 +21,18 @@
1721
- [useResource](#useresource);
1822
- [References](#references)
1923

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

2137
## 5.0
2238

0 commit comments

Comments
 (0)