Skip to content

Releases: suguru03/neo-async

v2.6.1 🚀

13 May 01:57
Compare
Choose a tag to compare
  • FIxed a generator issue (#69)

v2.6.0 🚀

15 Oct 05:41
Compare
Choose a tag to compare
  • Fixed an iterator issue (#63)
  • Changed iterator handlings the same functionality as async.js

v2.5.2 🚀

13 Aug 18:07
Compare
Choose a tag to compare
  • Fixed a memoize issue (aac6a48)
  • Added the LICENSE file to the npm package (#59)

v2.5.1 🚀

11 Apr 05:16
Compare
Choose a tag to compare
  • 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 🚀

08 Oct 20:14
Compare
Choose a tag to compare
  • Added queue.remove function (c5e7d6f)

v2.4.0 🚀

28 Aug 00:27
Compare
Choose a tag to compare
  • Implemented individual methods #55

v2.3.0 🚀

20 Jul 00:06
Compare
Choose a tag to compare
  • Fixed the result orders of concat, concatSeries and concatLimit (Related to caolan/async#1436)

v2.2.2 🚀

12 Jun 01:30
Compare
Choose a tag to compare

v2.2.0 🚀

30 May 06:34
Compare
Choose a tag to compare
  • Added tryEach
  • Fixed waterfall error handling
  • Fixed asyncify error handling
  • Fixed auto error handling and the error message