Releases: suguru03/neo-async
Releases · suguru03/neo-async
v2.6.1 🚀
- FIxed a generator issue (#69)
v2.6.0 🚀
- Fixed an iterator issue (#63)
- Changed iterator handlings the same functionality as async.js
v2.5.2 🚀
- Fixed a memoize issue (aac6a48)
- Added the LICENSE file to the npm package (#59)
v2.5.1 🚀
- Fixed an
auto
bug when an error is caused #57
- Fixed a
asyncify
bug when null
is thrown as an error 229c8ca
- Improved
sortBy
performance 70dbee6
v2.5.0 🚀
- Added
queue.remove
function (c5e7d6f)
v2.4.0 🚀
- Implemented individual methods #55
v2.3.0 🚀
- Fixed the result orders of
concat
, concatSeries
and concatLimit
(Related to caolan/async#1436)
v2.2.0 🚀
- Added
tryEach
- Fixed
waterfall
error handling
- Fixed
asyncify
error handling
- Fixed
auto
error handling and the error message