Skip to content

Commit 0b499c4

Browse files
chore(release): 4.0.0 [skip ci]
# [4.0.0](v3.2.4...v4.0.0) (2021-11-01) ### Features * **readme:** declare ember-auto-import compatibility ([2701891](2701891)) ### BREAKING CHANGES * **readme:** ember-auto-import compatibility was not declared. If any projects that previously used ember-auto-import@1, this addon will no longer work for those projects until those projects upgrade to either ember-auto-import@v2 or embroider. This breaking change is to communicate the accidental compatibility breaking with older projects. The last available version projects without ember-auto-import@v2 can use is v3.2.2. I'm declaring this an accidental breakage soley because compatibility was not previosuly declared and any compatibliity with older projects may as well have been "accidental". For projects that already were using ember-auto-import@v2, there is no breaking change. There is no behavioral difference in this addon's features. However, embroider and ember-auto-import@v2 users will no longer have ember-resources count against their build times as V2 Addons are pre-built during publish. If you have any questions, feel free to open an issue at: https://github.com/NullVoxPopuli/ember-resources/issues
1 parent 2701891 commit 0b499c4

File tree

2 files changed

+36
-1
lines changed

2 files changed

+36
-1
lines changed

ember-resources/CHANGELOG.md

+35
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,38 @@
1+
# [4.0.0](https://github.com/NullVoxPopuli/ember-resources/compare/v3.2.4...v4.0.0) (2021-11-01)
2+
3+
4+
### Features
5+
6+
* **readme:** declare ember-auto-import compatibility ([2701891](https://github.com/NullVoxPopuli/ember-resources/commit/2701891d342c91ce4bd9159c4f9d61732d5fc902))
7+
8+
9+
### BREAKING CHANGES
10+
11+
* **readme:** ember-auto-import compatibility was not declared.
12+
13+
If any projects that previously used ember-auto-import@1,
14+
this addon will no longer work for those projects until those projects
15+
upgrade to either ember-auto-import@v2 or embroider.
16+
17+
This breaking change is to communicate the accidental compatibility
18+
breaking with older projects. The last available version projects
19+
without ember-auto-import@v2 can use is v3.2.2.
20+
21+
I'm declaring this an accidental breakage soley because compatibility
22+
was not previosuly declared and any compatibliity with older projects
23+
may as well have been "accidental".
24+
25+
For projects that already were using ember-auto-import@v2, there is no
26+
breaking change. There is no behavioral difference in this addon's
27+
features.
28+
29+
However, embroider and ember-auto-import@v2 users will no longer have
30+
ember-resources count against their build times as V2 Addons are
31+
pre-built during publish.
32+
33+
If you have any questions, feel free to open an issue at:
34+
https://github.com/NullVoxPopuli/ember-resources/issues
35+
136
## [3.2.4](https://github.com/NullVoxPopuli/ember-resources/compare/v3.2.3...v3.2.4) (2021-11-01)
237

338

ember-resources/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ember-resources",
3-
"version": "3.2.4",
3+
"version": "4.0.0",
44
"keywords": [
55
"ember-addon"
66
],

0 commit comments

Comments
 (0)