Skip to content

Releases: nicolas-van/modern-async

2.0.4

08 Oct 14:31
03a0487
Compare
Choose a tag to compare

Republication to npm.

2.0.3

08 Oct 14:10
e5a7cff
Compare
Choose a tag to compare

Re-publication on npm.

1.1.5

08 Oct 14:28
Compare
Choose a tag to compare
v1.1.5

2.0.2

07 Oct 12:27
Compare
Choose a tag to compare

2.0.1

07 Oct 11:02
Compare
Choose a tag to compare

2.0.0

29 Dec 16:05
Compare
Choose a tag to compare
  • 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

15 Sep 09:59
Compare
Choose a tag to compare
Fixed ci config

1.1.3

07 Feb 09:51
Compare
Choose a tag to compare
  • Fixed Typescript definitions for reduce() and reduceRight().
  • Minor adjustments to the documentation.

1.1.2

07 Jan 10:16
Compare
Choose a tag to compare
1.1.2

1.1.1

05 Jan 09:19
Compare
Choose a tag to compare
  • Fixed issue where the typescript definition file was not exported to npm