data
data copied to clipboard
A lightweight reactive data library for web applications. Designed over composable primitives.
Currently, when the store is destroyed we iterate and unload all records. This takes a surprisingly large amount of time. In many of ember-data's tests ~20-30% of time spent is...
An example of this is in #8078 where a reduction of about 3.5kb compressed is correct in the total but displays as 75kb in the relative change.
The check passes because it is always reporting the size as zero 🤦🏻
Because we conditionally remove code that exists to support specific legacy packages (notably model/adapter/serializer) the reported size of `store` which represents the essential core of ember-data is over-reported. As we...
- make it clear upstream needs to be set - lts release bumps patch version when it's just a "new channel", is this necessary? - update guidance for using lerna-changelog...
Sorry not following the issue reporting instruction but this one is a simple error happening [here](https://github.com/emberjs/data/blob/76f1dcc74221c7d542021ce25df4a7be91d94128/packages/adapter/addon/rest.ts#L1011) If the backend response payload=null (I know it shouldn't) and because Javascript consider the...
The setup is roughly that an async hasMany relationship knows its canonical membership but the related records are not loaded yet. Before `model.anAsyncHasMany.length` would give the length of the membership,...
We currently do not have documentation for this public feature.
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more. ## Rate-Limited These updates are currently rate-limited. Click on a checkbox below to force...
## Description ## Type of PR What kind of change is this? - [x] refactor - [ ] internal bugfix - [ ] user-facing bugfix - [ ] new feature...