Skip to main content
Module

x/aitertools/CHANGES.md

Well-tested utility functions dealing with async iterables
Go to Latest
File

Changelog

Version 0.2.1

Released on June 4, 2022.

  • Fixed an off-by-one bug that take() had returned a non-empty async iterator when count <= 0.

Version 0.2.0

Released on May 24, 2022.

  • Added mod.ts module which re-exports everything from other modules.
  • Added cycle() function.
  • Added repeat() function.

Version 0.1.1

Released on June 4, 2022.

  • Fixed an off-by-one bug that take() had returned a non-empty async iterator when count <= 0.

Version 0.1.0

Initial release. Released on May 23, 2022.