data
data copied to clipboard
A lightweight reactive data library for web applications. Designed over composable primitives.
Performance (and size) will get worse before they get better for this feature. Since we have to wrap every single RecordData in a unique manager so long as V1 exists,...
## Notes for the release - adds an overview to the api docs website - updates our long-since outdated README - adds documentation for debugging - ensures all our npm...
# 5.0 Roadmap **Target Date:** Nov/Dec 2022 ## Overview The **EmberData** Team intends to release a major version of the library around/during the fall of 2022. This issue tracks the...
Hey there, https://deprecations.emberjs.com/ is very useful, but deprecations since ember-data 4 are not described. Gives another source for deprecations of ember-data? Thank you
Hi. I have a lot of similar and curiously problems, since we used [email protected]. I can't say for sure that we've had the problems since 3.28.0 or later. I'll try...
Call original reopen with "...arguments" ## Description Recall the original reopen function with "arguments" instead of "...arguments". ## Type of PR What kind of change is this? - [ ]...
Twiddle: https://ember-twiddle.com/8be9daa561c3b5fd9b6c My research so far indicates the following: - When a record has failed to load, it will be unloaded from the store. This causes it to be removed...
While we don't care to maintain that serializer that much, we should make sure it takes advantage of the feature if someone is using it and configures their API :)
likely something silly and/or we improved a check for ds-model and found an isolation failure
The implementation in https://github.com/emberjs/data/pull/7868 has a few issues we should address. - it does not allow for native object methods such as `hasOwnProperty` etc. that we would still expect to...