Skip to content

Releases: suguru03/aigle

v1.7.0 🚀

02 Aug 19:42
Compare
Choose a tag to compare
  • Supported on-demand require (#20)

v1.6.0 🚀

05 Jul 05:12
Compare
Choose a tag to compare

v1.5.0 🚀

26 Jun 02:13
Compare
Choose a tag to compare
  • Fixed concat, concatSeries and concatLimit order
  • Added findIndex and findKey

v1.4.2 🚀

02 Jun 06:33
Compare
Choose a tag to compare
  • Improved performance of collection functions
  • Improved collection functions to assign a collection to the third argument in the iterator

v1.4.1 🚀

26 May 05:51
Compare
Choose a tag to compare
  • Added logo
  • Fixed times, timesSeries and timesLimit bug (ef4edca)

v1.4.0 🚀

21 May 01:58
Compare
Choose a tag to compare
  • Added a cancellation API
  • Fixed timeSeires error handling
  • Improved error handling

v1.3.2 🚀

12 May 06:43
Compare
Choose a tag to compare
  • Fixed async handling to avoid memory leak

v1.3.1 🚀

12 May 06:21
Compare
Choose a tag to compare
  • Fixed async handling to ensure order
  • Fixed longStackTraces to show trace properly

v1.3.0 🚀

08 May 04:46
Compare
Choose a tag to compare
  • Added shorthand to collection functions
  • Refactored collection functions and improved performance

v1.2.0

19 Apr 04:12
Compare
Choose a tag to compare

v1.2.0 🚀

  • Added longStackTraces
  • Improved performance of series and limit functions
  • Improved Promise.resolve peformance