Releases: TomerAberbach/betterator
Releases · TomerAberbach/betterator
v2.0.2
Full Changelog: v1.0.0...v2.0.2
- Made lots of internal changes (including switching to TypeScript)
- Fixed some race conditions with
AsyncBetterator
. These would only happen if you made concurrentgetNext
and/orhasNext
calls rather than sequentially awaiting them.