Releases: wojtekmaj/async-array-utils
Releases · wojtekmaj/async-array-utils
v1.1.1
What's changed?
- Removed unnecessary async from functions not using it, resulting in some size savings in
asyncEvery
and asyncSome
functions
v1.1.0
What's new?
- Added
asyncEvery
, asyncSome
, asyncSomeStrict
utils
v1.0.1
Bug fixes
- Fixed "regeneratorRuntime is not defined" error.