Skip to content
New issue

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

Add store.query method #3229

Closed
bmac opened this issue Jun 6, 2015 · 1 comment
Closed

Add store.query method #3229

bmac opened this issue Jun 6, 2015 · 1 comment

Comments

@bmac
Copy link
Member

bmac commented Jun 6, 2015

Rename store.findQuery to query.

Update internal references to findQuery and make sure they use the new query method.

Update store.find(type, {query: 'object'}) to log a deprecation warning that recommends the use of store.query.

Add a new store.findQuery method which logs a deprecation warning and delegates to store.query.

@csantero
Copy link
Contributor

csantero commented Jun 6, 2015

I'm working up a PR for this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants