forked from Azure/autorest
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCHANGELOG.json
56 lines (56 loc) · 1.42 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
{
"name": "@autorest/common",
"entries": [
{
"version": "1.1.0",
"tag": "@autorest/common_v1.1.0",
"date": "Fri, 05 Mar 2021 16:31:29 GMT",
"comments": {
"minor": [
{
"comment": "**Update** merge functionality to be able to take interpolation context. Default to the higher priority element otherwise"
},
{
"comment": "**Update** Merging functionality to accept an array merging strategy to decide order of merging"
}
]
}
},
{
"version": "1.0.3",
"tag": "@autorest/common_v1.0.3",
"date": "Fri, 26 Feb 2021 21:50:13 GMT",
"comments": {
"patch": [
{
"comment": "**Update** Autorest logger definition"
}
]
}
},
{
"version": "1.0.2",
"tag": "@autorest/common_v1.0.2",
"date": "Sat, 20 Feb 2021 17:49:35 GMT",
"comments": {
"patch": [
{
"comment": "**Fix** Revert use of flatMap which is not available on node 10"
}
]
}
},
{
"version": "1.0.1",
"tag": "@autorest/common_v1.0.1",
"date": "Fri, 19 Feb 2021 21:42:09 GMT",
"comments": {
"patch": [
{
"comment": "Initial release, include code extract from @autorest/core around merging object and reading yaml/config"
}
]
}
}
]
}