UNPKG

2.19 kBMarkdownView Raw
1## [2.0.1](https://github.com/enter-at/node-aws-lambda-handlers/compare/v2.0.0...v2.0.1) (2020-07-24)
2
3
4### Bug Fixes
5
6* **ApiGatewayProxyHandler:** use implicit type for decorator ([9ada1b1](https://github.com/enter-at/node-aws-lambda-handlers/commit/9ada1b1c1e07b0dc9e8359d3486289f0af96e6c0))
7
8# [2.0.0](https://github.com/enter-at/node-aws-lambda-handlers/compare/v1.2.0...v2.0.0) (2020-07-23)
9
10
11### Features
12
13* **errors:** expose UnauthorizedError ([51fc5cc](https://github.com/enter-at/node-aws-lambda-handlers/commit/51fc5cc2b68ee3831b0b8d1a0310521e46283ac5))
14
15
16### BREAKING CHANGES
17
18* **errors:** rename of all interfaces remove leading "I"
19
20# [1.2.0](https://github.com/enter-at/node-aws-lambda-handlers/compare/v1.1.1...v1.2.0) (2020-07-14)
21
22
23### Bug Fixes
24
25* **APIGatewayProxyHandler:** fix linter issues ([e581bdb](https://github.com/enter-at/node-aws-lambda-handlers/commit/e581bdbec70d4d48e5c67b6240d79d2017192fb9))
26
27
28### Features
29
30* **tests:** add tests for error responses ([e506a2f](https://github.com/enter-at/node-aws-lambda-handlers/commit/e506a2ffd712cacb2e3c6c2cd8674a7815909702))
31
32## [1.1.1](https://github.com/enter-at/aws-node/compare/v1.1.0...v1.1.1) (2020-05-25)
33
34
35### Bug Fixes
36
37* define compile target version ([fe82cc5](https://github.com/enter-at/aws-node/commit/fe82cc52cb72744b4fc815e4a3b6163a7880b421))
38
39# [1.1.0](https://github.com/enter-at/aws-node/compare/v1.0.0...v1.1.0) (2020-05-25)
40
41
42### Features
43
44* **response:** add unauthorized ([7cb9171](https://github.com/enter-at/aws-node/commit/7cb91716dbb514142b407d999141695a61b9ceae))
45
46# 1.0.0 (2019-12-18)
47
48
49### Bug Fixes
50
51* **APIGatewayProxyHandler:** remove redundant json parse ([3b38990](https://github.com/enter-at/aws-node/commit/3b38990a95108dd6b09c0f8dfb80580a1b7e7d7e))
52* **LambdaHandler:** change wrapped method scope and args ([0daff4f](https://github.com/enter-at/aws-node/commit/0daff4f27ba9c061539803b06cacb0a3013c1258))
53* **package:** remove unused dependencies ([a898371](https://github.com/enter-at/aws-node/commit/a8983714d7e50eb53956afb97332c8f59419eee8))
54* **release:** configure workflow ([c1f5ece](https://github.com/enter-at/aws-node/commit/c1f5eceb932947a31e7b239154f60b2929589b6c))