|
| 1 | +# [5.0.0](https://github.com/NullVoxPopuli/ember-resources/compare/v4.10.0...v5.0.0) (2022-06-22) |
| 2 | + |
| 3 | + |
| 4 | +### chore |
| 5 | + |
| 6 | +* **cleanup:** remove deprecated code ([d602bff](https://github.com/NullVoxPopuli/ember-resources/commit/d602bff47a12b397018ad70c2a852c11986341fc)) |
| 7 | +* **cleanup:** remove support for ember-concurrency@v1 ([33521be](https://github.com/NullVoxPopuli/ember-resources/commit/33521bed0bfe5ab8e7ddc18510459b0a1486c92b)) |
| 8 | + |
| 9 | + |
| 10 | +### Features |
| 11 | + |
| 12 | +* **package:** glint support, minimum version requirements ([f78c8b2](https://github.com/NullVoxPopuli/ember-resources/commit/f78c8b246b5a64150c90b8210ef0f16766c1a050)) |
| 13 | +* **types, internal:** add type tests, try to re-widen typescript range to bring back support for TS 4.5+ ([bc33140](https://github.com/NullVoxPopuli/ember-resources/commit/bc331401e8391054ad809a3d7f9e850fa7b289b8)) |
| 14 | + |
| 15 | + |
| 16 | +### BREAKING CHANGES |
| 17 | + |
| 18 | +* **package:** glint requires minimum versions to be bumped |
| 19 | + - minimum ember is now `ember-source@3.28`. |
| 20 | + This is LTS and the most feature complete version of the 3.x series. |
| 21 | + 3.24, the previous LTS, is no longer supported by the ember team and |
| 22 | + will not be receiving security patches. Since resources are a |
| 23 | + fairly new concept, and since Glint support is a priority, |
| 24 | + supporting earlier than 3.28 is not needed. |
| 25 | + - @glimmer/tracking must now be at least 1.1.2 |
| 26 | + - Additional peer dependencies |
| 27 | + - @glint/template |
| 28 | + - @glimmer/component |
| 29 | + - ember-modifier |
| 30 | + - `Resource.of` has been removed. It was wholley redundant since `.from` exists. |
| 31 | + `Resource.from` is more concise and provides better type inference. |
| 32 | +* **cleanup:** all code marked for removal in v4 (for v5) has been |
| 33 | +removed. See: |
| 34 | +https://github.com/NullVoxPopuli/ember-resources/blob/main/MIGRATIONS.md |
| 35 | +for more information |
| 36 | +* **cleanup:** drop support for ember-concurrency@v1 |
| 37 | + - ember-concurrency (if using the tracked task) must now be at least v2 |
| 38 | + - ember-concurrency@v1 _may_ still work, but any bug reports using |
| 39 | + ember-concurrency@v1 will be closed. ember-concurrency@v2 was |
| 40 | + released in February of 2021. |
| 41 | + |
1 | 42 | # [4.10.0](https://github.com/NullVoxPopuli/ember-resources/compare/v4.9.1...v4.10.0) (2022-06-19)
|
2 | 43 |
|
3 | 44 |
|
|
0 commit comments