forked from microsoft/typespec
-
Notifications
You must be signed in to change notification settings - Fork 0
/
CHANGELOG.json
548 lines (548 loc) · 15.7 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
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
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
{
"name": "@typespec/versioning",
"entries": [
{
"version": "0.52.0",
"tag": "@typespec/versioning_v0.52.0",
"date": "Wed, 24 Jan 2024 05:46:53 GMT",
"comments": {
"none": [
{
"comment": "Update dependencies"
}
]
}
},
{
"version": "0.51.0",
"tag": "@typespec/versioning_v0.51.0",
"date": "Wed, 06 Dec 2023 19:40:58 GMT",
"comments": {
"none": [
{
"comment": "Fix crash in versioning library."
}
]
}
},
{
"version": "0.50.0",
"tag": "@typespec/versioning_v0.50.0",
"date": "Wed, 08 Nov 2023 00:07:17 GMT",
"comments": {
"none": [
{
"comment": "`TypeScript` use `types` entry under `exports` of `package.json` instead of legacy `typesVersions` to provide the definition files"
},
{
"comment": "**BREAKING CHANGE** Dropped support for node 16, minimum node version is now 18"
},
{
"comment": "Update targets for `@added`, `@removed`, `@renamedFrom`, `@madeOptional` and `@typeChangedFrom` to more clearly communicate where they can be used."
}
]
}
},
{
"version": "0.49.0",
"tag": "@typespec/versioning_v0.49.0",
"date": "Wed, 11 Oct 2023 23:31:35 GMT",
"comments": {
"none": [
{
"comment": "Update dependencies"
},
{
"comment": "Ensure that use of `@renamedFrom` does not result in duplicate properties on a model."
}
]
}
},
{
"version": "0.48.0",
"tag": "@typespec/versioning_v0.48.0",
"date": "Tue, 12 Sep 2023 21:47:11 GMT",
"comments": {
"none": [
{
"comment": "Fixed issue with `@typeChangedFrom` complaining about incorrect versioned references."
}
]
}
},
{
"version": "0.47.0",
"tag": "@typespec/versioning_v0.47.0",
"date": "Tue, 08 Aug 2023 22:32:10 GMT",
"comments": {}
},
{
"version": "0.46.0",
"tag": "@typespec/versioning_v0.46.0",
"date": "Tue, 11 Jul 2023 22:06:00 GMT",
"comments": {
"none": [
{
"comment": "Update dependencies"
}
]
}
},
{
"version": "0.45.0",
"tag": "@typespec/versioning_v0.45.0",
"date": "Tue, 06 Jun 2023 22:44:16 GMT",
"comments": {
"none": [
{
"comment": "Update decorators to use `valueof`"
},
{
"comment": "Update decorators signature to use `{}` instead of `object`"
},
{
"comment": "Add signature for missing decorators"
}
]
}
},
{
"version": "0.44.0",
"tag": "@typespec/versioning_v0.44.0",
"date": "Wed, 10 May 2023 21:24:00 GMT",
"comments": {
"none": [
{
"comment": "Fix: Crash during validation when using certain templated models from versioned library"
},
{
"comment": "Update compiler to be a peer dependency"
},
{
"comment": "Update dependencies"
},
{
"comment": "Added validation preventing version enums from having duplicate values."
},
{
"comment": "Fix issue where \"is\" dependencies were not detected."
},
{
"comment": "Raise error if versioned spec specifies a single service version."
}
],
"dependency": [
{
"comment": "Updating dependency \"@typespec/eslint-config-typespec\" from `~0.6.0` to `~0.7.0`"
}
]
}
},
{
"version": "0.43.0",
"tag": "@typespec/versioning_v0.43.0",
"date": "Tue, 11 Apr 2023 18:49:17 GMT",
"comments": {
"none": [
{
"comment": "Fix: Issue with using version as a template parameter across different namespace. Include a significant change in the versioning library internals."
},
{
"comment": "Use pre-projections to fix issues with versioned resources."
},
{
"comment": "support new datetime types"
},
{
"comment": "Removed deprecated decorator @versionedDependency and deprecated versioning helper methods: getRenamedFromVersion, getRenamedFromOldName, getAddedOn, getRemovedOn, addedAfter, removedOnOrBefore, and renamedAfter."
}
]
}
},
{
"version": "0.42.0",
"tag": "@typespec/versioning_v0.42.0",
"date": "Mon, 13 Mar 2023 21:30:44 GMT",
"comments": {}
},
{
"version": "0.41.0",
"tag": "@typespec/versioning_v0.41.0",
"date": "Fri, 03 Mar 2023 19:59:17 GMT",
"comments": {
"none": [
{
"comment": "Revert back changelog"
},
{
"comment": "Update package.json entrypoint to tspMain"
},
{
"comment": "Rename to TypeSpec"
},
{
"comment": "Update homepage link"
}
],
"dependency": [
{
"comment": "Updating dependency \"@typespec/eslint-config-typespec\" from `~0.5.0` to `~0.6.0`"
}
]
}
},
{
"version": "0.40.0",
"tag": "@cadl-lang/versioning_v0.40.0",
"date": "Tue, 07 Feb 2023 21:56:17 GMT",
"comments": {
"none": [
{
"comment": "Adds the @useDependency decorator. Deprecates the @versionedDependency decorator."
},
{
"comment": "Ensure @renamedFrom requires a non-empty value."
}
]
}
},
{
"version": "0.39.0",
"tag": "@cadl-lang/versioning_v0.39.0",
"date": "Fri, 13 Jan 2023 00:05:26 GMT",
"comments": {
"none": [
{
"comment": "Exporting addedOnVersions and removedOnVersions accessors."
},
{
"comment": "Added `@returnTypeChangedFrom` decorator."
},
{
"comment": "Fix issues with @added and @removed. Deprecate addedAfter and removedOnOrBefore. Added existsAtVersion."
},
{
"comment": "Ensure properties marked '@madeOptional' are actually optional."
}
]
}
},
{
"version": "0.38.0",
"tag": "@cadl-lang/versioning_v0.38.0",
"date": "Wed, 07 Dec 2022 17:21:52 GMT",
"comments": {
"minor": [
{
"comment": "Internal: update to use new `getTypeName` and `getNamespaceString` helper"
},
{
"comment": "Deprecated getRenamedFromVersion, getRenamedFromOldName, and renamedAfter methods in favor of getRenamedFromVersions, getNameAtVersion, and hasDifferentNameAtVersion."
}
],
"none": [
{
"comment": "Fix: Validation of versioned dependency giving false positive when inside a sub namespace of versioned namespace"
}
],
"patch": [
{
"comment": "Fix: Issue with loading different version of versioning library in emitter"
},
{
"comment": "Update dependencies"
},
{
"comment": "Allow @renamedFrom to be used multiple times"
}
],
"dependency": [
{
"comment": "Updating dependency \"@cadl-lang/eslint-config-cadl\" from `~0.4.1` to `~0.5.0`"
}
]
}
},
{
"version": "0.10.0",
"tag": "@cadl-lang/versioning_v0.10.0",
"date": "Sat, 12 Nov 2022 00:14:04 GMT",
"comments": {
"minor": [
{
"comment": "Declare decorators in cadl using `extern dec`"
}
],
"dependency": [
{
"comment": "Updating dependency \"@cadl-lang/compiler\" from `~0.36.1` to `~0.37.0`"
},
{
"comment": "Updating dependency \"@cadl-lang/library-linter\" from `~0.2.1` to `~0.2.2`"
}
]
}
},
{
"version": "0.9.0",
"tag": "@cadl-lang/versioning_v0.9.0",
"date": "Wed, 12 Oct 2022 21:12:35 GMT",
"comments": {
"minor": [
{
"comment": "Uptake changes to navigateProgram"
}
],
"dependency": [
{
"comment": "Updating dependency \"@cadl-lang/compiler\" from `~0.35.0` to `~0.36.0`"
},
{
"comment": "Updating dependency \"@cadl-lang/library-linter\" from `~0.2.0` to `~0.2.1`"
}
]
}
},
{
"version": "0.8.0",
"tag": "@cadl-lang/versioning_v0.8.0",
"date": "Thu, 08 Sep 2022 01:04:53 GMT",
"comments": {
"minor": [
{
"comment": "Uptake change to enum members map type"
},
{
"comment": "Uptake changes to compiler with current projection"
},
{
"comment": "Update decororator state key to allow multiple instance of library to work together."
},
{
"comment": "React to Type suffix removal"
}
],
"dependency": [
{
"comment": "Updating dependency \"@cadl-lang/compiler\" from `~0.34.0` to `~0.35.0`"
},
{
"comment": "Updating dependency \"@cadl-lang/eslint-config-cadl\" from `~0.4.0` to `~0.4.1`"
},
{
"comment": "Updating dependency \"@cadl-lang/library-linter\" from `~0.1.3` to `~0.2.0`"
}
]
}
},
{
"version": "0.7.0",
"tag": "@cadl-lang/versioning_v0.7.0",
"date": "Thu, 11 Aug 2022 19:05:23 GMT",
"comments": {
"patch": [
{
"comment": "Fix: Versioning when non-versioned library has template with spread."
},
{
"comment": "Fix: Versioning when multiple service versions consume the same library version."
}
],
"minor": [
{
"comment": "Internal: Uptake new compiler helpers to work with template types"
}
],
"dependency": [
{
"comment": "Updating dependency \"@cadl-lang/compiler\" from `~0.33.0` to `~0.34.0`"
},
{
"comment": "Updating dependency \"@cadl-lang/eslint-config-cadl\" from `~0.3.0` to `~0.4.0`"
},
{
"comment": "Updating dependency \"@cadl-lang/library-linter\" from `~0.1.2` to `~0.1.3`"
},
{
"comment": "Updating dependency \"@cadl-lang/eslint-plugin\" from `~0.1.0` to `~0.1.1`"
}
]
}
},
{
"version": "0.6.1",
"tag": "@cadl-lang/versioning_v0.6.1",
"date": "Fri, 08 Jul 2022 23:22:57 GMT",
"comments": {
"dependency": [
{
"comment": "Updating dependency \"@cadl-lang/compiler\" from `~0.32.0` to `~0.33.0`"
},
{
"comment": "Updating dependency \"@cadl-lang/library-linter\" from `~0.1.1` to `~0.1.2`"
}
]
}
},
{
"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`"
}
]
}
}
]
}