You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-[`d94514b`](https://github.com/stdlib-js/stdlib/commit/d94514bc9418f5b42df6233204d5005d53af00ca) - **docs:** clean-up TSDoc declaration comments _(by Philipp Burckhardt)_
39
42
-[`07459d3`](https://github.com/stdlib-js/stdlib/commit/07459d3be48a57aac6cc018cbb456749fad79f6a) - **chore:** remove private annotations _(by Philipp Burckhardt)_
40
43
-[`b7c2031`](https://github.com/stdlib-js/stdlib/commit/b7c20312491bdcf54ffc681e5fe489b9ba3d059c) - **docs:** clean-up TSDoc declaration comments _(by Philipp Burckhardt)_
41
44
-[`6b4c40d`](https://github.com/stdlib-js/stdlib/commit/6b4c40ddf5581abcc2a1b33c566455ea57b56bc5) - **feat:** update `utils/async` TypeScript declarations _(by Philipp Burckhardt)_
42
45
-[`6bb3c64`](https://github.com/stdlib-js/stdlib/commit/6bb3c64c915bb33715e5256fa8073e46b9a4d443) - **docs:** update examples in TSDoc comments in `utils/async` for doctesting _(by Philipp Burckhardt)_
43
46
-[`18b2372`](https://github.com/stdlib-js/stdlib/commit/18b2372476178bcaa6bd7ddc69396f0e87dc93f2) - **feat:** add missing exports to namespaces _(by Philipp Burckhardt)_
-[`7add020`](https://github.com/stdlib-js/stdlib/commit/7add0201c13e56a0381926ccfd4073c84eaf2ed4) - **test:** use standardized assertion messages and fix lint errors _(by Philipp Burckhardt)_
46
49
-[`11581aa`](https://github.com/stdlib-js/stdlib/commit/11581aaca8c3cb824cbb92c0c0f80e76890bdb20) - **test:** use standardized assertion messages and fix lint errors _(by Philipp Burckhardt)_
47
50
-[`07f7c05`](https://github.com/stdlib-js/stdlib/commit/07f7c0522c73e6ad9505e1d45035ae439344200d) - **test:** use standardized assertion messages and fix lint errors _(by Philipp Burckhardt)_
@@ -67,12 +70,14 @@ A total of 2 issues were closed in this release:
67
70
68
71
### Contributors
69
72
70
-
A total of 4 people contributed to this release. Thank you to the following contributors:
73
+
A total of 6 people contributed to this release. Thank you to the following contributors:
Copy file name to clipboardExpand all lines: README.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -98,6 +98,7 @@ var o = ns;
98
98
- <spanclass="signature">[`mapValuesAsync( obj, [options,] transform, done )`][@stdlib/utils/async/map-values]</span><spanclass="delimiter">: </span><spanclass="description">map values from one object to a new object having the same keys.</span>
99
99
- <spanclass="signature">[`noneByRightAsync( collection, [options,] predicate, done )`][@stdlib/utils/async/none-by-right]</span><spanclass="delimiter">: </span><spanclass="description">test whether all elements in a collection fail a test implemented by a predicate function, iterating from right to left.</span>
100
100
- <spanclass="signature">[`noneByAsync( collection, [options,] predicate, done )`][@stdlib/utils/async/none-by]</span><spanclass="delimiter">: </span><spanclass="description">test whether all elements in a collection fail a test implemented by a predicate function.</span>
101
+
- <spanclass="signature">[`parallel( fcns, [options,] done )`][@stdlib/utils/async/parallel]</span><spanclass="delimiter">: </span><spanclass="description">execute functions in parallel and pass the results of all functions to a provided callback.</span>
101
102
- <spanclass="signature">[`reduceRightAsync( collection, initial, [options,] reducer, done )`][@stdlib/utils/async/reduce-right]</span><spanclass="delimiter">: </span><spanclass="description">apply a function against an accumulator and each element in a collection and return the accumulated result, iterating from right to left.</span>
102
103
- <spanclass="signature">[`reduceAsync( collection, initial, [options,] reducer, done )`][@stdlib/utils/async/reduce]</span><spanclass="delimiter">: </span><spanclass="description">apply a function against an accumulator and each element in a collection and return the accumulated result.</span>
103
104
- <spanclass="signature">[`waterfall( fcns, clbk[, thisArg] )`][@stdlib/utils/async/series-waterfall]</span><spanclass="delimiter">: </span><spanclass="description">execute functions in series, passing the results of one function as arguments to the next function.</span>
0 commit comments