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

throttle / debounce don't work #3

Closed
buschtoens opened this issue Oct 22, 2018 · 2 comments
Closed

throttle / debounce don't work #3

buschtoens opened this issue Oct 22, 2018 · 2 comments
Labels
bug Something isn't working released

Comments

@buschtoens
Copy link
Owner

@throttle and @debounce want to pass a function (the decorated method) to the underlying ember-lifeline utils. But these only accept method names and no references.

Fixed via ember-lifeline/ember-lifeline#248.

@buschtoens buschtoens added the bug Something isn't working label Oct 22, 2018
@buschtoens
Copy link
Owner Author

When fixed, unskip tests: 5bbd45c

buschtoens added a commit that referenced this issue Mar 8, 2019
buschtoens added a commit that referenced this issue Mar 8, 2019
buschtoens pushed a commit that referenced this issue Mar 8, 2019
# [0.4.0](v0.3.0...v0.4.0) (2019-03-08)

### Features

* add debounce and throttle ([0962436](0962436)), closes [#3](#3)
@buschtoens
Copy link
Owner Author

🎉 This issue has been resolved in version 0.4.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working released
Projects
None yet
Development

No branches or pull requests

1 participant