Skip to content
This repository was archived by the owner on Mar 16, 2026. It is now read-only.

v0.4.10

Choose a tag to compare

@emmenko emmenko released this 23 Apr 21:53
· 209 commits to master since this release

New:

  • allow to pass configuration options to Qutils.processList 0c0e466
    • accumulate whether the results should be accumulated or not (default true). If not, an empty array will be returned from the resolved promise.
    • maxParallel how many elements from the list will be passed to the process fn function (default 1)