Releases: muratcorlu/lambda-expressless
Releases · muratcorlu/lambda-expressless
v1.7.2
1.7.2 (2020-02-09)
Bug Fixes
- body property needed on Request Definition file (f7afb75)
v1.7.1
1.7.1 (2020-01-31)
Bug Fixes
- Proper type definition for returned callback (647f010)
v1.7.0
1.7.0 (2020-01-27)
Features
- Better TypeScript support (3353eb0)
v1.6.2
1.6.2 (2019-12-12)
Bug Fixes
- Content-Length header automatically filled if it's not exists (3bb59f5)
v1.6.1
1.6.1 (2019-12-11)
Bug Fixes
- Don't fail if there is no request header or query parameters (adb8512)
v1.6.0
1.6.0 (2019-12-04)
Features
- Handling multi value query params and headers (02c56c9)
v1.5.1
1.5.1 (2019-10-25)
Bug Fixes
- Added missing definitions to request (98addfe)
v1.5.0
1.5.0 (2019-10-16)
Features
v1.4.1
1.4.1 (2019-09-16)
Bug Fixes
- Empty event loops with multiple middlewares cause timeouts (ecc9291)
v1.4.0
1.4.0 (2019-09-02)
Features
accepts*
methods added to Request object` (49110f2)
- Response.format method implemented (3383545)