You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Just a quick heads up that somewhere between 2.1.0 and 2.2.1 the api was changed so that calls to bottleneck.on() no longer return the bottleneck instance and thus are no longer chainable.
Maybe not a biggie, but probably still worth a mention in the release notes since (for us) this was a breaking change and makes bottlenecks behavior now differ from node's events.EventEmitter.on().
The text was updated successfully, but these errors were encountered:
bkw
changed the title
Head up: .on() no longer returns instance, breaking api
Heads up: .on() no longer returns instance, breaking api
Mar 23, 2018
Just a quick heads up that somewhere between 2.1.0 and 2.2.1 the api was changed so that calls to
bottleneck.on()
no longer return the bottleneck instance and thus are no longer chainable.Maybe not a biggie, but probably still worth a mention in the release notes since (for us) this was a breaking change and makes bottlenecks behavior now differ from node's
events.EventEmitter.on()
.The text was updated successfully, but these errors were encountered: