Skip to content

Releases: wojtekmaj/async-array-utils

v1.1.1

19 Nov 06:42
b47d5d9
Compare
Choose a tag to compare

What's changed?

  • Removed unnecessary async from functions not using it, resulting in some size savings in asyncEvery and asyncSome functions

v1.1.0

19 Nov 06:41
dec3f12
Compare
Choose a tag to compare

What's new?

  • Added asyncEvery, asyncSome, asyncSomeStrict utils

v1.0.1

11 May 19:14
ed42582
Compare
Choose a tag to compare

Bug fixes

  • Fixed "regeneratorRuntime is not defined" error.

v1.0.0

11 May 19:13
5b53b7e
Compare
Choose a tag to compare

Initial release.