Skip to content

Latest commit

 

History

History
68 lines (39 loc) · 1.17 KB

changelog.md

File metadata and controls

68 lines (39 loc) · 1.17 KB

Changelog

0.5.0 (2023-02-14)

  • This package now supports ESM and CommonJS modules.
  • No longer supports Node 14. Please use Node 16 or higher.

0.4.0 (2022-09-03)

  • Updated from @curveball/core 0.19 to @curveball/kernel 0.20.

0.3.0 (2022-09-01)

  • Curveball 0.19 support.

0.2.3 (2022-09-01)

  • Mark this package as incompatible with Curveball 0.19. CB 0.19 changed it's API, so we must also do a new minor release here.

0.2.2 (2021-03-02)

  • Fix a typing issue with new aws-sdk packages.

0.2.1 (2021-03-02)

  • Update @curveball/core dependency.

0.2.0 (2020-12-06)

  • Update for new Curveball APIs.
  • Node versions older than 12 are no longer supported.
  • Typescript target is now es2019 instead of esnext to ensure that older Node.js versions are supported.

0.1.1 (2020-02-18)

  • Response headers are correctly serialized.

0.1.0 (2020-02-18)

  • Added documentation
  • Updated all dependencies
  • Curveball is now a peerDependency

0.0.1 (2019-05-22)

  • First version