Changelog
0.4.2
queryURL
for the same cacheKey
are now batched (thanks @dnalagatla)Changelog
0.4.1
fix ember 3.1 regression from unusual CP definition
fix regression from 0.4.0: eachAttribute
iterates over modified attributes,
as well as the last known attributes from the server.
deleted models removed from record arrays
Changelog
0.4.0
change to use ModelData. This is based on the implementation of the ModelData RFC and so is "pre-canary". This release should therefore be considered unstable. 0.5.x will likely depend on a version of Ember Data in which ModelData is the intimate addon API.
M3 models now report changed attributes via changedAttributes
, like Ember
Data. changedAttributes
reports changed attributes recursively for nested
models.
Changelog
0.3.3
computeAttributeReference
might work
based on a key prefix { '*book': '123' }
that differs from the property
name (in this example, book
). Thanks @dnalagatlaChangelog
0.3.1
model.reload
now supports passing { adapterOptions }
id
for an existing model now asserts