@microsoft/api-extractor-model 7.14.0 → 7.15.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (76) hide show
  1. package/CHANGELOG.json +1565 -1514
  2. package/CHANGELOG.md +653 -631
  3. package/README.md +68 -68
  4. package/dist/rollup.d.ts +2 -2
  5. package/dist/tsdoc-metadata.json +1 -1
  6. package/lib/aedoc/AedocDefinitions.js.map +1 -1
  7. package/lib/aedoc/ReleaseTag.js.map +1 -1
  8. package/lib/index.js +3 -1
  9. package/lib/index.js.map +1 -1
  10. package/lib/items/ApiDeclaredItem.js.map +1 -1
  11. package/lib/items/ApiDocumentedItem.js.map +1 -1
  12. package/lib/items/ApiItem.d.ts +1 -1
  13. package/lib/items/ApiItem.d.ts.map +1 -1
  14. package/lib/items/ApiItem.js +43 -14
  15. package/lib/items/ApiItem.js.map +1 -1
  16. package/lib/items/ApiPropertyItem.js.map +1 -1
  17. package/lib/mixins/ApiItemContainerMixin.js.map +1 -1
  18. package/lib/mixins/ApiNameMixin.js.map +1 -1
  19. package/lib/mixins/ApiOptionalMixin.js.map +1 -1
  20. package/lib/mixins/ApiParameterListMixin.js.map +1 -1
  21. package/lib/mixins/ApiReleaseTagMixin.js.map +1 -1
  22. package/lib/mixins/ApiReturnTypeMixin.js.map +1 -1
  23. package/lib/mixins/ApiStaticMixin.js.map +1 -1
  24. package/lib/mixins/ApiTypeParameterListMixin.js.map +1 -1
  25. package/lib/mixins/Excerpt.d.ts +1 -1
  26. package/lib/mixins/Excerpt.d.ts.map +1 -1
  27. package/lib/mixins/Excerpt.js +13 -1
  28. package/lib/mixins/Excerpt.js.map +1 -1
  29. package/lib/mixins/Mixin.js.map +1 -1
  30. package/lib/model/ApiCallSignature.js +3 -2
  31. package/lib/model/ApiCallSignature.js.map +1 -1
  32. package/lib/model/ApiClass.js +3 -2
  33. package/lib/model/ApiClass.js.map +1 -1
  34. package/lib/model/ApiConstructSignature.js +3 -2
  35. package/lib/model/ApiConstructSignature.js.map +1 -1
  36. package/lib/model/ApiConstructor.js +3 -2
  37. package/lib/model/ApiConstructor.js.map +1 -1
  38. package/lib/model/ApiEntryPoint.js +1 -1
  39. package/lib/model/ApiEntryPoint.js.map +1 -1
  40. package/lib/model/ApiEnum.js +4 -3
  41. package/lib/model/ApiEnum.js.map +1 -1
  42. package/lib/model/ApiEnumMember.js +2 -1
  43. package/lib/model/ApiEnumMember.js.map +1 -1
  44. package/lib/model/ApiFunction.js +3 -2
  45. package/lib/model/ApiFunction.js.map +1 -1
  46. package/lib/model/ApiIndexSignature.js +3 -2
  47. package/lib/model/ApiIndexSignature.js.map +1 -1
  48. package/lib/model/ApiInterface.js +3 -2
  49. package/lib/model/ApiInterface.js.map +1 -1
  50. package/lib/model/ApiMethod.js +4 -3
  51. package/lib/model/ApiMethod.js.map +1 -1
  52. package/lib/model/ApiMethodSignature.js +3 -2
  53. package/lib/model/ApiMethodSignature.js.map +1 -1
  54. package/lib/model/ApiModel.js +2 -2
  55. package/lib/model/ApiModel.js.map +1 -1
  56. package/lib/model/ApiNamespace.js +3 -2
  57. package/lib/model/ApiNamespace.js.map +1 -1
  58. package/lib/model/ApiPackage.js +2 -2
  59. package/lib/model/ApiPackage.js.map +1 -1
  60. package/lib/model/ApiProperty.js +4 -3
  61. package/lib/model/ApiProperty.js.map +1 -1
  62. package/lib/model/ApiPropertySignature.js +3 -2
  63. package/lib/model/ApiPropertySignature.js.map +1 -1
  64. package/lib/model/ApiTypeAlias.js +3 -2
  65. package/lib/model/ApiTypeAlias.js.map +1 -1
  66. package/lib/model/ApiVariable.js +3 -2
  67. package/lib/model/ApiVariable.js.map +1 -1
  68. package/lib/model/Deserializer.js +20 -19
  69. package/lib/model/Deserializer.js.map +1 -1
  70. package/lib/model/DeserializerContext.js.map +1 -1
  71. package/lib/model/HeritageType.js.map +1 -1
  72. package/lib/model/ModelReferenceResolver.js +8 -7
  73. package/lib/model/ModelReferenceResolver.js.map +1 -1
  74. package/lib/model/Parameter.js.map +1 -1
  75. package/lib/model/TypeParameter.js.map +1 -1
  76. package/package.json +6 -7
package/CHANGELOG.md CHANGED
@@ -1,631 +1,653 @@
1
- # Change Log - @microsoft/api-extractor-model
2
-
3
- This log was last generated on Wed, 08 Dec 2021 16:14:05 GMT and should not be manually modified.
4
-
5
- ## 7.14.0
6
- Wed, 08 Dec 2021 16:14:05 GMT
7
-
8
- ### Minor changes
9
-
10
- - Update to TypeScript 4.5
11
-
12
- ## 7.13.18
13
- Mon, 06 Dec 2021 16:08:33 GMT
14
-
15
- _Version update only_
16
-
17
- ## 7.13.17
18
- Fri, 03 Dec 2021 03:05:22 GMT
19
-
20
- _Version update only_
21
-
22
- ## 7.13.16
23
- Sat, 06 Nov 2021 00:09:13 GMT
24
-
25
- _Version update only_
26
-
27
- ## 7.13.15
28
- Fri, 05 Nov 2021 15:09:18 GMT
29
-
30
- _Version update only_
31
-
32
- ## 7.13.14
33
- Wed, 27 Oct 2021 00:08:15 GMT
34
-
35
- ### Patches
36
-
37
- - Update the package.json repository field to include the directory property.
38
-
39
- ## 7.13.13
40
- Wed, 13 Oct 2021 15:09:54 GMT
41
-
42
- _Version update only_
43
-
44
- ## 7.13.12
45
- Fri, 08 Oct 2021 08:08:34 GMT
46
-
47
- _Version update only_
48
-
49
- ## 7.13.11
50
- Thu, 07 Oct 2021 07:13:35 GMT
51
-
52
- _Version update only_
53
-
54
- ## 7.13.10
55
- Tue, 05 Oct 2021 15:08:38 GMT
56
-
57
- _Version update only_
58
-
59
- ## 7.13.9
60
- Fri, 24 Sep 2021 00:09:29 GMT
61
-
62
- _Version update only_
63
-
64
- ## 7.13.8
65
- Thu, 23 Sep 2021 00:10:40 GMT
66
-
67
- ### Patches
68
-
69
- - Upgrade the `@types/node` dependency to version to version 12.
70
-
71
- ## 7.13.7
72
- Tue, 14 Sep 2021 01:17:04 GMT
73
-
74
- _Version update only_
75
-
76
- ## 7.13.6
77
- Mon, 13 Sep 2021 15:07:06 GMT
78
-
79
- _Version update only_
80
-
81
- ## 7.13.5
82
- Wed, 11 Aug 2021 00:07:21 GMT
83
-
84
- _Version update only_
85
-
86
- ## 7.13.4
87
- Mon, 12 Jul 2021 23:08:26 GMT
88
-
89
- _Version update only_
90
-
91
- ## 7.13.3
92
- Fri, 04 Jun 2021 19:59:53 GMT
93
-
94
- _Version update only_
95
-
96
- ## 7.13.2
97
- Wed, 19 May 2021 00:11:39 GMT
98
-
99
- _Version update only_
100
-
101
- ## 7.13.1
102
- Mon, 03 May 2021 15:10:29 GMT
103
-
104
- _Version update only_
105
-
106
- ## 7.13.0
107
- Tue, 20 Apr 2021 04:59:51 GMT
108
-
109
- ### Minor changes
110
-
111
- - The .api.json file format now stores the TSDoc configuration used for parsing doc comments
112
-
113
- ## 7.12.5
114
- Mon, 12 Apr 2021 15:10:28 GMT
115
-
116
- _Version update only_
117
-
118
- ## 7.12.4
119
- Thu, 08 Apr 2021 06:05:31 GMT
120
-
121
- ### Patches
122
-
123
- - Fix minor typo in README.md
124
-
125
- ## 7.12.3
126
- Tue, 06 Apr 2021 15:14:22 GMT
127
-
128
- _Version update only_
129
-
130
- ## 7.12.2
131
- Fri, 05 Feb 2021 16:10:42 GMT
132
-
133
- _Version update only_
134
-
135
- ## 7.12.1
136
- Thu, 10 Dec 2020 23:25:49 GMT
137
-
138
- ### Patches
139
-
140
- - Enable support for @decorator
141
-
142
- ## 7.12.0
143
- Wed, 18 Nov 2020 08:19:54 GMT
144
-
145
- ### Minor changes
146
-
147
- - Introduce an ApiOptionalMixin base class for representing optional properties and methods
148
-
149
- ## 7.11.0
150
- Wed, 18 Nov 2020 06:21:57 GMT
151
-
152
- ### Minor changes
153
-
154
- - Update .api.json file format to store a new field "isOptional" for documenting optional properties
155
-
156
- ## 7.10.10
157
- Wed, 11 Nov 2020 01:08:59 GMT
158
-
159
- _Version update only_
160
-
161
- ## 7.10.9
162
- Tue, 10 Nov 2020 23:13:12 GMT
163
-
164
- _Version update only_
165
-
166
- ## 7.10.8
167
- Fri, 30 Oct 2020 06:38:39 GMT
168
-
169
- _Version update only_
170
-
171
- ## 7.10.7
172
- Fri, 30 Oct 2020 00:10:14 GMT
173
-
174
- _Version update only_
175
-
176
- ## 7.10.6
177
- Thu, 29 Oct 2020 06:14:19 GMT
178
-
179
- ### Patches
180
-
181
- - Fix .d.ts error when the library is imported by a project using TypeScript 4.0
182
-
183
- ## 7.10.5
184
- Wed, 28 Oct 2020 01:18:03 GMT
185
-
186
- _Version update only_
187
-
188
- ## 7.10.4
189
- Tue, 27 Oct 2020 15:10:14 GMT
190
-
191
- _Version update only_
192
-
193
- ## 7.10.3
194
- Tue, 06 Oct 2020 00:24:06 GMT
195
-
196
- _Version update only_
197
-
198
- ## 7.10.2
199
- Mon, 05 Oct 2020 22:36:57 GMT
200
-
201
- _Version update only_
202
-
203
- ## 7.10.1
204
- Wed, 30 Sep 2020 18:39:17 GMT
205
-
206
- ### Patches
207
-
208
- - Update to build with @rushstack/heft-node-rig
209
-
210
- ## 7.10.0
211
- Wed, 30 Sep 2020 06:53:53 GMT
212
-
213
- ### Minor changes
214
-
215
- - Upgrade compiler; the API now requires TypeScript 3.9 or newer
216
-
217
- ### Patches
218
-
219
- - Update README.md
220
-
221
- ## 7.9.7
222
- Tue, 22 Sep 2020 05:45:57 GMT
223
-
224
- _Version update only_
225
-
226
- ## 7.9.6
227
- Tue, 22 Sep 2020 01:45:31 GMT
228
-
229
- _Version update only_
230
-
231
- ## 7.9.5
232
- Tue, 22 Sep 2020 00:08:53 GMT
233
-
234
- _Version update only_
235
-
236
- ## 7.9.4
237
- Sat, 19 Sep 2020 04:37:27 GMT
238
-
239
- _Version update only_
240
-
241
- ## 7.9.3
242
- Sat, 19 Sep 2020 03:33:07 GMT
243
-
244
- _Version update only_
245
-
246
- ## 7.9.2
247
- Fri, 18 Sep 2020 22:57:24 GMT
248
-
249
- _Version update only_
250
-
251
- ## 7.9.1
252
- Fri, 18 Sep 2020 21:49:54 GMT
253
-
254
- _Version update only_
255
-
256
- ## 7.9.0
257
- Sun, 13 Sep 2020 01:53:20 GMT
258
-
259
- ### Minor changes
260
-
261
- - Add support for system selectors in declaration references
262
-
263
- ## 7.8.22
264
- Fri, 11 Sep 2020 02:13:35 GMT
265
-
266
- _Version update only_
267
-
268
- ## 7.8.21
269
- Mon, 07 Sep 2020 07:37:37 GMT
270
-
271
- _Version update only_
272
-
273
- ## 7.8.20
274
- Sat, 05 Sep 2020 18:56:34 GMT
275
-
276
- ### Patches
277
-
278
- - Fix "Converting circular structure to JSON" error (GitHub #2152)
279
-
280
- ## 7.8.19
281
- Thu, 27 Aug 2020 11:27:06 GMT
282
-
283
- _Version update only_
284
-
285
- ## 7.8.18
286
- Mon, 24 Aug 2020 07:35:20 GMT
287
-
288
- _Version update only_
289
-
290
- ## 7.8.17
291
- Sat, 22 Aug 2020 05:55:43 GMT
292
-
293
- _Version update only_
294
-
295
- ## 7.8.16
296
- Tue, 18 Aug 2020 23:59:42 GMT
297
-
298
- _Version update only_
299
-
300
- ## 7.8.15
301
- Mon, 17 Aug 2020 04:53:23 GMT
302
-
303
- _Version update only_
304
-
305
- ## 7.8.14
306
- Wed, 12 Aug 2020 00:10:05 GMT
307
-
308
- ### Patches
309
-
310
- - Updated project to build with Heft
311
-
312
- ## 7.8.13
313
- Wed, 05 Aug 2020 18:27:33 GMT
314
-
315
- _Version update only_
316
-
317
- ## 7.8.12
318
- Fri, 03 Jul 2020 15:09:04 GMT
319
-
320
- _Version update only_
321
-
322
- ## 7.8.11
323
- Thu, 25 Jun 2020 06:43:35 GMT
324
-
325
- _Version update only_
326
-
327
- ## 7.8.10
328
- Wed, 24 Jun 2020 09:50:48 GMT
329
-
330
- _Version update only_
331
-
332
- ## 7.8.9
333
- Wed, 24 Jun 2020 09:04:28 GMT
334
-
335
- _Version update only_
336
-
337
- ## 7.8.8
338
- Wed, 10 Jun 2020 20:48:30 GMT
339
-
340
- _Version update only_
341
-
342
- ## 7.8.7
343
- Sat, 30 May 2020 02:59:54 GMT
344
-
345
- _Version update only_
346
-
347
- ## 7.8.6
348
- Thu, 28 May 2020 05:59:02 GMT
349
-
350
- _Version update only_
351
-
352
- ## 7.8.5
353
- Wed, 27 May 2020 05:15:11 GMT
354
-
355
- _Version update only_
356
-
357
- ## 7.8.4
358
- Tue, 26 May 2020 23:00:25 GMT
359
-
360
- _Version update only_
361
-
362
- ## 7.8.3
363
- Fri, 22 May 2020 15:08:43 GMT
364
-
365
- _Version update only_
366
-
367
- ## 7.8.2
368
- Thu, 21 May 2020 23:09:44 GMT
369
-
370
- _Version update only_
371
-
372
- ## 7.8.1
373
- Thu, 21 May 2020 15:42:00 GMT
374
-
375
- _Version update only_
376
-
377
- ## 7.8.0
378
- Wed, 06 May 2020 08:23:45 GMT
379
-
380
- ### Minor changes
381
-
382
- - Enable canonicalReference to ApiItem lookup
383
-
384
- ## 7.7.11
385
- Wed, 08 Apr 2020 04:07:33 GMT
386
-
387
- _Version update only_
388
-
389
- ## 7.7.10
390
- Sat, 28 Mar 2020 00:37:16 GMT
391
-
392
- ### Patches
393
-
394
- - Upgrade to TSdoc 0.12.19
395
-
396
- ## 7.7.9
397
- Wed, 18 Mar 2020 15:07:47 GMT
398
-
399
- ### Patches
400
-
401
- - Upgrade cyclic dependencies
402
-
403
- ## 7.7.8
404
- Tue, 17 Mar 2020 23:55:58 GMT
405
-
406
- ### Patches
407
-
408
- - Replace dependencies whose NPM scope was renamed from `@microsoft` to `@rushstack`
409
-
410
- ## 7.7.7
411
- Tue, 28 Jan 2020 02:23:44 GMT
412
-
413
- _Version update only_
414
-
415
- ## 7.7.6
416
- Thu, 23 Jan 2020 01:07:56 GMT
417
-
418
- _Version update only_
419
-
420
- ## 7.7.5
421
- Tue, 21 Jan 2020 21:56:14 GMT
422
-
423
- _Version update only_
424
-
425
- ## 7.7.4
426
- Sun, 19 Jan 2020 02:26:52 GMT
427
-
428
- ### Patches
429
-
430
- - Upgrade Node typings to Node 10
431
-
432
- ## 7.7.3
433
- Fri, 17 Jan 2020 01:08:23 GMT
434
-
435
- _Version update only_
436
-
437
- ## 7.7.2
438
- Thu, 09 Jan 2020 06:44:13 GMT
439
-
440
- _Version update only_
441
-
442
- ## 7.7.1
443
- Wed, 08 Jan 2020 00:11:31 GMT
444
-
445
- _Version update only_
446
-
447
- ## 7.7.0
448
- Tue, 03 Dec 2019 03:17:43 GMT
449
-
450
- ### Minor changes
451
-
452
- - Improve declaration reference syntax to allow linking to overloaded functions/methods
453
-
454
- ## 7.6.0
455
- Sun, 24 Nov 2019 00:54:04 GMT
456
-
457
- ### Minor changes
458
-
459
- - Added support for `@throws`
460
-
461
- ## 7.5.6
462
- Fri, 15 Nov 2019 04:50:50 GMT
463
-
464
- _Version update only_
465
-
466
- ## 7.5.5
467
- Mon, 11 Nov 2019 16:07:56 GMT
468
-
469
- _Version update only_
470
-
471
- ## 7.5.4
472
- Tue, 05 Nov 2019 06:49:28 GMT
473
-
474
- ### Patches
475
-
476
- - Fix an issue where API reports sometimes were ordered differently depending on the version of NodeJS (GitHub #1552)
477
-
478
- ## 7.5.3
479
- Tue, 05 Nov 2019 01:08:39 GMT
480
-
481
- ### Patches
482
-
483
- - Clarified an error message
484
-
485
- ## 7.5.2
486
- Tue, 22 Oct 2019 06:24:44 GMT
487
-
488
- ### Patches
489
-
490
- - Refactor some code as part of migration from TSLint to ESLint
491
-
492
- ## 7.5.1
493
- Sun, 29 Sep 2019 23:56:29 GMT
494
-
495
- ### Patches
496
-
497
- - Update repository URL
498
-
499
- ## 7.5.0
500
- Wed, 25 Sep 2019 15:15:31 GMT
501
-
502
- ### Minor changes
503
-
504
- - Add ApiItem.getMergedSiblings() API
505
-
506
- ## 7.4.2
507
- Mon, 23 Sep 2019 15:14:55 GMT
508
-
509
- ### Patches
510
-
511
- - Remove unnecessary dependency on @types/node
512
-
513
- ## 7.4.1
514
- Tue, 10 Sep 2019 22:32:23 GMT
515
-
516
- ### Patches
517
-
518
- - Update documentation
519
-
520
- ## 7.4.0
521
- Tue, 10 Sep 2019 20:38:33 GMT
522
-
523
- ### Minor changes
524
-
525
- - Add 'canonicalReference' to ExcerptToken
526
-
527
- ## 7.3.4
528
- Wed, 04 Sep 2019 18:28:06 GMT
529
-
530
- _Version update only_
531
-
532
- ## 7.3.3
533
- Wed, 04 Sep 2019 15:15:37 GMT
534
-
535
- ### Patches
536
-
537
- - Update TSDoc dependency to 0.12.14
538
-
539
- ## 7.3.2
540
- Thu, 08 Aug 2019 15:14:17 GMT
541
-
542
- _Version update only_
543
-
544
- ## 7.3.1
545
- Thu, 08 Aug 2019 00:49:05 GMT
546
-
547
- ### Patches
548
-
549
- - (Experimental) Add ApiExtractor.canonicalReference which is a beta implementation of the revised TSDoc declaration reference notation
550
-
551
- ## 7.3.0
552
- Mon, 22 Jul 2019 19:13:10 GMT
553
-
554
- ### Minor changes
555
-
556
- - Rename `ApiItem.canonicalReference` to `.containerKey`; rename `ApiItemContainerMixin.tryGetMember()` to `.tryGetMemberByKey()`; rename `Api___.getCanonicalReference()` to `.getContainerKey()`
557
-
558
- ## 7.2.0
559
- Tue, 11 Jun 2019 00:48:06 GMT
560
-
561
- ### Minor changes
562
-
563
- - Add API support for type parameters and type alias types
564
-
565
- ### Patches
566
-
567
- - Improve the .api.json deserializer to validate the schema version and support backwards compatibility
568
-
569
- ## 7.1.3
570
- Wed, 05 Jun 2019 19:12:34 GMT
571
-
572
- ### Patches
573
-
574
- - Fix an issue where TSDoc index selectors (ApiParameterListMixin.overloadIndex) started from 0, whereas TSDoc requires a nonzero number
575
-
576
- ## 7.1.2
577
- Tue, 04 Jun 2019 05:51:53 GMT
578
-
579
- ### Patches
580
-
581
- - Fix an issue where ApiConstructor inherited from ApiStaticMixin, but TypeScript constructors cannot be static
582
-
583
- ## 7.1.1
584
- Mon, 27 May 2019 04:13:44 GMT
585
-
586
- ### Patches
587
-
588
- - Make the strings returned by ApiItem.displayName less verbose
589
- - Improve formatting of the strings returned by ApiItem.getScopedNameWithinPackage()
590
-
591
- ## 7.1.0
592
- Tue, 16 Apr 2019 11:01:37 GMT
593
-
594
- ### Minor changes
595
-
596
- - Initial stable release of API Extractor 7
597
-
598
- ## 7.0.28
599
- Wed, 20 Mar 2019 19:14:49 GMT
600
-
601
- _Version update only_
602
-
603
- ## 7.0.27
604
- Mon, 18 Mar 2019 04:28:43 GMT
605
-
606
- ### Patches
607
-
608
- - Add helper functions for ReleaseTag
609
- - Export IApiItemConstructor to eliminate the ae-forgotten-export warning
610
-
611
- ## 7.0.26
612
- Wed, 13 Mar 2019 19:13:14 GMT
613
-
614
- ### Patches
615
-
616
- - Refactor code to move the IndentedWriter API from api-extractor-model to api-documenter
617
-
618
- ## 7.0.25
619
- Wed, 13 Mar 2019 01:14:05 GMT
620
-
621
- ### Patches
622
-
623
- - Upgrade TSDoc
624
-
625
- ## 7.0.24
626
- Mon, 11 Mar 2019 16:13:36 GMT
627
-
628
- ### Patches
629
-
630
- - Initial setup of new package @microsoft/api-extractor-model
631
-
1
+ # Change Log - @microsoft/api-extractor-model
2
+
3
+ This log was last generated on Wed, 05 Jan 2022 16:07:47 GMT and should not be manually modified.
4
+
5
+ ## 7.15.3
6
+ Wed, 05 Jan 2022 16:07:47 GMT
7
+
8
+ _Version update only_
9
+
10
+ ## 7.15.2
11
+ Mon, 27 Dec 2021 16:10:40 GMT
12
+
13
+ _Version update only_
14
+
15
+ ## 7.15.1
16
+ Thu, 09 Dec 2021 20:34:41 GMT
17
+
18
+ _Version update only_
19
+
20
+ ## 7.15.0
21
+ Thu, 09 Dec 2021 00:21:54 GMT
22
+
23
+ ### Minor changes
24
+
25
+ - Replace const enums with conventional enums to allow for compatibility with JavaScript consumers.
26
+
27
+ ## 7.14.0
28
+ Wed, 08 Dec 2021 16:14:05 GMT
29
+
30
+ ### Minor changes
31
+
32
+ - Update to TypeScript 4.5
33
+
34
+ ## 7.13.18
35
+ Mon, 06 Dec 2021 16:08:33 GMT
36
+
37
+ _Version update only_
38
+
39
+ ## 7.13.17
40
+ Fri, 03 Dec 2021 03:05:22 GMT
41
+
42
+ _Version update only_
43
+
44
+ ## 7.13.16
45
+ Sat, 06 Nov 2021 00:09:13 GMT
46
+
47
+ _Version update only_
48
+
49
+ ## 7.13.15
50
+ Fri, 05 Nov 2021 15:09:18 GMT
51
+
52
+ _Version update only_
53
+
54
+ ## 7.13.14
55
+ Wed, 27 Oct 2021 00:08:15 GMT
56
+
57
+ ### Patches
58
+
59
+ - Update the package.json repository field to include the directory property.
60
+
61
+ ## 7.13.13
62
+ Wed, 13 Oct 2021 15:09:54 GMT
63
+
64
+ _Version update only_
65
+
66
+ ## 7.13.12
67
+ Fri, 08 Oct 2021 08:08:34 GMT
68
+
69
+ _Version update only_
70
+
71
+ ## 7.13.11
72
+ Thu, 07 Oct 2021 07:13:35 GMT
73
+
74
+ _Version update only_
75
+
76
+ ## 7.13.10
77
+ Tue, 05 Oct 2021 15:08:38 GMT
78
+
79
+ _Version update only_
80
+
81
+ ## 7.13.9
82
+ Fri, 24 Sep 2021 00:09:29 GMT
83
+
84
+ _Version update only_
85
+
86
+ ## 7.13.8
87
+ Thu, 23 Sep 2021 00:10:40 GMT
88
+
89
+ ### Patches
90
+
91
+ - Upgrade the `@types/node` dependency to version to version 12.
92
+
93
+ ## 7.13.7
94
+ Tue, 14 Sep 2021 01:17:04 GMT
95
+
96
+ _Version update only_
97
+
98
+ ## 7.13.6
99
+ Mon, 13 Sep 2021 15:07:06 GMT
100
+
101
+ _Version update only_
102
+
103
+ ## 7.13.5
104
+ Wed, 11 Aug 2021 00:07:21 GMT
105
+
106
+ _Version update only_
107
+
108
+ ## 7.13.4
109
+ Mon, 12 Jul 2021 23:08:26 GMT
110
+
111
+ _Version update only_
112
+
113
+ ## 7.13.3
114
+ Fri, 04 Jun 2021 19:59:53 GMT
115
+
116
+ _Version update only_
117
+
118
+ ## 7.13.2
119
+ Wed, 19 May 2021 00:11:39 GMT
120
+
121
+ _Version update only_
122
+
123
+ ## 7.13.1
124
+ Mon, 03 May 2021 15:10:29 GMT
125
+
126
+ _Version update only_
127
+
128
+ ## 7.13.0
129
+ Tue, 20 Apr 2021 04:59:51 GMT
130
+
131
+ ### Minor changes
132
+
133
+ - The .api.json file format now stores the TSDoc configuration used for parsing doc comments
134
+
135
+ ## 7.12.5
136
+ Mon, 12 Apr 2021 15:10:28 GMT
137
+
138
+ _Version update only_
139
+
140
+ ## 7.12.4
141
+ Thu, 08 Apr 2021 06:05:31 GMT
142
+
143
+ ### Patches
144
+
145
+ - Fix minor typo in README.md
146
+
147
+ ## 7.12.3
148
+ Tue, 06 Apr 2021 15:14:22 GMT
149
+
150
+ _Version update only_
151
+
152
+ ## 7.12.2
153
+ Fri, 05 Feb 2021 16:10:42 GMT
154
+
155
+ _Version update only_
156
+
157
+ ## 7.12.1
158
+ Thu, 10 Dec 2020 23:25:49 GMT
159
+
160
+ ### Patches
161
+
162
+ - Enable support for @decorator
163
+
164
+ ## 7.12.0
165
+ Wed, 18 Nov 2020 08:19:54 GMT
166
+
167
+ ### Minor changes
168
+
169
+ - Introduce an ApiOptionalMixin base class for representing optional properties and methods
170
+
171
+ ## 7.11.0
172
+ Wed, 18 Nov 2020 06:21:57 GMT
173
+
174
+ ### Minor changes
175
+
176
+ - Update .api.json file format to store a new field "isOptional" for documenting optional properties
177
+
178
+ ## 7.10.10
179
+ Wed, 11 Nov 2020 01:08:59 GMT
180
+
181
+ _Version update only_
182
+
183
+ ## 7.10.9
184
+ Tue, 10 Nov 2020 23:13:12 GMT
185
+
186
+ _Version update only_
187
+
188
+ ## 7.10.8
189
+ Fri, 30 Oct 2020 06:38:39 GMT
190
+
191
+ _Version update only_
192
+
193
+ ## 7.10.7
194
+ Fri, 30 Oct 2020 00:10:14 GMT
195
+
196
+ _Version update only_
197
+
198
+ ## 7.10.6
199
+ Thu, 29 Oct 2020 06:14:19 GMT
200
+
201
+ ### Patches
202
+
203
+ - Fix .d.ts error when the library is imported by a project using TypeScript 4.0
204
+
205
+ ## 7.10.5
206
+ Wed, 28 Oct 2020 01:18:03 GMT
207
+
208
+ _Version update only_
209
+
210
+ ## 7.10.4
211
+ Tue, 27 Oct 2020 15:10:14 GMT
212
+
213
+ _Version update only_
214
+
215
+ ## 7.10.3
216
+ Tue, 06 Oct 2020 00:24:06 GMT
217
+
218
+ _Version update only_
219
+
220
+ ## 7.10.2
221
+ Mon, 05 Oct 2020 22:36:57 GMT
222
+
223
+ _Version update only_
224
+
225
+ ## 7.10.1
226
+ Wed, 30 Sep 2020 18:39:17 GMT
227
+
228
+ ### Patches
229
+
230
+ - Update to build with @rushstack/heft-node-rig
231
+
232
+ ## 7.10.0
233
+ Wed, 30 Sep 2020 06:53:53 GMT
234
+
235
+ ### Minor changes
236
+
237
+ - Upgrade compiler; the API now requires TypeScript 3.9 or newer
238
+
239
+ ### Patches
240
+
241
+ - Update README.md
242
+
243
+ ## 7.9.7
244
+ Tue, 22 Sep 2020 05:45:57 GMT
245
+
246
+ _Version update only_
247
+
248
+ ## 7.9.6
249
+ Tue, 22 Sep 2020 01:45:31 GMT
250
+
251
+ _Version update only_
252
+
253
+ ## 7.9.5
254
+ Tue, 22 Sep 2020 00:08:53 GMT
255
+
256
+ _Version update only_
257
+
258
+ ## 7.9.4
259
+ Sat, 19 Sep 2020 04:37:27 GMT
260
+
261
+ _Version update only_
262
+
263
+ ## 7.9.3
264
+ Sat, 19 Sep 2020 03:33:07 GMT
265
+
266
+ _Version update only_
267
+
268
+ ## 7.9.2
269
+ Fri, 18 Sep 2020 22:57:24 GMT
270
+
271
+ _Version update only_
272
+
273
+ ## 7.9.1
274
+ Fri, 18 Sep 2020 21:49:54 GMT
275
+
276
+ _Version update only_
277
+
278
+ ## 7.9.0
279
+ Sun, 13 Sep 2020 01:53:20 GMT
280
+
281
+ ### Minor changes
282
+
283
+ - Add support for system selectors in declaration references
284
+
285
+ ## 7.8.22
286
+ Fri, 11 Sep 2020 02:13:35 GMT
287
+
288
+ _Version update only_
289
+
290
+ ## 7.8.21
291
+ Mon, 07 Sep 2020 07:37:37 GMT
292
+
293
+ _Version update only_
294
+
295
+ ## 7.8.20
296
+ Sat, 05 Sep 2020 18:56:34 GMT
297
+
298
+ ### Patches
299
+
300
+ - Fix "Converting circular structure to JSON" error (GitHub #2152)
301
+
302
+ ## 7.8.19
303
+ Thu, 27 Aug 2020 11:27:06 GMT
304
+
305
+ _Version update only_
306
+
307
+ ## 7.8.18
308
+ Mon, 24 Aug 2020 07:35:20 GMT
309
+
310
+ _Version update only_
311
+
312
+ ## 7.8.17
313
+ Sat, 22 Aug 2020 05:55:43 GMT
314
+
315
+ _Version update only_
316
+
317
+ ## 7.8.16
318
+ Tue, 18 Aug 2020 23:59:42 GMT
319
+
320
+ _Version update only_
321
+
322
+ ## 7.8.15
323
+ Mon, 17 Aug 2020 04:53:23 GMT
324
+
325
+ _Version update only_
326
+
327
+ ## 7.8.14
328
+ Wed, 12 Aug 2020 00:10:05 GMT
329
+
330
+ ### Patches
331
+
332
+ - Updated project to build with Heft
333
+
334
+ ## 7.8.13
335
+ Wed, 05 Aug 2020 18:27:33 GMT
336
+
337
+ _Version update only_
338
+
339
+ ## 7.8.12
340
+ Fri, 03 Jul 2020 15:09:04 GMT
341
+
342
+ _Version update only_
343
+
344
+ ## 7.8.11
345
+ Thu, 25 Jun 2020 06:43:35 GMT
346
+
347
+ _Version update only_
348
+
349
+ ## 7.8.10
350
+ Wed, 24 Jun 2020 09:50:48 GMT
351
+
352
+ _Version update only_
353
+
354
+ ## 7.8.9
355
+ Wed, 24 Jun 2020 09:04:28 GMT
356
+
357
+ _Version update only_
358
+
359
+ ## 7.8.8
360
+ Wed, 10 Jun 2020 20:48:30 GMT
361
+
362
+ _Version update only_
363
+
364
+ ## 7.8.7
365
+ Sat, 30 May 2020 02:59:54 GMT
366
+
367
+ _Version update only_
368
+
369
+ ## 7.8.6
370
+ Thu, 28 May 2020 05:59:02 GMT
371
+
372
+ _Version update only_
373
+
374
+ ## 7.8.5
375
+ Wed, 27 May 2020 05:15:11 GMT
376
+
377
+ _Version update only_
378
+
379
+ ## 7.8.4
380
+ Tue, 26 May 2020 23:00:25 GMT
381
+
382
+ _Version update only_
383
+
384
+ ## 7.8.3
385
+ Fri, 22 May 2020 15:08:43 GMT
386
+
387
+ _Version update only_
388
+
389
+ ## 7.8.2
390
+ Thu, 21 May 2020 23:09:44 GMT
391
+
392
+ _Version update only_
393
+
394
+ ## 7.8.1
395
+ Thu, 21 May 2020 15:42:00 GMT
396
+
397
+ _Version update only_
398
+
399
+ ## 7.8.0
400
+ Wed, 06 May 2020 08:23:45 GMT
401
+
402
+ ### Minor changes
403
+
404
+ - Enable canonicalReference to ApiItem lookup
405
+
406
+ ## 7.7.11
407
+ Wed, 08 Apr 2020 04:07:33 GMT
408
+
409
+ _Version update only_
410
+
411
+ ## 7.7.10
412
+ Sat, 28 Mar 2020 00:37:16 GMT
413
+
414
+ ### Patches
415
+
416
+ - Upgrade to TSdoc 0.12.19
417
+
418
+ ## 7.7.9
419
+ Wed, 18 Mar 2020 15:07:47 GMT
420
+
421
+ ### Patches
422
+
423
+ - Upgrade cyclic dependencies
424
+
425
+ ## 7.7.8
426
+ Tue, 17 Mar 2020 23:55:58 GMT
427
+
428
+ ### Patches
429
+
430
+ - Replace dependencies whose NPM scope was renamed from `@microsoft` to `@rushstack`
431
+
432
+ ## 7.7.7
433
+ Tue, 28 Jan 2020 02:23:44 GMT
434
+
435
+ _Version update only_
436
+
437
+ ## 7.7.6
438
+ Thu, 23 Jan 2020 01:07:56 GMT
439
+
440
+ _Version update only_
441
+
442
+ ## 7.7.5
443
+ Tue, 21 Jan 2020 21:56:14 GMT
444
+
445
+ _Version update only_
446
+
447
+ ## 7.7.4
448
+ Sun, 19 Jan 2020 02:26:52 GMT
449
+
450
+ ### Patches
451
+
452
+ - Upgrade Node typings to Node 10
453
+
454
+ ## 7.7.3
455
+ Fri, 17 Jan 2020 01:08:23 GMT
456
+
457
+ _Version update only_
458
+
459
+ ## 7.7.2
460
+ Thu, 09 Jan 2020 06:44:13 GMT
461
+
462
+ _Version update only_
463
+
464
+ ## 7.7.1
465
+ Wed, 08 Jan 2020 00:11:31 GMT
466
+
467
+ _Version update only_
468
+
469
+ ## 7.7.0
470
+ Tue, 03 Dec 2019 03:17:43 GMT
471
+
472
+ ### Minor changes
473
+
474
+ - Improve declaration reference syntax to allow linking to overloaded functions/methods
475
+
476
+ ## 7.6.0
477
+ Sun, 24 Nov 2019 00:54:04 GMT
478
+
479
+ ### Minor changes
480
+
481
+ - Added support for `@throws`
482
+
483
+ ## 7.5.6
484
+ Fri, 15 Nov 2019 04:50:50 GMT
485
+
486
+ _Version update only_
487
+
488
+ ## 7.5.5
489
+ Mon, 11 Nov 2019 16:07:56 GMT
490
+
491
+ _Version update only_
492
+
493
+ ## 7.5.4
494
+ Tue, 05 Nov 2019 06:49:28 GMT
495
+
496
+ ### Patches
497
+
498
+ - Fix an issue where API reports sometimes were ordered differently depending on the version of NodeJS (GitHub #1552)
499
+
500
+ ## 7.5.3
501
+ Tue, 05 Nov 2019 01:08:39 GMT
502
+
503
+ ### Patches
504
+
505
+ - Clarified an error message
506
+
507
+ ## 7.5.2
508
+ Tue, 22 Oct 2019 06:24:44 GMT
509
+
510
+ ### Patches
511
+
512
+ - Refactor some code as part of migration from TSLint to ESLint
513
+
514
+ ## 7.5.1
515
+ Sun, 29 Sep 2019 23:56:29 GMT
516
+
517
+ ### Patches
518
+
519
+ - Update repository URL
520
+
521
+ ## 7.5.0
522
+ Wed, 25 Sep 2019 15:15:31 GMT
523
+
524
+ ### Minor changes
525
+
526
+ - Add ApiItem.getMergedSiblings() API
527
+
528
+ ## 7.4.2
529
+ Mon, 23 Sep 2019 15:14:55 GMT
530
+
531
+ ### Patches
532
+
533
+ - Remove unnecessary dependency on @types/node
534
+
535
+ ## 7.4.1
536
+ Tue, 10 Sep 2019 22:32:23 GMT
537
+
538
+ ### Patches
539
+
540
+ - Update documentation
541
+
542
+ ## 7.4.0
543
+ Tue, 10 Sep 2019 20:38:33 GMT
544
+
545
+ ### Minor changes
546
+
547
+ - Add 'canonicalReference' to ExcerptToken
548
+
549
+ ## 7.3.4
550
+ Wed, 04 Sep 2019 18:28:06 GMT
551
+
552
+ _Version update only_
553
+
554
+ ## 7.3.3
555
+ Wed, 04 Sep 2019 15:15:37 GMT
556
+
557
+ ### Patches
558
+
559
+ - Update TSDoc dependency to 0.12.14
560
+
561
+ ## 7.3.2
562
+ Thu, 08 Aug 2019 15:14:17 GMT
563
+
564
+ _Version update only_
565
+
566
+ ## 7.3.1
567
+ Thu, 08 Aug 2019 00:49:05 GMT
568
+
569
+ ### Patches
570
+
571
+ - (Experimental) Add ApiExtractor.canonicalReference which is a beta implementation of the revised TSDoc declaration reference notation
572
+
573
+ ## 7.3.0
574
+ Mon, 22 Jul 2019 19:13:10 GMT
575
+
576
+ ### Minor changes
577
+
578
+ - Rename `ApiItem.canonicalReference` to `.containerKey`; rename `ApiItemContainerMixin.tryGetMember()` to `.tryGetMemberByKey()`; rename `Api___.getCanonicalReference()` to `.getContainerKey()`
579
+
580
+ ## 7.2.0
581
+ Tue, 11 Jun 2019 00:48:06 GMT
582
+
583
+ ### Minor changes
584
+
585
+ - Add API support for type parameters and type alias types
586
+
587
+ ### Patches
588
+
589
+ - Improve the .api.json deserializer to validate the schema version and support backwards compatibility
590
+
591
+ ## 7.1.3
592
+ Wed, 05 Jun 2019 19:12:34 GMT
593
+
594
+ ### Patches
595
+
596
+ - Fix an issue where TSDoc index selectors (ApiParameterListMixin.overloadIndex) started from 0, whereas TSDoc requires a nonzero number
597
+
598
+ ## 7.1.2
599
+ Tue, 04 Jun 2019 05:51:53 GMT
600
+
601
+ ### Patches
602
+
603
+ - Fix an issue where ApiConstructor inherited from ApiStaticMixin, but TypeScript constructors cannot be static
604
+
605
+ ## 7.1.1
606
+ Mon, 27 May 2019 04:13:44 GMT
607
+
608
+ ### Patches
609
+
610
+ - Make the strings returned by ApiItem.displayName less verbose
611
+ - Improve formatting of the strings returned by ApiItem.getScopedNameWithinPackage()
612
+
613
+ ## 7.1.0
614
+ Tue, 16 Apr 2019 11:01:37 GMT
615
+
616
+ ### Minor changes
617
+
618
+ - Initial stable release of API Extractor 7
619
+
620
+ ## 7.0.28
621
+ Wed, 20 Mar 2019 19:14:49 GMT
622
+
623
+ _Version update only_
624
+
625
+ ## 7.0.27
626
+ Mon, 18 Mar 2019 04:28:43 GMT
627
+
628
+ ### Patches
629
+
630
+ - Add helper functions for ReleaseTag
631
+ - Export IApiItemConstructor to eliminate the ae-forgotten-export warning
632
+
633
+ ## 7.0.26
634
+ Wed, 13 Mar 2019 19:13:14 GMT
635
+
636
+ ### Patches
637
+
638
+ - Refactor code to move the IndentedWriter API from api-extractor-model to api-documenter
639
+
640
+ ## 7.0.25
641
+ Wed, 13 Mar 2019 01:14:05 GMT
642
+
643
+ ### Patches
644
+
645
+ - Upgrade TSDoc
646
+
647
+ ## 7.0.24
648
+ Mon, 11 Mar 2019 16:13:36 GMT
649
+
650
+ ### Patches
651
+
652
+ - Initial setup of new package @microsoft/api-extractor-model
653
+