File tree Expand file tree Collapse file tree 2 files changed +11
-1
lines changed
Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,15 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
66
77## [ Unreleased]
88
9+ ## [ 3.0.2] - 2019-01-28
10+ ### Fixed
11+ - Only set ` set-cookie ` if truthy, this was always set before.
12+ - Some TypeScript warnings.
13+ - Use ` event.query ` for provides that are not AWS. (AWS uses ` event.queryStringParameters ` ).
14+
15+ ### Refactor
16+ - Create on function for each provider instead of having a larger one.
17+
918## [ 3.0.1] - 2018-09-30
1019### Fixed
1120- Return response data nested in res object for Azure functions.
@@ -47,3 +56,4 @@ Added a new example showing of usage of Bell.
4756[ 2.0.1 ] : https://github.com/drager/serverless-hapi/compare/v2.0.0...v2.0.1
4857[ 3.0.0 ] : https://github.com/drager/serverless-hapi/compare/v2.0.1...v3.0.0
4958[ 3.0.1 ] : https://github.com/drager/serverless-hapi/compare/v3.0.0...v3.0.1
59+ [ 3.0.2 ] : https://github.com/drager/serverless-hapi/compare/v3.0.1...v3.0.2
Original file line number Diff line number Diff line change 11{
22 "name" : " serverless-hapi" ,
3- "version" : " 3.0.1 " ,
3+ "version" : " 3.0.2 " ,
44 "description" : " Use hapi with the serverless framework" ,
55 "main" : " dist/src/index.js" ,
66 "scripts" : {
You can’t perform that action at this time.
0 commit comments