Releases: nicolas-van/modern-async
Releases · nicolas-van/modern-async
2.0.4
2.0.3
Re-publication on npm.
1.1.5
v1.1.5
2.0.2
- Fixes #21, regarding the absence of call to
AsyncGenerator.return()
inasyncGeneratorMap
when iteration is interrupted.
2.0.1
2.0.0
-
Major re-design of the API. This re-design was made with the following goals:
- Avoiding function naming conflict with popular libraries (notably lodash)
- Simplifying the API by removing duplicate functions
- Proposing safer default parameters regarding concurrency handling
See the migration guide to know how to migrate to version 2.X.
-
Added
reflectAsyncStatus()
function.
1.1.4
Fixed ci config
1.1.3
- Fixed Typescript definitions for
reduce()
andreduceRight()
. - Minor adjustments to the documentation.
1.1.2
1.1.2
1.1.1
- Fixed issue where the typescript definition file was not exported to npm