Releases: micheleangioni/sls-node-ts
Releases · micheleangioni/sls-node-ts
v0.11.1
Updates:
- Added CI GitHub Action in place of Travis
v0.11.0
Updates:
- The /graphql endpoint now uses HTTP API (AWS Gateway V2) with its own Lambda Authorizer
- Updated LocalStack to v0.12.12
- Updated many packages, including serverless to v2.46.0
- Updated TypeScript to version 4.3
- Updated Jest to v27
Warnings:
- Currently due to Travis migration from travis-ci.org to travis-ci.com, it could not work as expected
v0.10.0
Updates
- Serverless Node TypeScript now comes with DynamoDB default persistence layer
- Improved error handling when trying to create a User with duplicated email or username
- Removed lambda authorizers from default serverless file
- Updated several packages, incl. serverless to v.2.38.0
- Updated LocalStack to v.0.12.10
- Using docker-compose in the Travis file now
Fixes
- Fixed Node.js types version, correctly using v14 now
v0.9.1
Updates:
- Updated serverless and other packages to the last available versions
- Small updates to the eslint configuration
- Moved the handler.ts file into the
/src
folder
v0.9.0
Updates:
- Deploying now to use Node.js 14 as runtime
- Updated LocalStack to v0.12.9
- The
serverless
is still blocked to v2.29.0 due to localstack/serverless-localstack#136
v0.8.3
Updates:
- Several package updates
- Blocked
serverless
versio to v0.29.0 due to existing conflict with the serverless-localstack plugin (see localstack/serverless-localstack#136) - Updated LocalStack to v0.12.7
v0.8.2
Updates:
- Updated eslint configuration
- Many package updates
v0.8.1
Updates:
- Updated LocalStack to v0.12.5,
- Updated serverless to v2.20.1 and several other package updates
- Renamed MongoDB container
- Added a few explanatory comments
v0.8.0
Updates:
- Updated Localstack to v0.12.3
- Many minor and patch package updates
v0.7.0
Breaking Changes:
- Replaced Moment with Dayjs due to the end of the Moment project
Updates:
- Upgraded to TypeScript v4
- Updated Serverless to v2
- Added missing
sort-keys
rule to eslint configuration