v7.0.0: focus ember-resources, move utils to reactiveweb
github-actions
released this
11 Jan 20:42
·
65 commits
to main
since this release
Release (2024-01-11)
everything removed in this release is a utility, and the code + tests have been copied exactly to reactiveweb
: https://github.com/universal-ember/reactiveweb -- which is also a pay-as-you-go library.
ember-resources 7.0.0 (major)
💥 Breaking Change
ember-resources
,test-app
- #1101 Require an owner to exist to be wired through to the resource. (@NullVoxPopuli)
- #1087 Remove modifier (@NullVoxPopuli)
- #1085 Remove link (@NullVoxPopuli)
- #1082 Remove class-based Resource (@NullVoxPopuli)
test-app
- #1100 Require ember-cli-app-consumers have at least ember-cli-babel 8.2 (@NullVoxPopuli)
ember-resources
- #1090 Remove the 'core' import, only allowing importing from 'ember-resources' (@NullVoxPopuli)
@nullvoxpopuli/estimate-bytes
,docs
,ember-resources
,test-app
- #1083 Remove service (@NullVoxPopuli)
docs
,ember-resources
,test-app
- #1080 Drop all of the util imports (@NullVoxPopuli)
🚀 Enhancement
@nullvoxpopuli/estimate-bytes
,docs
,ember-resources
,test-app
- #1097 Infra modernization, support both built in types from ember-source, as well as the types from DefinitelyTyped (@NullVoxPopuli)
- Other
- #1099 Test against (and add support for) TypeScript 5.3 (@NullVoxPopuli)
ember-resources
- #1096 Drop unused dependencies and widen peers further (@NullVoxPopuli)
test-app
- #1095 Support ember-source 5.4 (@NullVoxPopuli)
- #1089 Ensure every supported version of Ember has no deprecations triggered from ember-resources' usage. (@NullVoxPopuli)
@nullvoxpopuli/estimate-bytes
,ember-resources
,test-app
- #1091 Implement custom usables,
regusterUsable
(@NullVoxPopuli)
- #1091 Implement custom usables,
🐛 Bug Fix
ember-resources
,test-app
- #1101 Require an owner to exist to be wired through to the resource. (@NullVoxPopuli)
📝 Documentation
docs
,ember-resources
- #1107 Move recommendation of resourceFactory to better align with how TypeScript works (@NullVoxPopuli)
- Other
- #1103 Remove class-based resource documentation (@NullVoxPopuli)
- #1102 Fix API Reference docs by moving from Cloudflare to Vercel (@NullVoxPopuli)
- #1079 Add link to the v6 branch (@NullVoxPopuli)
docs
- #1086 Remove API Reference docs' sidebar (@NullVoxPopuli)
@nullvoxpopuli/estimate-bytes
,docs
- #1084 Remove utils from API Reference docs (typedoc) (@NullVoxPopuli)
🏠 Internal
- Other
- #1106 Use fix for release-plan from: embroider-build/github-changelog#8 (@NullVoxPopuli)
- #1099 Test against (and add support for) TypeScript 5.3 (@NullVoxPopuli)
test-app
- #1104 Remove MSW (@NullVoxPopuli)
- #1088 Remove deprecation testing app that was added in v6 (@NullVoxPopuli)
ember-resources
- #1098 Remove unused type utils (@NullVoxPopuli)