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

Define Listener interface and remove support for explicit binding object in listeners #567

Merged
merged 1 commit into from
Jan 4, 2019

Conversation

dgeb
Copy link
Member

@dgeb dgeb commented Jan 4, 2019

Event listeners no longer need to be able to support an explicit binding, when the listeners themselves can be directly bound instead (if necessary).

Also, explicitly defines a Listener interface for better typings (vs. the generic Function).

…ect in listeners

Event listeners no longer need to be able to support an explicit `binding`, when the listeners themselves can be directly bound instead (if necessary).

Also, explicitly defines a `Listener` interface for better typings (vs. the generic `Function`).
@dgeb dgeb merged commit 11f97e7 into master Jan 4, 2019
@dgeb dgeb deleted the evented branch January 4, 2019 17:02
@dgeb dgeb added the breaking breaking change label Feb 8, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
breaking breaking change
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant