Releases: suguru03/aigle
Releases · suguru03/aigle
v1.7.0 🚀
- Supported on-demand require (#20)
v1.5.0 🚀
- Fixed
concat
, concatSeries
and concatLimit
order
- Added
findIndex
and findKey
v1.4.2 🚀
- Improved performance of collection functions
- Improved collection functions to assign a collection to the third argument in the iterator
v1.4.1 🚀
- Added logo
- Fixed
times
, timesSeries
and timesLimit
bug (ef4edca)
v1.4.0 🚀
- Added a cancellation API
- Fixed
timeSeires
error handling
- Improved error handling
v1.3.2 🚀
- Fixed async handling to avoid memory leak
v1.3.1 🚀
- Fixed async handling to ensure order
- Fixed longStackTraces to show trace properly
v1.3.0 🚀
- Added shorthand to collection functions
- Refactored collection functions and improved performance
v1.2.0
v1.2.0 🚀
- Added
longStackTraces
- Improved performance of series and limit functions
- Improved
Promise.resolve
peformance