|
1 | 1 | # Changelog
|
| 2 | +## Release (2024-01-11) |
| 3 | + |
| 4 | +ember-resources 7.0.0 (major) |
| 5 | + |
| 6 | +#### :boom: Breaking Change |
| 7 | +* `ember-resources`, `test-app` |
| 8 | + * [#1101](https://github.com/NullVoxPopuli/ember-resources/pull/1101) Require an owner to exist to be wired through to the resource. ([@NullVoxPopuli](https://github.com/NullVoxPopuli)) |
| 9 | + * [#1087](https://github.com/NullVoxPopuli/ember-resources/pull/1087) Remove modifier ([@NullVoxPopuli](https://github.com/NullVoxPopuli)) |
| 10 | + * [#1085](https://github.com/NullVoxPopuli/ember-resources/pull/1085) Remove link ([@NullVoxPopuli](https://github.com/NullVoxPopuli)) |
| 11 | + * [#1082](https://github.com/NullVoxPopuli/ember-resources/pull/1082) Remove class-based Resource ([@NullVoxPopuli](https://github.com/NullVoxPopuli)) |
| 12 | +* `test-app` |
| 13 | + * [#1100](https://github.com/NullVoxPopuli/ember-resources/pull/1100) Require ember-cli-app-consumers have at least ember-cli-babel 8.2 ([@NullVoxPopuli](https://github.com/NullVoxPopuli)) |
| 14 | +* `ember-resources` |
| 15 | + * [#1090](https://github.com/NullVoxPopuli/ember-resources/pull/1090) Remove the 'core' import, only allowing importing from 'ember-resources' ([@NullVoxPopuli](https://github.com/NullVoxPopuli)) |
| 16 | +* `@nullvoxpopuli/estimate-bytes`, `docs`, `ember-resources`, `test-app` |
| 17 | + * [#1083](https://github.com/NullVoxPopuli/ember-resources/pull/1083) Remove service ([@NullVoxPopuli](https://github.com/NullVoxPopuli)) |
| 18 | +* `docs`, `ember-resources`, `test-app` |
| 19 | + * [#1080](https://github.com/NullVoxPopuli/ember-resources/pull/1080) Drop all of the util imports ([@NullVoxPopuli](https://github.com/NullVoxPopuli)) |
| 20 | + |
| 21 | +#### :rocket: Enhancement |
| 22 | +* `@nullvoxpopuli/estimate-bytes`, `docs`, `ember-resources`, `test-app` |
| 23 | + * [#1097](https://github.com/NullVoxPopuli/ember-resources/pull/1097) Infra modernization, support both built in types from ember-source, as well as the types from DefinitelyTyped ([@NullVoxPopuli](https://github.com/NullVoxPopuli)) |
| 24 | +* Other |
| 25 | + * [#1099](https://github.com/NullVoxPopuli/ember-resources/pull/1099) Test against (and add support for) TypeScript 5.3 ([@NullVoxPopuli](https://github.com/NullVoxPopuli)) |
| 26 | +* `ember-resources` |
| 27 | + * [#1096](https://github.com/NullVoxPopuli/ember-resources/pull/1096) Drop unused dependencies and widen peers further ([@NullVoxPopuli](https://github.com/NullVoxPopuli)) |
| 28 | +* `test-app` |
| 29 | + * [#1095](https://github.com/NullVoxPopuli/ember-resources/pull/1095) Support ember-source 5.4 ([@NullVoxPopuli](https://github.com/NullVoxPopuli)) |
| 30 | + * [#1089](https://github.com/NullVoxPopuli/ember-resources/pull/1089) Ensure every supported version of Ember has no deprecations triggered from ember-resources' usage. ([@NullVoxPopuli](https://github.com/NullVoxPopuli)) |
| 31 | +* `@nullvoxpopuli/estimate-bytes`, `ember-resources`, `test-app` |
| 32 | + * [#1091](https://github.com/NullVoxPopuli/ember-resources/pull/1091) Implement custom usables, `regusterUsable` ([@NullVoxPopuli](https://github.com/NullVoxPopuli)) |
| 33 | + |
| 34 | +#### :bug: Bug Fix |
| 35 | +* `ember-resources`, `test-app` |
| 36 | + * [#1101](https://github.com/NullVoxPopuli/ember-resources/pull/1101) Require an owner to exist to be wired through to the resource. ([@NullVoxPopuli](https://github.com/NullVoxPopuli)) |
| 37 | + |
| 38 | +#### :memo: Documentation |
| 39 | +* `docs`, `ember-resources` |
| 40 | + * [#1107](https://github.com/NullVoxPopuli/ember-resources/pull/1107) Move recommendation of resourceFactory to better align with how TypeScript works ([@NullVoxPopuli](https://github.com/NullVoxPopuli)) |
| 41 | +* Other |
| 42 | + * [#1103](https://github.com/NullVoxPopuli/ember-resources/pull/1103) Remove class-based resource documentation ([@NullVoxPopuli](https://github.com/NullVoxPopuli)) |
| 43 | + * [#1102](https://github.com/NullVoxPopuli/ember-resources/pull/1102) Fix API Reference docs by moving from Cloudflare to Vercel ([@NullVoxPopuli](https://github.com/NullVoxPopuli)) |
| 44 | + * [#1079](https://github.com/NullVoxPopuli/ember-resources/pull/1079) Add link to the v6 branch ([@NullVoxPopuli](https://github.com/NullVoxPopuli)) |
| 45 | +* `docs` |
| 46 | + * [#1086](https://github.com/NullVoxPopuli/ember-resources/pull/1086) Remove API Reference docs' sidebar ([@NullVoxPopuli](https://github.com/NullVoxPopuli)) |
| 47 | +* `@nullvoxpopuli/estimate-bytes`, `docs` |
| 48 | + * [#1084](https://github.com/NullVoxPopuli/ember-resources/pull/1084) Remove utils from API Reference docs (typedoc) ([@NullVoxPopuli](https://github.com/NullVoxPopuli)) |
| 49 | + |
| 50 | +#### :house: Internal |
| 51 | +* Other |
| 52 | + * [#1106](https://github.com/NullVoxPopuli/ember-resources/pull/1106) Use fix for release-plan from: https://github.com/ef4/lerna-changelog/pull/8 ([@NullVoxPopuli](https://github.com/NullVoxPopuli)) |
| 53 | + * [#1099](https://github.com/NullVoxPopuli/ember-resources/pull/1099) Test against (and add support for) TypeScript 5.3 ([@NullVoxPopuli](https://github.com/NullVoxPopuli)) |
| 54 | +* `test-app` |
| 55 | + * [#1104](https://github.com/NullVoxPopuli/ember-resources/pull/1104) Remove MSW ([@NullVoxPopuli](https://github.com/NullVoxPopuli)) |
| 56 | + * [#1088](https://github.com/NullVoxPopuli/ember-resources/pull/1088) Remove deprecation testing app that was added in v6 ([@NullVoxPopuli](https://github.com/NullVoxPopuli)) |
| 57 | +* `ember-resources` |
| 58 | + * [#1098](https://github.com/NullVoxPopuli/ember-resources/pull/1098) Remove unused type utils ([@NullVoxPopuli](https://github.com/NullVoxPopuli)) |
| 59 | + |
| 60 | +#### Committers: 1 |
| 61 | +- [@NullVoxPopuli](https://github.com/NullVoxPopuli) |
2 | 62 | ## Release (2024-01-08)
|
3 | 63 |
|
4 | 64 | ember-resources 6.5.0 (minor)
|
|
0 commit comments