Skip to content

Latest commit

 

History

History
63 lines (48 loc) · 5.89 KB

CHANGELOG.md

File metadata and controls

63 lines (48 loc) · 5.89 KB

@ember-data/store Changelog

For the full project changelog see https://github.com/emberjs/data/blob/main/CHANGELOG.md

v5.3.1 (2024-02-24)

🌲 New Deprecation

  • #9189 fix: mutating ManyArray should handle duplicates gracefully (with deprecation) (@gitKrystan)

📝 Documentation

🚀 Enhancement

🐛 Bug Fix

  • #9189 fix: mutating ManyArray should handle duplicates gracefully (with deprecation) (@gitKrystan)
  • #9183 fix: keep a backreference for previously merged identifiers (@runspired)
  • #8927 fix: live-array delete sync should not clear the set on length match (@runspired)
  • #9159 fix: support full range of json:api for references, update docs (@runspired)

🏠 Internal

Committers: (2)

Krystan HuffMenne (@gitKrystan) Chris Thoburn (@runspired)