-
-
Notifications
You must be signed in to change notification settings - Fork 18
/
Copy pathCHANGELOG.json
53 lines (53 loc) · 1.52 KB
/
CHANGELOG.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
{
"name": "@lambda-middleware/http-error-handler",
"entries": [
{
"version": "2.0.0",
"tag": "@lambda-middleware/http-error-handler_v2.0.0",
"date": "Fri, 23 Oct 2020 15:23:13 GMT",
"comments": {
"major": [
{
"comment": "Before, ErrorHandler middleware could be used for handler of all kinds of events. Now it can only be used for APIGatewayEvents. This should not cause much trouble, as the middleware already returned APIGatewayResponses only."
}
],
"dependency": [
{
"comment": "Updating dependency \"@lambda-middleware/utils\" from `^1.0.1` to `^1.0.2`"
}
]
}
},
{
"version": "1.0.1",
"tag": "@lambda-middleware/http-error-handler_v1.0.1",
"date": "Thu, 13 Aug 2020 19:32:50 GMT",
"comments": {
"patch": [
{
"comment": "Add tslib dependency"
}
],
"dependency": [
{
"comment": "Updating dependency \"@lambda-middleware/utils\" from `*` to `*`"
}
]
}
},
{
"version": "1.0.0",
"tag": "@lambda-middleware/http-error-handler_v1.0.0",
"date": "Mon, 10 Aug 2020 17:15:19 GMT",
"comments": {
"major": [
{
"comment": "add http-error-handler middleware",
"author": "Daniel Bartholomae <[email protected]>",
"commit": "827c9757a69e48ccfea1af7fc9c479439b983b87"
}
]
}
}
]
}