v5.0.0 - Rose Colored Lenses
This release removes code deprecated during 4.x.
🎵 We could stay like this forever.
Changelog
🐛 Bug Fix
- #8621 fix: normalizeErrorResponse should be resilient to non-string details (@NullVoxPopuli)
- #8598 fix: docs generation should maintain a stable relative path (@runspired)
- #8566 Avoid unnecessary identity notification when record is saved (@robbytx)
- #8597 fix: dont share promise cache for all fields (@runspired)
- #8594 fix: restore Store extends EmberObject :( (@runspired)
- #8570 Fix: don't clear RecordArray if remaining record does not match the removed record (@esbanarango)
- #8555 fix: fix polymorphic assertions when deprecated code is removed, improve polymorphic dx (@runspired)
🚿 Deprecation Removal
- #8550 chore: remove 4.x deprecations (@runspired)
📝 Documentation
- #8601 docs: fix forgotten references to FetchManager (@runspired)
- #8598 fix: docs generation should maintain a stable relative path (@runspired)
Committers: 4
- Chris Thoburn (@runspired)
- Esteban (@esbanarango)
- Robby Morgan (@robbytx)
- @NullVoxPopuli