Skip to content

Releases: balassy/aws-lambda-typescript

Version 3.0.0

22 Feb 20:58
39f2d64
Compare
Choose a tag to compare

This release does not contain any code changes, but introduces 2 breaking changes in the environment:

  • Dropping support for NodeJS v6, CI pipelines are running on the current LTS version (now 10.15.0) and the latest version available on the CI platform. This change enables keeping third-party dependencies up-to-date.

  • The mocha dependency is updated to ^6.0.1, also the related nyc and ts-node packages are updated to their latest version. Due to a bug in mocha the mocha.opts files are needed to be moved to the new yml format.

Meeting CII Best Practices "Passing" criteria level

05 Sep 04:25
0a98153
Compare
Choose a tag to compare

This release does not bring any code changes, only updates in documentation about how this code operates as an open source project, following Linux Foundation's Core Infrastructure Initiative Best Practices on the "Passing" criteria level.

First public release

05 Sep 04:30
20b7f33
Compare
Choose a tag to compare

From now on this project follows semantic versioning.