Skip to content

Commit

Permalink
changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolas-van committed Nov 7, 2021
1 parent e17b7bf commit 6a57e0f
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## 1.1.0

* 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.

## 1.0.4

* Fixed bug in `forEachLimit`
Expand Down

0 comments on commit 6a57e0f

Please sign in to comment.