Skip to content

v1.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 24 Jan 03:51
· 347 commits to main since this release

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.