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

Adds deprecations for event listener functionality #201

Merged
merged 1 commit into from
Oct 19, 2018

Conversation

pzuraq
Copy link
Contributor

@pzuraq pzuraq commented Oct 10, 2018

This adds two deprecations for functionality that we have been rewriting in the event listeners APIs in Ember. The functionality in both cases is obscure, poorly or completely undocumented, and should have very limited real world impact if removed. Both cases cause a fair amount of bloat in terms of actual code and complexity, and removing them would clean up the event listener code by a fair amount.

since: 'Upcoming Features'
---

Currently, function listeners and string listeners are functionally indentical
Copy link
Contributor

Choose a reason for hiding this comment

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

"function listeners" and "functionally" is a super tiny bit confusing to use together, is there another phrasing we can use for the second one?

@rwjblue rwjblue merged commit 22756b1 into master Oct 19, 2018
@delete-merged-branch delete-merged-branch bot deleted the adds-event-listener-deprecations branch October 19, 2018 14:51
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.

3 participants