- This package now supports ESM and CommonJS modules.
- No longer supports Node 14. Please use Node 16 or higher.
- Updated from
@curveball/core
0.19 to@curveball/kernel
0.20.
- Curveball 0.19 support.
- 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.
- Fix a typing issue with new aws-sdk packages.
- Update @curveball/core dependency.
- Update for new Curveball APIs.
- Node versions older than 12 are no longer supported.
- Typescript target is now
es2019
instead ofesnext
to ensure that older Node.js versions are supported.
- Response headers are correctly serialized.
- Added documentation
- Updated all dependencies
- Curveball is now a peerDependency
- First version