forked from dbartholomae/lambda-middleware
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCHANGELOG.json
93 lines (93 loc) · 2.63 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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
{
"name": "@lambda-middleware/class-validator",
"entries": [
{
"version": "2.0.1",
"tag": "@lambda-middleware/class-validator_v2.0.1",
"date": "Thu, 29 Oct 2020 19:56:29 GMT",
"comments": {
"patch": [
{
"comment": "Make compatible with TypeScript strict mode"
}
],
"dependency": [
{
"comment": "Updating dependency \"@lambda-middleware/utils\" from `^1.0.2` to `^1.0.3`"
},
{
"comment": "Updating dependency \"@lambda-middleware/compose\" from `^1.1.0` to `^1.2.0`"
}
]
}
},
{
"version": "2.0.0",
"tag": "@lambda-middleware/class-validator_v2.0.0",
"date": "Fri, 23 Oct 2020 15:23:13 GMT",
"comments": {
"major": [
{
"comment": "ast"
}
],
"dependency": [
{
"comment": "Updating dependency \"@lambda-middleware/utils\" from `^1.0.1` to `^1.0.2`"
},
{
"comment": "Updating dependency \"@lambda-middleware/compose\" from `^1.0.1` to `^1.1.0`"
},
{
"comment": "Updating dependency \"@lambda-middleware/http-error-handler\" from `^1.0.1` to `^2.0.0`"
}
]
}
},
{
"version": "1.0.1",
"tag": "@lambda-middleware/class-validator_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 `*`"
},
{
"comment": "Updating dependency \"@lambda-middleware/compose\" from `*` to `*`"
},
{
"comment": "Updating dependency \"@lambda-middleware/http-error-handler\" from `*` to `*`"
}
]
}
},
{
"version": "1.0.0",
"tag": "@lambda-middleware/class-validator_v1.0.0",
"date": "Mon, 10 Aug 2020 17:15:19 GMT",
"comments": {
"major": [
{
"comment": "Add class-validator middleware",
"author": "Daniel Bartholomae <[email protected]>",
"commit": "ae65891f6f9a363a1d5115362bd14a1fe4e6cfcc"
}
],
"dependency": [
{
"comment": "Updating dependency \"@lambda-middleware/compose\" from `*` to `*`"
},
{
"comment": "Updating dependency \"@lambda-middleware/http-error-handler\" from `*` to `*`"
}
]
}
}
]
}