repeaterjs / repeater

The missing constructor for creating safe async iterators
https://repeater.js.org
MIT License
459 stars 12 forks source link

Fix two discrepancies between repeaters and async generators #37

Closed brainkim closed 5 years ago

brainkim commented 5 years ago

Fixes #31 and #36

Also upgrades some dev dependencies.

brainkim commented 5 years ago

After some testing, fixing #36 is probably going to be a breaking change, so we might as well do other breaking changes before the next release as well.