We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
store.pushMany
ds-new-serializer-api
store.push(type, data)
store.push(data)
The text was updated successfully, but these errors were encountered:
For the find methods refactor, I think we have 5 branches to merge then we are done.
Allow the store to pass adapter options to the adapter #3310
store.queryRecord #2584
store.queryRecord
Rename adapter and serializer methods to match the new store methods #3306
Deprecate fetch and replace it with store.findRecord(type, id, { reload: true}) #3312
New adapter hooks, shouldReloadRecord shouldBackgroundReloadRecord https://github.com/bmac/data/tree/should-reload
shouldReloadRecord
shouldBackgroundReloadRecord
Sorry, something went wrong.
No branches or pull requests
store.pushMany
#3246ds-new-serializer-api
feature flag Enable ds-new-serializer-api feature flag #3337store.push(type, data)
calls withstore.push(data)
calls abuiles/ember-watson#42 @bmacThe text was updated successfully, but these errors were encountered: