Skip to content

1.1.0

Choose a tag to compare

@nicolas-van nicolas-van released this 08 Nov 10:45
· 89 commits to master since this release
  • Changed most of the functions that took Iterable as argument to make them also take an
    AsyncIterable.
  • Changed most of the functions that used a concurrency argument to allow them to take a
    Queue instead.
  • Added ordered argument to find, findIndex, findLimit and findIndexLimit.
  • Added new functions filterGenerator, mapGenerator, asyncIterableWrap, queueMicrotask,
    and toArray.
  • Fixed delay and delayCancellable inconsistencies due to setTimeout usage. Now they
    use corejs' setTimeout implementation.
  • Added Typescript declarations.