async-array-utils

A collection of array-related async utilities.

MIT License

Downloads
2.1K
Stars
12
Committers
2
async-array-utils - v1.8.1 Latest Release

Published by wojtekmaj about 1 year ago

What's new?

async-array-utils - v1.8.0

Published by wojtekmaj over 1 year ago

What's new?

  • Added support for native ESM modules (#71).
async-array-utils - v1.7.0

Published by wojtekmaj over 1 year ago

What's new?

  • Added asyncFind, asyncFindIndex utils
async-array-utils -

Published by wojtekmaj over 1 year ago

Bug fixes

  • Fixed types not picked up correctly by some tools (e.g. Next.js).
async-array-utils -

Published by wojtekmaj over 1 year ago

What's new?

  • Converted package to TypeScript (#29).
async-array-utils - v1.5.0

Published by wojtekmaj over 2 years ago

What's new?

  • Improved rejection handling

Bug fixes

  • Prevent multiple attempts to resolve the same Promise
  • Fixed asyncForEach function name
async-array-utils -

Published by wojtekmaj almost 4 years ago

What's new?

  • Refactored asyncMapStrict, asyncReduce utils not to use async, resulting in size savings
  • Removed @babel/runtime dependency, resulting in substantial size savings
async-array-utils -

Published by wojtekmaj almost 4 years ago

What's new?

  • Refactored asyncEvery, asyncEveryStrict, asyncFilter, asyncFilterStrict, asyncForEach, asyncForEachStrict, asyncSome, asyncSomeStrict utils not to use async, resulting in size savings.
async-array-utils -

Published by wojtekmaj almost 4 years ago

What's new?

  • Added asyncEveryStrict, asyncFilter, asyncFilterStrict utils
  • Improved examples in README

What's changed?

  • Refactored asyncSomeStrict util
async-array-utils -

Published by wojtekmaj almost 4 years ago

What's changed?

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

Published by wojtekmaj almost 4 years ago

What's new?

  • Added asyncEvery, asyncSome, asyncSomeStrict utils
async-array-utils -

Published by wojtekmaj over 4 years ago

Bug fixes

  • Fixed "regeneratorRuntime is not defined" error.
async-array-utils -

Published by wojtekmaj over 4 years ago

Initial release.