Skip to content

Releases: suguru03/aigle

v1.14.0 馃殌

28 May 04:43
Compare
Choose a tag to compare
  • Add allSettled (#101)
  • Update type definitions

v1.13.0 馃殌

29 Jan 06:28
Compare
Choose a tag to compare
  • Add basic type definition for TypeScript #22
  • Add flow #82
  • Improve retry #52
  • Extends parallel functionality #57
  • Support iteratable tasks 2cf7164

v1.12.0 馃殌

07 May 02:00
Compare
Choose a tag to compare
  • [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

鈿爒1.12.0 doesn't include type defition, if you want to use it, please use npm install aigle@next.

v1.11.0 馃殌

26 Feb 00:30
Compare
Choose a tag to compare
  • Exposed default for import
  • Updated props, parallel and mapValues to ensure object property order #46
  • Updated all, race and parallelto support Set.

v1.10.1 馃殌

26 Dec 02:37
Compare
Choose a tag to compare
  • Fixed Aigle.resolve #39
  • Improved props, parallel and race to execute with a Map instance

v1.9.2 馃殌

05 Dec 09:21
Compare
Choose a tag to compare
  • Reverted mixin to extend value for lodash #33

v1.9.1 馃殌

16 Nov 06:28
Compare
Choose a tag to compare
  • Fixed race not to resolve if task is empty (e147b71)
  • Fixed promisify handling for setTimeout and setImmediate (0965814)

v1.9.0 馃殌

22 Oct 02:19
Compare
Choose a tag to compare

v1.8.1 馃殌

27 Aug 23:54
Compare
Choose a tag to compare
  • Fixed published files for browser #21
  • Added inspection functions 52209fa

v1.7.1 馃殌

17 Aug 22:04
Compare
Choose a tag to compare
  • Fixed mixin to support _.chain (0a08614)