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

Port filter from ember data and deprecate #12

Merged
merged 2 commits into from
Apr 18, 2018

Conversation

runspired
Copy link
Contributor

@runspired runspired commented Apr 17, 2018

Allows us to eliminate all filter implementation code from ember-data itself, and deprecates the use of store.filter.

@runspired runspired changed the title Port filter from ember data Port filter from ember data and deprecate Apr 18, 2018
Copy link
Member

@bmac bmac left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

LICENSE.md Outdated
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright (c) 2015
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't believe this needs to be updated but not quite sure

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍


window.EmberENV = window.EmberENV || {};
window.EmberENV.ENABLE_DS_FILTER = true;
export default Store.extend(FilterMixin);
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe mention something about how this plays with common addons which extend the store?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@igorT
Copy link

igorT commented Apr 18, 2018

Looks good to me as well, but separating into multiple PRs would be ❤️ ❤️

@runspired runspired merged commit abea104 into master Apr 18, 2018
@runspired runspired deleted the port-filter-from-ember-data branch April 18, 2018 23:59
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

Successfully merging this pull request may close these issues.

None yet

3 participants