Skip to content

Releases: softwareventures/promise

v2.0.0

12 Oct 16:59
Compare
Choose a tag to compare

2.0.0 (2022-10-12)

⚠ BREAKING CHANGES

  • node: node versions 12, 17 are no longer supported.

Features

  • node: drop support for node 12, 17 (b26b8d7)

v1.0.2

02 Feb 08:27
Compare
Choose a tag to compare

1.0.2 (2022-02-02)

v1.0.1

24 Jan 03:56
Compare
Choose a tag to compare

1.0.1 (2022-01-24)

Bug Fixes

  • npm: fix package not being published due to private being set true (70011b0)

v1.0.0

24 Jan 03:51
Compare
Choose a tag to compare

1.0.0 (2022-01-24)

Bug Fixes

  • deps: use version range for dependency on tslib (6da34d4)
  • npm: don't include TypeScript source in npm package (1f7e594)
  • side-effects: set sideEffects: false to enable tree-shaking (c885486)

Features

  • allasync: add allAsync function (46de8fb)
  • applyasync: add applyAsync function (c54663f)
  • asyncreturntype: add AsyncReturnType utility type (0e52892)
  • node: drop support for node < 12 || ^13 || ^15 (5d15519)
  • sequenceasync: add sequenceAsync function (8b13dc0)
  • unwrappromiselike: add utility type UnwrapPromiseLike (ce5b019)

BREAKING CHANGES

  • node: node < 12 || ^13 || ^15 are no longer
    supported.