data
data copied to clipboard
A lightweight reactive data library for web applications. Designed over composable primitives.
## Description Fixes #9315. (cc @runspired) ## Notes for the release Before this change, when `@attr` defines a `defaultValue` as a function, the default value instantiated on a model instance...
This is a PR to facilitate the fixing of https://github.com/emberjs/data/issues/8990. An extra test "Fetching a belongsTo that is set to null removes the record from a relationship - sync -...
Once complete, this removes what is probably the largest blocker to us quickly shipping `@warp-drive/schema-record` and/or building decorators for `@ember-data/model` to replace `belongsTo` and `hasMany` with new semantics. There are...
### High Level Overview When an attribute is defined with `defaultValue` as a function, those _specific_ default values are not serialized. Instead, the `defaultValue` function is re-executed upon serialization, resulting...
nowhere near ready to ship. I suspect the js files like these that remain are skewing the d.ts types in canary and need to be killed off.
## Description - **Backport @ember-data/request changes from main**, including #9220, #9260, #9360 - **Backport @ember-data/store cache-handler changes from main**, including #9314, #9383 - **Backport @ember-data/request-utils**, including #9260 ## Notes for...
…e/schema-record ## Description ## Notes for the release