Skip to content

Releases: nicolas-van/modern-async

2.0.4

Choose a tag to compare

@nicolas-van nicolas-van released this 08 Oct 14:31
03a0487

Republication to npm.

2.0.3

Choose a tag to compare

@nicolas-van nicolas-van released this 08 Oct 14:10
e5a7cff

Re-publication on npm.

1.1.5

Choose a tag to compare

@nicolas-van nicolas-van released this 08 Oct 14:28
v1.1.5

2.0.2

Choose a tag to compare

@nicolas-van nicolas-van released this 07 Oct 12:27

2.0.1

Choose a tag to compare

@nicolas-van nicolas-van released this 07 Oct 11:02

2.0.0

Choose a tag to compare

@nicolas-van nicolas-van released this 29 Dec 16:05
  • 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

Choose a tag to compare

@nicolas-van nicolas-van released this 15 Sep 09:59
Fixed ci config

1.1.3

Choose a tag to compare

@nicolas-van nicolas-van released this 07 Feb 09:51
  • Fixed Typescript definitions for reduce() and reduceRight().
  • Minor adjustments to the documentation.

1.1.2

Choose a tag to compare

@nicolas-van nicolas-van released this 07 Jan 10:16
1.1.2

1.1.1

Choose a tag to compare

@nicolas-van nicolas-van released this 05 Jan 09:19
  • Fixed issue where the typescript definition file was not exported to npm