Releases: suguru03/aigle
Releases · suguru03/aigle
v1.14.0 🚀
- Add allSettled (#101)
- Update type definitions
v1.13.0 🚀
- Add basic type definition for TypeScript #22
- Add flow #82
- Improve retry #52
- Extends parallel functionality #57
- Support iteratable tasks 2cf7164
v1.12.0 🚀
- [Breaking changes] Updated pick and omit shorthand functionality. #54
- Update
Aigle.each
to return collection as a result 3195215
- Fixed a promisifyAll issue #55
- Updated promisify functionality for native functions #59
⚠v1.12.0 doesn't include type defition, if you want to use it, please use npm install aigle@next
.
v1.11.0 🚀
- Exposed
default
for import
- Updated
props
, parallel
and mapValues
to ensure object property order #46
- Updated
all
, race
and parallel
to support Set
.
v1.10.1 🚀
- Fixed
Aigle.resolve
#39
- Improved
props
, parallel
and race
to execute with a Map
instance
v1.9.2 🚀
- Reverted
mixin
to extend value for lodash #33
v1.9.1 🚀
- Fixed
race
not to resolve if task is empty (e147b71)
- Fixed
promisify
handling for setTimeout
and setImmediate
(0965814)
v1.8.1 🚀
- Fixed published files for browser #21
- Added inspection functions 52209fa
v1.7.1 🚀
- Fixed
mixin
to support _.chain
(0a08614)