Skip to content

2.0.0

Latest
Compare
Choose a tag to compare
@nicolas-van nicolas-van released this 29 Dec 16:05
· 9 commits to master since this release
  • 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.