forked from Azure/autorest
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCHANGELOG.json
More file actions
473 lines (473 loc) · 13.3 KB
/
CHANGELOG.json
File metadata and controls
473 lines (473 loc) · 13.3 KB
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
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
{
"name": "@autorest/configuration",
"entries": [
{
"version": "1.8.2",
"tag": "@autorest/configuration_v1.8.2",
"date": "Tue, 07 Dec 2021 16:36:46 GMT",
"comments": {
"patch": [
{
"comment": "**Remove** removal of additionalProperties=false for v2 generator "
}
]
}
},
{
"version": "1.8.1",
"tag": "@autorest/configuration_v1.8.1",
"date": "Tue, 30 Nov 2021 15:50:35 GMT",
"comments": {
"patch": [
{
"comment": "Allow multiple `reason` on directive"
}
]
}
},
{
"version": "1.8.0",
"tag": "@autorest/configuration_v1.8.0",
"date": "Fri, 19 Nov 2021 04:23:42 GMT",
"comments": {
"minor": [
{
"comment": "**Consolidate** configuration schema to add description and missing settings"
},
{
"comment": "Uptake changes to the extension loader and report installation progress"
}
],
"patch": [
{
"comment": "Relax directive validation"
}
],
"dependency": [
{
"comment": "Updating dependency \"@autorest/common\" from `~1.3.0` to `~1.4.0`"
},
{
"comment": "Updating dependency \"@azure-tools/datastore\" from `~4.5.1` to `~4.6.0`"
},
{
"comment": "Updating dependency \"@azure-tools/extension\" from `~3.3.1` to `~3.4.0`"
},
{
"comment": "Updating dependency \"@azure-tools/json\" from `~1.2.0` to `~1.2.1`"
},
{
"comment": "Updating dependency \"@autorest/test-utils\" from `~0.4.0` to `~0.5.0`"
}
]
}
},
{
"version": "1.7.3",
"tag": "@autorest/configuration_v1.7.3",
"date": "Thu, 14 Oct 2021 23:03:28 GMT",
"comments": {
"patch": [
{
"comment": "**Fix** Issue with undefined properties"
}
],
"dependency": [
{
"comment": "Updating dependency \"@azure-tools/datastore\" from `~4.5.0` to `~4.5.1`"
}
]
}
},
{
"version": "1.7.2",
"tag": "@autorest/configuration_v1.7.2",
"date": "Thu, 23 Sep 2021 19:51:32 GMT",
"comments": {
"patch": [
{
"comment": "**Added** `include-x-ms-examples-original-file` flag to activate `x-ms-original-file` injection in `x-ms-examples`"
}
]
}
},
{
"version": "1.7.1",
"tag": "@autorest/configuration_v1.7.1",
"date": "Wed, 22 Sep 2021 15:23:39 GMT",
"comments": {
"patch": [
{
"comment": "Added missing help text for command line arguments"
}
]
}
},
{
"version": "1.7.0",
"tag": "@autorest/configuration_v1.7.0",
"date": "Wed, 08 Sep 2021 15:39:22 GMT",
"comments": {
"patch": [
{
"comment": "Configuration loader will not auto unloadcode blocks"
},
{
"comment": "**Fix** Input files with `..` in path would cause duplicate loading and cause issues down the line"
}
],
"minor": [
{
"comment": "**Rename** `adl` -> `cadl`"
},
{
"comment": "**Remove** Yaml logging message format"
},
{
"comment": " **Update** to new path mapping sourcemap functionality and remove unused parsing logic"
},
{
"comment": "**Remove** quick-check plugin from defautl configuration"
}
],
"dependency": [
{
"comment": "Updating dependency \"@autorest/common\" from `~1.2.0` to `~1.3.0`"
},
{
"comment": "Updating dependency \"@azure-tools/datastore\" from `~4.4.0` to `~4.5.0`"
},
{
"comment": "Updating dependency \"@azure-tools/json\" from `~1.1.0` to `~1.2.0`"
},
{
"comment": "Updating dependency \"@autorest/test-utils\" from `~0.3.0` to `~0.4.0`"
}
]
}
},
{
"version": "1.6.0",
"tag": "@autorest/configuration_v1.6.0",
"date": "Mon, 19 Jul 2021 15:15:41 GMT",
"comments": {
"patch": [
{
"comment": "**Docs** Add documenation about `--use`"
},
{
"comment": "**Added** New --memory configuration"
},
{
"comment": "**Added** `--skip-sourcemap` flag"
},
{
"comment": "**Fix** Handle invalid yaml in cli flag"
},
{
"comment": "Add `interactive` to config type"
}
],
"minor": [
{
"comment": "**Added** `debug` flag to directive to enable additional logging"
},
{
"comment": "**Added** Eol configuration"
},
{
"comment": "**Moved** literate-yaml logic from @autorest/common"
},
{
"comment": "Drop support for node 10"
}
],
"dependency": [
{
"comment": "Updating dependency \"@autorest/common\" from `~1.1.4` to `~1.2.0`"
},
{
"comment": "Updating dependency \"@azure-tools/datastore\" from `~4.3.1` to `~4.4.0`"
},
{
"comment": "Updating dependency \"@azure-tools/extension\" from `~3.2.7` to `~3.3.0`"
},
{
"comment": "Updating dependency \"@autorest/test-utils\" from `~0.2.2` to `~0.3.0`"
}
]
}
},
{
"version": "1.5.0",
"tag": "@autorest/configuration_v1.5.0",
"date": "Thu, 03 Jun 2021 22:37:55 GMT",
"comments": {
"minor": [
{
"comment": "Add support for adl"
}
]
}
},
{
"version": "1.4.1",
"tag": "@autorest/configuration_v1.4.1",
"date": "Wed, 26 May 2021 18:31:17 GMT",
"comments": {
"patch": [
{
"comment": "**Fix** issue when using --use: it would try to use yarn but couldn't find yarn/cli.js location"
}
],
"dependency": [
{
"comment": "Updating dependency \"@azure-tools/extension\" from `~3.2.6` to `~3.2.7`"
}
]
}
},
{
"version": "1.4.0",
"tag": "@autorest/configuration_v1.4.0",
"date": "Thu, 20 May 2021 16:41:13 GMT",
"comments": {
"minor": [
{
"comment": "**Remove** Old patch directive causing incorect swagger behavior"
}
]
}
},
{
"version": "1.3.1",
"tag": "@autorest/configuration_v1.3.1",
"date": "Mon, 10 May 2021 18:01:37 GMT",
"comments": {
"patch": [
{
"comment": "**Fix** Keep order of property when merging to allow interpolation from same file"
}
],
"dependency": [
{
"comment": "Updating dependency \"@autorest/common\" from `~1.1.3` to `~1.1.4`"
}
]
}
},
{
"version": "1.3.0",
"tag": "@autorest/configuration_v1.3.0",
"date": "Tue, 27 Apr 2021 17:48:43 GMT",
"comments": {
"minor": [
{
"comment": "**Added** CLI argument parsing functionality(Moved from core and autorest)"
},
{
"comment": "**Addded** configuration validator for known config properties"
}
],
"patch": [
{
"comment": "**Bump** @autorest/java default version to 4.0.24"
}
],
"dependency": [
{
"comment": "Updating dependency \"@azure-tools/datastore\" from `~4.3.0` to `~4.3.1`"
},
{
"comment": "Updating dependency \"@azure-tools/extension\" from `~3.2.5` to `~3.2.6`"
}
]
}
},
{
"version": "1.2.3",
"tag": "@autorest/configuration_v1.2.3",
"date": "Fri, 09 Apr 2021 19:53:22 GMT",
"comments": {
"patch": [
{
"comment": "Added skip-semantics-validation config flag"
},
{
"comment": "**Added** remove-parameter built-in directive"
},
{
"comment": "**Update** Configuration to use new semantic validator"
},
{
"comment": "**Addd** `stats` flag to configuration"
},
{
"comment": "**Fix** Loading same configuration twice"
}
],
"dependency": [
{
"comment": "Updating dependency \"@autorest/common\" from `~1.1.2` to `~1.1.3`"
},
{
"comment": "Updating dependency \"@azure-tools/datastore\" from `~4.2.2` to `~4.3.0`"
}
]
}
},
{
"version": "1.2.2",
"tag": "@autorest/configuration_v1.2.2",
"date": "Fri, 02 Apr 2021 15:18:00 GMT",
"comments": {
"patch": [
{
"comment": "**Fix** issue where getting nested config wouldn't copy the raw config and cause issue"
}
]
}
},
{
"version": "1.2.1",
"tag": "@autorest/configuration_v1.2.1",
"date": "Thu, 01 Apr 2021 15:46:41 GMT",
"comments": {
"patch": [
{
"comment": "Bump @azure-tools/uri version to ~3.1.1"
},
{
"comment": "Simplify configuration loading interface"
}
],
"dependency": [
{
"comment": "Updating dependency \"@autorest/common\" from `~1.1.1` to `~1.1.2`"
},
{
"comment": "Updating dependency \"@azure-tools/datastore\" from `~4.2.1` to `~4.2.2`"
},
{
"comment": "Updating dependency \"@azure-tools/extension\" from `~3.2.4` to `~3.2.5`"
}
]
}
},
{
"version": "1.2.0",
"tag": "@autorest/configuration_v1.2.0",
"date": "Tue, 16 Mar 2021 15:52:56 GMT",
"comments": {
"minor": [
{
"comment": "Extract CachingFileSystem out into @azure-tools/datastore"
}
],
"patch": [
{
"comment": "Bump dependencies versions"
}
],
"dependency": [
{
"comment": "Updating dependency \"@autorest/common\" from `~1.1.0` to `~1.1.1`"
},
{
"comment": "Updating dependency \"@azure-tools/datastore\" from `~4.1.271` to `~4.2.0`"
},
{
"comment": "Updating dependency \"@azure-tools/extension\" from `~3.2.3` to `~3.2.4`"
}
]
}
},
{
"version": "1.1.3",
"tag": "@autorest/configuration_v1.1.3",
"date": "Wed, 10 Mar 2021 01:07:02 GMT",
"comments": {
"patch": [
{
"comment": "**Fix** Defining multiple directive in configuration file as an object could override each other"
}
]
}
},
{
"version": "1.1.2",
"tag": "@autorest/configuration_v1.1.2",
"date": "Mon, 08 Mar 2021 18:07:37 GMT",
"comments": {
"patch": [
{
"comment": "**Fix** Loading --require configuration added from the CLI before default configuration"
}
]
}
},
{
"version": "1.1.1",
"tag": "@autorest/configuration_v1.1.1",
"date": "Fri, 05 Mar 2021 16:31:29 GMT",
"comments": {
"patch": [
{
"comment": "**Fix** issue where interpolating a value defined in the same block wouldn't be able to be overwritten by previous configs"
},
{
"comment": "**Fix** Load arrays in the order they are defined within the same file(Resolve issue with directive loaded in inverted order)"
},
{
"comment": "Revert use of flatmap"
}
],
"dependency": [
{
"comment": "Updating dependency \"@autorest/common\" from `~1.0.3` to `~1.1.0`"
},
{
"comment": "Updating dependency \"@azure-tools/extension\" from `~3.2.2` to `~3.2.3`"
}
]
}
},
{
"version": "1.1.0",
"tag": "@autorest/configuration_v1.1.0",
"date": "Fri, 26 Feb 2021 21:50:13 GMT",
"comments": {
"minor": [
{
"comment": "**Update** Moved configuration loading from @autorest/core and redesign"
}
],
"patch": [
{
"comment": "**Fix** Plugins with nested configuration file requiring other plugins wasn't loading those plugins"
}
],
"dependency": [
{
"comment": "Updating dependency \"@autorest/common\" from `~1.0.2` to `~1.0.3`"
},
{
"comment": "Updating dependency \"@azure-tools/extension\" from `~3.2.0` to `~3.2.2`"
}
]
}
},
{
"version": "1.0.1",
"tag": "@autorest/configuration_v1.0.1",
"date": "Fri, 19 Feb 2021 21:42:09 GMT",
"comments": {
"patch": [
{
"comment": "Initial release, include models only"
}
]
}
}
]
}