forked from microsoft/typespec
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCHANGELOG.json
165 lines (165 loc) · 4.54 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
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
{
"name": "@cadl-lang/versioning",
"entries": [
{
"version": "0.6.0",
"tag": "@cadl-lang/versioning_v0.6.0",
"date": "Mon, 13 Jun 2022 23:42:28 GMT",
"comments": {
"minor": [
{
"comment": "Uptake changes to decorator context"
},
{
"comment": "Add ability to use @renamedFrom on Models, Operations, Interface, Unions and Enums."
},
{
"comment": "Add validation for incompatible versioning across references"
},
{
"comment": "Moved all decorators and functions to `Cadl.Versioning` namespace"
},
{
"comment": "**Breaking Change** Version must be defined using an enum and referenced using enums"
}
],
"none": [
{
"comment": "Upgrade to TS4.7"
}
],
"dependency": [
{
"comment": "Updating dependency \"@cadl-lang/compiler\" from `~0.31.0` to `~0.32.0`"
},
{
"comment": "Updating dependency \"@cadl-lang/library-linter\" from `~0.1.0` to `~0.1.1`"
}
]
}
},
{
"version": "0.5.0",
"tag": "@cadl-lang/versioning_v0.5.0",
"date": "Fri, 06 May 2022 17:19:57 GMT",
"comments": {
"minor": [
{
"comment": "Uptake `mixes` -> `extends` rename"
},
{
"comment": "Fix issues with spreading versioned model"
},
{
"comment": "Remove node 14 support"
},
{
"comment": "Updated versioning data getter to return `undefined` instead of `-1`"
}
],
"patch": [
{
"comment": "Fix issue with versioning of operation parameters in interfaces"
},
{
"comment": "Fix: Using versioned lib validation false positive with interfaces and unions"
}
],
"dependency": [
{
"comment": "Updating dependency \"@cadl-lang/compiler\" from `~0.30.0` to `~0.31.0`"
}
]
}
},
{
"version": "0.4.0",
"tag": "@cadl-lang/versioning_v0.4.0",
"date": "Thu, 31 Mar 2022 17:10:49 GMT",
"comments": {
"minor": [
{
"comment": "Add validation when using versioned library without @versionedDependency"
},
{
"comment": "Enable ability to pick a specific version for a versioned dependency when service itself isn't versioned"
}
],
"dependency": [
{
"comment": "Updating dependency \"@cadl-lang/compiler\" from `~0.29.0` to `~0.30.0`"
},
{
"comment": "Updating dependency \"@cadl-lang/eslint-config-cadl\" from `~0.2.0` to `~0.3.0`"
}
]
}
},
{
"version": "0.3.2",
"tag": "@cadl-lang/versioning_v0.3.2",
"date": "Wed, 09 Mar 2022 17:42:09 GMT",
"comments": {
"dependency": [
{
"comment": "Updating dependency \"@cadl-lang/compiler\" from `~0.28.0` to `~0.29.0`"
},
{
"comment": "Updating dependency \"@cadl-lang/eslint-config-cadl\" from `~0.1.0` to `~0.2.0`"
}
]
}
},
{
"version": "0.3.1",
"tag": "@cadl-lang/versioning_v0.3.1",
"date": "Tue, 15 Feb 2022 22:35:02 GMT",
"comments": {
"dependency": [
{
"comment": "Updating dependency \"@cadl-lang/compiler\" from `~0.27.0` to `~0.28.0`"
}
]
}
},
{
"version": "0.3.0",
"tag": "@cadl-lang/versioning_v0.3.0",
"date": "Mon, 14 Feb 2022 03:01:08 GMT",
"comments": {
"minor": [
{
"comment": "Update decorators to take in api change"
}
],
"patch": [
{
"comment": "Bump dependency versions"
}
],
"dependency": [
{
"comment": "Updating dependency \"@cadl-lang/compiler\" from `~0.26.0` to `~0.27.0`"
}
]
}
},
{
"version": "0.2.0",
"tag": "@cadl-lang/versioning_v0.2.0",
"date": "Fri, 04 Feb 2022 18:00:18 GMT",
"comments": {
"minor": [
{
"comment": "Add versioning framework"
}
],
"dependency": [
{
"comment": "Updating dependency \"@cadl-lang/compiler\" from `~0.25.0` to `~0.26.0`"
}
]
}
}
]
}