@microsoft/api-extractor 7.47.3 → 7.47.4

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 (3) hide show
  1. package/CHANGELOG.json +7766 -0
  2. package/CHANGELOG.md +3044 -0
  3. package/package.json +6 -6
package/CHANGELOG.md ADDED
@@ -0,0 +1,3044 @@
1
+ # Change Log - @microsoft/api-extractor
2
+
3
+ This log was last generated on Sat, 27 Jul 2024 00:10:27 GMT and should not be manually modified.
4
+
5
+ ## 7.47.4
6
+ Sat, 27 Jul 2024 00:10:27 GMT
7
+
8
+ ### Patches
9
+
10
+ - Include CHANGELOG.md in published releases again
11
+
12
+ ## 7.47.3
13
+ Wed, 24 Jul 2024 00:12:14 GMT
14
+
15
+ ### Patches
16
+
17
+ - Fix an edge case when discarding the file extension from the "reportFileName" setting and improve its documentation
18
+
19
+ ## 7.47.2
20
+ Wed, 17 Jul 2024 06:55:09 GMT
21
+
22
+ _Version update only_
23
+
24
+ ## 7.47.1
25
+ Tue, 16 Jul 2024 00:36:22 GMT
26
+
27
+ _Version update only_
28
+
29
+ ## 7.47.0
30
+ Mon, 03 Jun 2024 23:43:15 GMT
31
+
32
+ ### Minor changes
33
+
34
+ - Add support for re-exporting modules using syntax such as `export * as ns from './file'` (GitHub #2780)
35
+
36
+ ## 7.46.2
37
+ Thu, 30 May 2024 00:13:05 GMT
38
+
39
+ ### Patches
40
+
41
+ - Include missing `type` modifiers on type-only exports.
42
+
43
+ ## 7.46.1
44
+ Wed, 29 May 2024 02:03:50 GMT
45
+
46
+ _Version update only_
47
+
48
+ ## 7.46.0
49
+ Wed, 29 May 2024 00:10:52 GMT
50
+
51
+ ### Minor changes
52
+
53
+ - Bump TSDoc dependencies.
54
+
55
+ ## 7.45.1
56
+ Tue, 28 May 2024 15:10:09 GMT
57
+
58
+ _Version update only_
59
+
60
+ ## 7.45.0
61
+ Tue, 28 May 2024 00:09:47 GMT
62
+
63
+ ### Minor changes
64
+
65
+ - Improve support for resolving the `tsdoc-metadata.json` to include the folder referenced by a `types` field in an `"exports"` field and an `"typesVersions"` field in addition to `"types"`, `"typings"`, and `"tsdocMetadata"` fields.
66
+
67
+ ## 7.44.1
68
+ Sat, 25 May 2024 04:54:07 GMT
69
+
70
+ _Version update only_
71
+
72
+ ## 7.44.0
73
+ Fri, 24 May 2024 00:15:08 GMT
74
+
75
+ ### Minor changes
76
+
77
+ - Add support for "variants" of API reports which include or exclude items by release tag
78
+
79
+ ## 7.43.8
80
+ Thu, 23 May 2024 02:26:56 GMT
81
+
82
+ _Version update only_
83
+
84
+ ## 7.43.7
85
+ Thu, 16 May 2024 15:10:22 GMT
86
+
87
+ _Version update only_
88
+
89
+ ## 7.43.6
90
+ Wed, 15 May 2024 23:42:58 GMT
91
+
92
+ _Version update only_
93
+
94
+ ## 7.43.5
95
+ Wed, 15 May 2024 06:04:17 GMT
96
+
97
+ _Version update only_
98
+
99
+ ## 7.43.4
100
+ Fri, 10 May 2024 05:33:33 GMT
101
+
102
+ _Version update only_
103
+
104
+ ## 7.43.3
105
+ Wed, 08 May 2024 22:23:50 GMT
106
+
107
+ _Version update only_
108
+
109
+ ## 7.43.2
110
+ Mon, 06 May 2024 15:11:04 GMT
111
+
112
+ _Version update only_
113
+
114
+ ## 7.43.1
115
+ Wed, 10 Apr 2024 15:10:09 GMT
116
+
117
+ _Version update only_
118
+
119
+ ## 7.43.0
120
+ Tue, 19 Mar 2024 15:10:18 GMT
121
+
122
+ ### Minor changes
123
+
124
+ - Upgrade the bundled compiler engine to TypeScript 5.4.2
125
+
126
+ ## 7.42.3
127
+ Sun, 03 Mar 2024 20:58:12 GMT
128
+
129
+ _Version update only_
130
+
131
+ ## 7.42.2
132
+ Sat, 02 Mar 2024 02:22:23 GMT
133
+
134
+ _Version update only_
135
+
136
+ ## 7.42.1
137
+ Fri, 01 Mar 2024 01:10:08 GMT
138
+
139
+ _Version update only_
140
+
141
+ ## 7.42.0
142
+ Thu, 29 Feb 2024 07:11:45 GMT
143
+
144
+ ### Minor changes
145
+
146
+ - Add glob support in `bundledPackages`
147
+
148
+ ### Patches
149
+
150
+ - Don't mark items documented with {@inheritDoc} references to package-external items as "undocumented"
151
+
152
+ ## 7.41.1
153
+ Wed, 28 Feb 2024 16:09:27 GMT
154
+
155
+ _Version update only_
156
+
157
+ ## 7.41.0
158
+ Sat, 24 Feb 2024 23:02:51 GMT
159
+
160
+ ### Minor changes
161
+
162
+ - Replace const enums with conventional enums to allow for compatibility with JavaScript consumers.
163
+
164
+ ## 7.40.6
165
+ Wed, 21 Feb 2024 21:45:28 GMT
166
+
167
+ ### Patches
168
+
169
+ - Replace the dependency on the `colors` package with `Colorize` from `@rushstack/terminal`.
170
+
171
+ ## 7.40.5
172
+ Wed, 21 Feb 2024 08:55:47 GMT
173
+
174
+ ### Patches
175
+
176
+ - Fix an issue where imports were trimmed from external packages based when generating .d.ts rollups
177
+
178
+ ## 7.40.4
179
+ Tue, 20 Feb 2024 21:45:10 GMT
180
+
181
+ _Version update only_
182
+
183
+ ## 7.40.3
184
+ Mon, 19 Feb 2024 21:54:27 GMT
185
+
186
+ _Version update only_
187
+
188
+ ## 7.40.2
189
+ Sat, 17 Feb 2024 06:24:34 GMT
190
+
191
+ ### Patches
192
+
193
+ - Fix broken link to API documentation
194
+
195
+ ## 7.40.1
196
+ Thu, 08 Feb 2024 01:09:21 GMT
197
+
198
+ _Version update only_
199
+
200
+ ## 7.40.0
201
+ Wed, 07 Feb 2024 01:11:18 GMT
202
+
203
+ ### Minor changes
204
+
205
+ - Classify arrow functions as `function` kind in the doc model export.
206
+
207
+ ## 7.39.5
208
+ Mon, 05 Feb 2024 23:46:52 GMT
209
+
210
+ _Version update only_
211
+
212
+ ## 7.39.4
213
+ Thu, 25 Jan 2024 01:09:30 GMT
214
+
215
+ _Version update only_
216
+
217
+ ## 7.39.3
218
+ Tue, 23 Jan 2024 20:12:57 GMT
219
+
220
+ _Version update only_
221
+
222
+ ## 7.39.2
223
+ Tue, 23 Jan 2024 16:15:05 GMT
224
+
225
+ _Version update only_
226
+
227
+ ## 7.39.1
228
+ Wed, 03 Jan 2024 00:31:18 GMT
229
+
230
+ _Version update only_
231
+
232
+ ## 7.39.0
233
+ Wed, 20 Dec 2023 01:09:45 GMT
234
+
235
+ ### Minor changes
236
+
237
+ - Update API Extractor to support TypeScript 5.3.3
238
+
239
+ ## 7.38.5
240
+ Thu, 07 Dec 2023 03:44:13 GMT
241
+
242
+ _Version update only_
243
+
244
+ ## 7.38.4
245
+ Tue, 05 Dec 2023 01:10:16 GMT
246
+
247
+ ### Patches
248
+
249
+ - Don't export trimmed namespace members during rollup (#2791)
250
+
251
+ ## 7.38.3
252
+ Fri, 10 Nov 2023 18:02:04 GMT
253
+
254
+ ### Patches
255
+
256
+ - Fix an issue where "ae-undocumented" was incorrectly reported for private members
257
+
258
+ ## 7.38.2
259
+ Wed, 01 Nov 2023 23:11:35 GMT
260
+
261
+ ### Patches
262
+
263
+ - Fix line endings in published package.
264
+
265
+ ## 7.38.1
266
+ Mon, 30 Oct 2023 23:36:38 GMT
267
+
268
+ _Version update only_
269
+
270
+ ## 7.38.0
271
+ Sun, 01 Oct 2023 02:56:29 GMT
272
+
273
+ ### Minor changes
274
+
275
+ - Add a new message "ae-undocumented" to support logging of undocumented API items
276
+
277
+ ## 7.37.3
278
+ Sat, 30 Sep 2023 00:20:51 GMT
279
+
280
+ ### Patches
281
+
282
+ - Don't strip out @alpha items when generating API reports.
283
+
284
+ ## 7.37.2
285
+ Thu, 28 Sep 2023 20:53:16 GMT
286
+
287
+ _Version update only_
288
+
289
+ ## 7.37.1
290
+ Tue, 26 Sep 2023 09:30:33 GMT
291
+
292
+ ### Patches
293
+
294
+ - Update type-only imports to include the type modifier.
295
+
296
+ ## 7.37.0
297
+ Fri, 15 Sep 2023 00:36:58 GMT
298
+
299
+ ### Minor changes
300
+
301
+ - Update @types/node from 14 to 18
302
+
303
+ ## 7.36.4
304
+ Tue, 08 Aug 2023 07:10:39 GMT
305
+
306
+ _Version update only_
307
+
308
+ ## 7.36.3
309
+ Wed, 19 Jul 2023 00:20:31 GMT
310
+
311
+ ### Patches
312
+
313
+ - Updated semver dependency
314
+
315
+ ## 7.36.2
316
+ Wed, 12 Jul 2023 15:20:39 GMT
317
+
318
+ ### Patches
319
+
320
+ - Add api-extractor support for .d.mts and .d.cts files
321
+
322
+ ## 7.36.1
323
+ Thu, 06 Jul 2023 00:16:19 GMT
324
+
325
+ _Version update only_
326
+
327
+ ## 7.36.0
328
+ Mon, 19 Jun 2023 22:40:21 GMT
329
+
330
+ ### Minor changes
331
+
332
+ - Use the `IRigConfig` interface in the `IExtractorConfigLoadForFolderOptions` object insteacd of the `RigConfig` class.
333
+
334
+ ## 7.35.4
335
+ Thu, 15 Jun 2023 00:21:01 GMT
336
+
337
+ _Version update only_
338
+
339
+ ## 7.35.3
340
+ Tue, 13 Jun 2023 01:49:01 GMT
341
+
342
+ _Version update only_
343
+
344
+ ## 7.35.2
345
+ Wed, 07 Jun 2023 22:45:16 GMT
346
+
347
+ _Version update only_
348
+
349
+ ## 7.35.1
350
+ Mon, 29 May 2023 15:21:15 GMT
351
+
352
+ _Version update only_
353
+
354
+ ## 7.35.0
355
+ Mon, 22 May 2023 06:34:32 GMT
356
+
357
+ ### Minor changes
358
+
359
+ - Upgrade the TypeScript dependency to ~5.0.4
360
+
361
+ ## 7.34.9
362
+ Fri, 12 May 2023 00:23:05 GMT
363
+
364
+ _Version update only_
365
+
366
+ ## 7.34.8
367
+ Thu, 04 May 2023 00:20:28 GMT
368
+
369
+ _Version update only_
370
+
371
+ ## 7.34.7
372
+ Mon, 01 May 2023 15:23:20 GMT
373
+
374
+ _Version update only_
375
+
376
+ ## 7.34.6
377
+ Sat, 29 Apr 2023 00:23:03 GMT
378
+
379
+ _Version update only_
380
+
381
+ ## 7.34.5
382
+ Thu, 27 Apr 2023 17:18:42 GMT
383
+
384
+ _Version update only_
385
+
386
+ ## 7.34.4
387
+ Fri, 10 Feb 2023 01:18:50 GMT
388
+
389
+ _Version update only_
390
+
391
+ ## 7.34.3
392
+ Sun, 05 Feb 2023 03:02:02 GMT
393
+
394
+ _Version update only_
395
+
396
+ ## 7.34.2
397
+ Wed, 01 Feb 2023 02:16:34 GMT
398
+
399
+ _Version update only_
400
+
401
+ ## 7.34.1
402
+ Mon, 30 Jan 2023 16:22:30 GMT
403
+
404
+ _Version update only_
405
+
406
+ ## 7.34.0
407
+ Wed, 25 Jan 2023 07:26:55 GMT
408
+
409
+ ### Minor changes
410
+
411
+ - Add new .api.json field `isAbstract` to track `abstract` modifier in ApiClass, ApiMethod, and ApiProperty via ApiAbstractMixin (GitHub #3661)
412
+
413
+ ## 7.33.8
414
+ Wed, 18 Jan 2023 22:44:12 GMT
415
+
416
+ ### Patches
417
+
418
+ - Use ts.getCheckFlags to fix TS 5.0
419
+
420
+ ## 7.33.7
421
+ Fri, 09 Dec 2022 16:18:28 GMT
422
+
423
+ _Version update only_
424
+
425
+ ## 7.33.6
426
+ Tue, 08 Nov 2022 01:20:55 GMT
427
+
428
+ _Version update only_
429
+
430
+ ## 7.33.5
431
+ Wed, 26 Oct 2022 00:16:16 GMT
432
+
433
+ ### Patches
434
+
435
+ - Update the @microsoft/tsdoc dependency version to 0.14.2.
436
+
437
+ ## 7.33.4
438
+ Mon, 17 Oct 2022 22:14:21 GMT
439
+
440
+ _Version update only_
441
+
442
+ ## 7.33.3
443
+ Mon, 17 Oct 2022 15:16:00 GMT
444
+
445
+ ### Patches
446
+
447
+ - Fix a regression where the "fileUrlPath" property would contain a malformed path when API Extractor is run on Windows.
448
+
449
+ ## 7.33.2
450
+ Fri, 14 Oct 2022 15:26:31 GMT
451
+
452
+ ### Patches
453
+
454
+ - Fix references from computed properties #3629
455
+
456
+ ## 7.33.1
457
+ Thu, 13 Oct 2022 00:20:15 GMT
458
+
459
+ _Version update only_
460
+
461
+ ## 7.33.0
462
+ Tue, 11 Oct 2022 23:49:12 GMT
463
+
464
+ ### Minor changes
465
+
466
+ - Extract the original source file path for relevant API items and add a new projectFolderUrl setting to the api-extractor.json config that allows one to specify what URL their project folder can be found at.
467
+
468
+ ## 7.32.1
469
+ Mon, 10 Oct 2022 15:23:44 GMT
470
+
471
+ _Version update only_
472
+
473
+ ## 7.32.0
474
+ Thu, 29 Sep 2022 07:13:06 GMT
475
+
476
+ ### Minor changes
477
+
478
+ - Update parser to TypeScript 4.8.
479
+
480
+ ## 7.31.2
481
+ Wed, 21 Sep 2022 20:21:10 GMT
482
+
483
+ _Version update only_
484
+
485
+ ## 7.31.1
486
+ Thu, 15 Sep 2022 00:18:51 GMT
487
+
488
+ _Version update only_
489
+
490
+ ## 7.31.0
491
+ Tue, 13 Sep 2022 00:16:55 GMT
492
+
493
+ ### Minor changes
494
+
495
+ - Fix an issue where aliased classes sometimes had incorrect canonical references in *.api.json (GitHub #3593)
496
+
497
+ ## 7.30.1
498
+ Mon, 12 Sep 2022 22:27:48 GMT
499
+
500
+ ### Patches
501
+
502
+ - Fix a recent regression where items exported from both the entry point and from an exported namespace appeared only once in the API doc model (GitHub #3619)
503
+
504
+ ## 7.30.0
505
+ Fri, 02 Sep 2022 17:48:42 GMT
506
+
507
+ ### Minor changes
508
+
509
+ - Add new "apiReport.includeForgottenExports" and "docModel.includeForgottenExports" properties to control whether forgotten exports are included in the API report and doc model files.
510
+ - Fix incorrect declaration references for symbols not exported from the package's entry point.
511
+
512
+ ## 7.29.5
513
+ Wed, 24 Aug 2022 03:01:22 GMT
514
+
515
+ _Version update only_
516
+
517
+ ## 7.29.4
518
+ Wed, 24 Aug 2022 00:14:38 GMT
519
+
520
+ ### Patches
521
+
522
+ - Remove use of LegacyAdapters.sortStable
523
+
524
+ ## 7.29.3
525
+ Fri, 19 Aug 2022 00:17:19 GMT
526
+
527
+ _Version update only_
528
+
529
+ ## 7.29.2
530
+ Wed, 10 Aug 2022 09:52:12 GMT
531
+
532
+ ### Patches
533
+
534
+ - Fix incorrect declaration references for local symbols within namespaces
535
+
536
+ ## 7.29.1
537
+ Wed, 10 Aug 2022 08:12:16 GMT
538
+
539
+ ### Patches
540
+
541
+ - Fix a regression where .api.json excerpts were sometimes missing tokens (GitHub #3561), and generally improve the quality of excerpt generation
542
+
543
+ ## 7.29.0
544
+ Wed, 03 Aug 2022 18:40:35 GMT
545
+
546
+ ### Minor changes
547
+
548
+ - Upgrade TypeScript dependency to 4.7
549
+
550
+ ## 7.28.7
551
+ Mon, 01 Aug 2022 02:45:32 GMT
552
+
553
+ _Version update only_
554
+
555
+ ## 7.28.6
556
+ Thu, 21 Jul 2022 23:30:27 GMT
557
+
558
+ _Version update only_
559
+
560
+ ## 7.28.5
561
+ Thu, 21 Jul 2022 00:16:14 GMT
562
+
563
+ _Version update only_
564
+
565
+ ## 7.28.4
566
+ Fri, 08 Jul 2022 15:17:46 GMT
567
+
568
+ ### Patches
569
+
570
+ - Update api-extractor-template.json to "testMode" and "enumMemberOrder" comment sections.
571
+
572
+ ## 7.28.3
573
+ Mon, 04 Jul 2022 15:15:13 GMT
574
+
575
+ ### Patches
576
+
577
+ - Make enumMemberOrder configuration field optional
578
+
579
+ ## 7.28.2
580
+ Thu, 30 Jun 2022 04:48:53 GMT
581
+
582
+ ### Patches
583
+
584
+ - Improve logic that determines whether an API item is readonly
585
+
586
+ ## 7.28.1
587
+ Tue, 28 Jun 2022 22:47:13 GMT
588
+
589
+ _Version update only_
590
+
591
+ ## 7.28.0
592
+ Tue, 28 Jun 2022 00:23:32 GMT
593
+
594
+ ### Minor changes
595
+
596
+ - Add support for the "ignoreMissingEntryPoint" ExtractorConfig option to allow for loading an ExtractorConfig before the target project is built.
597
+
598
+ ## 7.27.1
599
+ Mon, 27 Jun 2022 18:43:09 GMT
600
+
601
+ _Version update only_
602
+
603
+ ## 7.27.0
604
+ Sat, 25 Jun 2022 21:00:40 GMT
605
+
606
+ ### Minor changes
607
+
608
+ - API Extractor now populates an initializerTokenRange field for ApiProperty and ApiVariable items.
609
+
610
+ ## 7.26.1
611
+ Sat, 25 Jun 2022 01:54:29 GMT
612
+
613
+ _Version update only_
614
+
615
+ ## 7.26.0
616
+ Fri, 24 Jun 2022 07:16:47 GMT
617
+
618
+ ### Minor changes
619
+
620
+ - Include new configuration option for preserving enum member order
621
+
622
+ ## 7.25.3
623
+ Thu, 23 Jun 2022 22:14:24 GMT
624
+
625
+ _Version update only_
626
+
627
+ ## 7.25.2
628
+ Fri, 17 Jun 2022 09:17:54 GMT
629
+
630
+ _Version update only_
631
+
632
+ ## 7.25.1
633
+ Fri, 17 Jun 2022 00:16:18 GMT
634
+
635
+ _Version update only_
636
+
637
+ ## 7.25.0
638
+ Tue, 07 Jun 2022 09:37:04 GMT
639
+
640
+ ### Minor changes
641
+
642
+ - Add an "isReadonly" field to the doc model to indicate whether a property or variable is readonly
643
+ - Add an "isProtected" field to the doc model to indicate protected class members
644
+
645
+ ## 7.24.2
646
+ Wed, 25 May 2022 22:25:07 GMT
647
+
648
+ ### Patches
649
+
650
+ - Fix an issue where API Extractor would fail to run on a project where `"moduleResolution"` is set to `"Node16"` in `tsconfig.json`
651
+
652
+ ## 7.24.1
653
+ Thu, 19 May 2022 15:13:20 GMT
654
+
655
+ ### Patches
656
+
657
+ - Fix a recent regression that produced an error "Cannot read properties of undefined" (GitHub #3423)
658
+
659
+ ## 7.24.0
660
+ Sat, 14 May 2022 03:01:27 GMT
661
+
662
+ ### Minor changes
663
+
664
+ - Throw an error early if API Extractor will attempt to process non-.d.ts files
665
+ - Generate API doc model nodes for setters without getters
666
+
667
+ ### Patches
668
+
669
+ - Address edge case in excerptBuilder token range logic
670
+
671
+ ## 7.23.2
672
+ Tue, 10 May 2022 01:20:43 GMT
673
+
674
+ _Version update only_
675
+
676
+ ## 7.23.1
677
+ Wed, 04 May 2022 23:29:13 GMT
678
+
679
+ ### Patches
680
+
681
+ - Update the global variable analyzer to add support for changes to the TypeScript internals coming in v4.7
682
+
683
+ ## 7.23.0
684
+ Sat, 23 Apr 2022 02:13:06 GMT
685
+
686
+ ### Minor changes
687
+
688
+ - Update to TypeScript 4.6
689
+
690
+ ## 7.22.2
691
+ Fri, 15 Apr 2022 00:12:36 GMT
692
+
693
+ _Version update only_
694
+
695
+ ## 7.22.1
696
+ Wed, 13 Apr 2022 15:12:40 GMT
697
+
698
+ _Version update only_
699
+
700
+ ## 7.22.0
701
+ Tue, 12 Apr 2022 23:29:34 GMT
702
+
703
+ ### Minor changes
704
+
705
+ - Add an alphaTrimmedFilePath option that adds support for generating a DTS rollup that inclues @alpha, @beta, and @public members.
706
+
707
+ ## 7.21.3
708
+ Tue, 12 Apr 2022 02:58:32 GMT
709
+
710
+ ### Patches
711
+
712
+ - Update TSDoc dependencies.
713
+
714
+ ## 7.21.2
715
+ Sat, 09 Apr 2022 19:07:47 GMT
716
+
717
+ ### Patches
718
+
719
+ - Fix ambient modules bug caused by #3321.
720
+
721
+ ## 7.21.1
722
+ Sat, 09 Apr 2022 02:24:26 GMT
723
+
724
+ ### Patches
725
+
726
+ - Rename the "master" branch to "main".
727
+
728
+ ## 7.21.0
729
+ Fri, 08 Apr 2022 20:05:59 GMT
730
+
731
+ ### Minor changes
732
+
733
+ - Add support for projects that use tsconfig.json "baseUrl" and "paths" settings to remap imports of local files (GitHub #3291)
734
+
735
+ ## 7.20.1
736
+ Wed, 06 Apr 2022 22:35:23 GMT
737
+
738
+ ### Patches
739
+
740
+ - Fix an issue where .api.json excerpt text included extra whitespace (GitHub #3316)
741
+
742
+ ## 7.20.0
743
+ Thu, 31 Mar 2022 02:06:05 GMT
744
+
745
+ ### Minor changes
746
+
747
+ - Updated api-extractor to extract whether a parameter is optional.
748
+
749
+ ## 7.19.5
750
+ Tue, 15 Mar 2022 19:15:53 GMT
751
+
752
+ _Version update only_
753
+
754
+ ## 7.19.4
755
+ Wed, 05 Jan 2022 16:07:47 GMT
756
+
757
+ _Version update only_
758
+
759
+ ## 7.19.3
760
+ Mon, 27 Dec 2021 16:10:40 GMT
761
+
762
+ _Version update only_
763
+
764
+ ## 7.19.2
765
+ Thu, 09 Dec 2021 20:34:41 GMT
766
+
767
+ _Version update only_
768
+
769
+ ## 7.19.1
770
+ Thu, 09 Dec 2021 00:21:54 GMT
771
+
772
+ _Version update only_
773
+
774
+ ## 7.19.0
775
+ Wed, 08 Dec 2021 16:14:05 GMT
776
+
777
+ ### Minor changes
778
+
779
+ - Update to TypeScript 4.5
780
+
781
+ ## 7.18.21
782
+ Mon, 06 Dec 2021 16:08:33 GMT
783
+
784
+ _Version update only_
785
+
786
+ ## 7.18.20
787
+ Fri, 03 Dec 2021 03:05:22 GMT
788
+
789
+ _Version update only_
790
+
791
+ ## 7.18.19
792
+ Sat, 06 Nov 2021 00:09:13 GMT
793
+
794
+ _Version update only_
795
+
796
+ ## 7.18.18
797
+ Fri, 05 Nov 2021 15:09:18 GMT
798
+
799
+ _Version update only_
800
+
801
+ ## 7.18.17
802
+ Wed, 27 Oct 2021 00:08:15 GMT
803
+
804
+ ### Patches
805
+
806
+ - Update the package.json repository field to include the directory property.
807
+
808
+ ## 7.18.16
809
+ Wed, 13 Oct 2021 15:09:54 GMT
810
+
811
+ _Version update only_
812
+
813
+ ## 7.18.15
814
+ Fri, 08 Oct 2021 08:08:34 GMT
815
+
816
+ _Version update only_
817
+
818
+ ## 7.18.14
819
+ Thu, 07 Oct 2021 07:13:35 GMT
820
+
821
+ _Version update only_
822
+
823
+ ## 7.18.13
824
+ Tue, 05 Oct 2021 15:08:38 GMT
825
+
826
+ _Version update only_
827
+
828
+ ## 7.18.12
829
+ Mon, 04 Oct 2021 15:10:18 GMT
830
+
831
+ _Version update only_
832
+
833
+ ## 7.18.11
834
+ Fri, 24 Sep 2021 00:09:29 GMT
835
+
836
+ _Version update only_
837
+
838
+ ## 7.18.10
839
+ Thu, 23 Sep 2021 00:10:40 GMT
840
+
841
+ ### Patches
842
+
843
+ - Upgrade the `@types/node` dependency to version to version 12.
844
+
845
+ ## 7.18.9
846
+ Tue, 14 Sep 2021 01:17:04 GMT
847
+
848
+ _Version update only_
849
+
850
+ ## 7.18.8
851
+ Mon, 13 Sep 2021 15:07:05 GMT
852
+
853
+ _Version update only_
854
+
855
+ ## 7.18.7
856
+ Fri, 27 Aug 2021 00:07:25 GMT
857
+
858
+ _Version update only_
859
+
860
+ ## 7.18.6
861
+ Fri, 20 Aug 2021 15:08:10 GMT
862
+
863
+ _Version update only_
864
+
865
+ ## 7.18.5
866
+ Wed, 11 Aug 2021 00:07:21 GMT
867
+
868
+ _Version update only_
869
+
870
+ ## 7.18.4
871
+ Wed, 14 Jul 2021 15:06:29 GMT
872
+
873
+ ### Patches
874
+
875
+ - Fix an issue where the .d.ts rollup sometimes used "default" as an identifier name causing a syntax error (GitHub #2804)
876
+
877
+ ## 7.18.3
878
+ Tue, 13 Jul 2021 23:00:33 GMT
879
+
880
+ ### Patches
881
+
882
+ - Revert a workaround for TypeScript issue #44422 which was fixed in 4.3.3
883
+
884
+ ## 7.18.2
885
+ Mon, 12 Jul 2021 23:08:26 GMT
886
+
887
+ _Version update only_
888
+
889
+ ## 7.18.1
890
+ Thu, 08 Jul 2021 23:41:16 GMT
891
+
892
+ ### Patches
893
+
894
+ - Fix a recent regression that reported "Internal Error: indentDocComment cannot be nested" (GitHub #2797)
895
+
896
+ ## 7.18.0
897
+ Thu, 08 Jul 2021 06:00:48 GMT
898
+
899
+ ### Minor changes
900
+
901
+ - Add support for import() type expressions (GitHub #1050) -- Thank you @javier-garcia-meteologica and @adventure-yunfei for solving this difficult problem!
902
+ - Improve formatting of declarations in .d.ts rollup and .api.md files, fixing some indentation issues
903
+
904
+ ## 7.17.1
905
+ Thu, 01 Jul 2021 15:08:27 GMT
906
+
907
+ _Version update only_
908
+
909
+ ## 7.17.0
910
+ Wed, 30 Jun 2021 15:06:54 GMT
911
+
912
+ ### Minor changes
913
+
914
+ - Added support for "import * as module from './local/module';" (GitHub #1029) -- Big thanks to @adventure-yunfei, @mckn, @rbuckton, and @octogonz who all helped with this difficult PR!
915
+
916
+ ### Patches
917
+
918
+ - Include /// directives in API report
919
+
920
+ ## 7.16.1
921
+ Fri, 04 Jun 2021 19:59:53 GMT
922
+
923
+ _Version update only_
924
+
925
+ ## 7.16.0
926
+ Fri, 04 Jun 2021 15:08:20 GMT
927
+
928
+ ### Minor changes
929
+
930
+ - Upgrade the bundled compiler engine to TypeScript 4.3
931
+
932
+ ## 7.15.2
933
+ Wed, 19 May 2021 00:11:39 GMT
934
+
935
+ _Version update only_
936
+
937
+ ## 7.15.1
938
+ Mon, 03 May 2021 15:10:29 GMT
939
+
940
+ _Version update only_
941
+
942
+ ## 7.15.0
943
+ Thu, 29 Apr 2021 23:26:50 GMT
944
+
945
+ ### Minor changes
946
+
947
+ - Upgrade the bundled compiler engine to TypeScript 4.2
948
+
949
+ ## 7.14.0
950
+ Tue, 20 Apr 2021 04:59:51 GMT
951
+
952
+ ### Minor changes
953
+
954
+ - Projects can now define custom tags using a tsdoc.json file
955
+
956
+ ## 7.13.5
957
+ Mon, 12 Apr 2021 15:10:28 GMT
958
+
959
+ _Version update only_
960
+
961
+ ## 7.13.4
962
+ Thu, 08 Apr 2021 06:05:31 GMT
963
+
964
+ _Version update only_
965
+
966
+ ## 7.13.3
967
+ Tue, 06 Apr 2021 15:14:22 GMT
968
+
969
+ _Version update only_
970
+
971
+ ## 7.13.2
972
+ Thu, 04 Mar 2021 01:11:31 GMT
973
+
974
+ _Version update only_
975
+
976
+ ## 7.13.1
977
+ Fri, 05 Feb 2021 16:10:42 GMT
978
+
979
+ _Version update only_
980
+
981
+ ## 7.13.0
982
+ Wed, 13 Jan 2021 01:11:06 GMT
983
+
984
+ ### Minor changes
985
+
986
+ - Upgrade the bundled compiler engine to TypeScript 4.1
987
+
988
+ ## 7.12.1
989
+ Thu, 10 Dec 2020 23:25:49 GMT
990
+
991
+ ### Patches
992
+
993
+ - Upgrade to TSDoc 0.12.24
994
+
995
+ ## 7.12.0
996
+ Wed, 18 Nov 2020 08:19:54 GMT
997
+
998
+ ### Minor changes
999
+
1000
+ - The "isOptional" .api.json field is now applied to both methods and properties
1001
+
1002
+ ## 7.11.5
1003
+ Wed, 18 Nov 2020 06:21:57 GMT
1004
+
1005
+ ### Patches
1006
+
1007
+ - Update .api.json file format to store a new field "isOptional" for documenting optional properties
1008
+
1009
+ ## 7.11.4
1010
+ Wed, 11 Nov 2020 01:08:58 GMT
1011
+
1012
+ _Version update only_
1013
+
1014
+ ## 7.11.3
1015
+ Tue, 10 Nov 2020 23:13:12 GMT
1016
+
1017
+ _Version update only_
1018
+
1019
+ ## 7.11.2
1020
+ Fri, 30 Oct 2020 06:38:38 GMT
1021
+
1022
+ _Version update only_
1023
+
1024
+ ## 7.11.1
1025
+ Fri, 30 Oct 2020 00:10:14 GMT
1026
+
1027
+ _Version update only_
1028
+
1029
+ ## 7.11.0
1030
+ Thu, 29 Oct 2020 06:14:19 GMT
1031
+
1032
+ ### Minor changes
1033
+
1034
+ - Upgrade the bundled compiler engine to TypeScript 4.0
1035
+
1036
+ ## 7.10.6
1037
+ Wed, 28 Oct 2020 01:18:03 GMT
1038
+
1039
+ _Version update only_
1040
+
1041
+ ## 7.10.5
1042
+ Tue, 27 Oct 2020 15:10:13 GMT
1043
+
1044
+ _Version update only_
1045
+
1046
+ ## 7.10.4
1047
+ Tue, 06 Oct 2020 00:24:06 GMT
1048
+
1049
+ _Version update only_
1050
+
1051
+ ## 7.10.3
1052
+ Mon, 05 Oct 2020 22:36:57 GMT
1053
+
1054
+ _Version update only_
1055
+
1056
+ ## 7.10.2
1057
+ Mon, 05 Oct 2020 15:10:42 GMT
1058
+
1059
+ _Version update only_
1060
+
1061
+ ## 7.10.1
1062
+ Wed, 30 Sep 2020 18:39:17 GMT
1063
+
1064
+ ### Patches
1065
+
1066
+ - Update to build with @rushstack/heft-node-rig
1067
+
1068
+ ## 7.10.0
1069
+ Wed, 30 Sep 2020 06:53:53 GMT
1070
+
1071
+ ### Minor changes
1072
+
1073
+ - API Extractor now supports the config/rig.json system, as defined by @rushstack/rig-package
1074
+ - Add IExtractorConfigPrepareOptions.projectFolderLookupToken
1075
+ - Upgrade compiler; the API now requires TypeScript 3.9 or newer
1076
+
1077
+ ### Patches
1078
+
1079
+ - Fix an InternalError reported when a declaration referred to itself using "tyepof"
1080
+ - Update README.md
1081
+
1082
+ ## 7.9.22
1083
+ Tue, 22 Sep 2020 05:45:56 GMT
1084
+
1085
+ _Version update only_
1086
+
1087
+ ## 7.9.21
1088
+ Tue, 22 Sep 2020 01:45:31 GMT
1089
+
1090
+ _Version update only_
1091
+
1092
+ ## 7.9.20
1093
+ Tue, 22 Sep 2020 00:08:53 GMT
1094
+
1095
+ _Version update only_
1096
+
1097
+ ## 7.9.19
1098
+ Sat, 19 Sep 2020 04:37:26 GMT
1099
+
1100
+ _Version update only_
1101
+
1102
+ ## 7.9.18
1103
+ Sat, 19 Sep 2020 03:33:06 GMT
1104
+
1105
+ _Version update only_
1106
+
1107
+ ## 7.9.17
1108
+ Fri, 18 Sep 2020 22:57:24 GMT
1109
+
1110
+ _Version update only_
1111
+
1112
+ ## 7.9.16
1113
+ Fri, 18 Sep 2020 21:49:54 GMT
1114
+
1115
+ _Version update only_
1116
+
1117
+ ## 7.9.15
1118
+ Sun, 13 Sep 2020 01:53:20 GMT
1119
+
1120
+ _Version update only_
1121
+
1122
+ ## 7.9.14
1123
+ Fri, 11 Sep 2020 02:13:35 GMT
1124
+
1125
+ _Version update only_
1126
+
1127
+ ## 7.9.13
1128
+ Mon, 07 Sep 2020 07:37:37 GMT
1129
+
1130
+ _Version update only_
1131
+
1132
+ ## 7.9.12
1133
+ Sat, 05 Sep 2020 18:56:34 GMT
1134
+
1135
+ _Version update only_
1136
+
1137
+ ## 7.9.11
1138
+ Thu, 27 Aug 2020 11:27:06 GMT
1139
+
1140
+ _Version update only_
1141
+
1142
+ ## 7.9.10
1143
+ Mon, 24 Aug 2020 07:35:20 GMT
1144
+
1145
+ _Version update only_
1146
+
1147
+ ## 7.9.9
1148
+ Sat, 22 Aug 2020 05:55:42 GMT
1149
+
1150
+ _Version update only_
1151
+
1152
+ ## 7.9.8
1153
+ Fri, 21 Aug 2020 01:21:18 GMT
1154
+
1155
+ _Version update only_
1156
+
1157
+ ## 7.9.7
1158
+ Thu, 20 Aug 2020 15:13:53 GMT
1159
+
1160
+ _Version update only_
1161
+
1162
+ ## 7.9.6
1163
+ Tue, 18 Aug 2020 23:59:42 GMT
1164
+
1165
+ _Version update only_
1166
+
1167
+ ## 7.9.5
1168
+ Mon, 17 Aug 2020 04:53:23 GMT
1169
+
1170
+ _Version update only_
1171
+
1172
+ ## 7.9.4
1173
+ Wed, 12 Aug 2020 00:10:05 GMT
1174
+
1175
+ ### Patches
1176
+
1177
+ - Updated project to build with Heft
1178
+
1179
+ ## 7.9.3
1180
+ Wed, 05 Aug 2020 18:27:32 GMT
1181
+
1182
+ _Version update only_
1183
+
1184
+ ## 7.9.2
1185
+ Thu, 09 Jul 2020 04:58:36 GMT
1186
+
1187
+ ### Patches
1188
+
1189
+ - Fix an issue with handling of "export { default } from 'package';" (GitHub #2014)
1190
+
1191
+ ## 7.9.1
1192
+ Fri, 03 Jul 2020 15:09:04 GMT
1193
+
1194
+ _Version update only_
1195
+
1196
+ ## 7.9.0
1197
+ Fri, 03 Jul 2020 05:46:41 GMT
1198
+
1199
+ ### Minor changes
1200
+
1201
+ - Add support for ECMAScript private fields (new in TypeScript 3.8)
1202
+ - Add support for "import type" imports (new in TypeScript 3.8)
1203
+ - Upgrade the bundled compiler engine to TypeScript 3.9
1204
+
1205
+ ### Patches
1206
+
1207
+ - Fix an issue where chained compiler errors were not formatted correctly
1208
+ - Log the TypeScript bundled compiler version, and warn if it is outdated
1209
+
1210
+ ## 7.8.15
1211
+ Thu, 25 Jun 2020 06:43:35 GMT
1212
+
1213
+ _Version update only_
1214
+
1215
+ ## 7.8.14
1216
+ Wed, 24 Jun 2020 09:50:48 GMT
1217
+
1218
+ _Version update only_
1219
+
1220
+ ## 7.8.13
1221
+ Wed, 24 Jun 2020 09:04:28 GMT
1222
+
1223
+ _Version update only_
1224
+
1225
+ ## 7.8.12
1226
+ Mon, 15 Jun 2020 22:17:17 GMT
1227
+
1228
+ ### Patches
1229
+
1230
+ - Fix an issue where documentation hyperlinks were sometimes missing when using the "bundledPackages" feature (GitHub #1933)
1231
+
1232
+ ## 7.8.11
1233
+ Wed, 10 Jun 2020 20:48:30 GMT
1234
+
1235
+ _Version update only_
1236
+
1237
+ ## 7.8.10
1238
+ Mon, 01 Jun 2020 08:34:17 GMT
1239
+
1240
+ _Version update only_
1241
+
1242
+ ## 7.8.9
1243
+ Sat, 30 May 2020 02:59:54 GMT
1244
+
1245
+ _Version update only_
1246
+
1247
+ ## 7.8.8
1248
+ Thu, 28 May 2020 05:59:02 GMT
1249
+
1250
+ _Version update only_
1251
+
1252
+ ## 7.8.7
1253
+ Wed, 27 May 2020 05:15:10 GMT
1254
+
1255
+ _Version update only_
1256
+
1257
+ ## 7.8.6
1258
+ Tue, 26 May 2020 23:00:25 GMT
1259
+
1260
+ _Version update only_
1261
+
1262
+ ## 7.8.5
1263
+ Fri, 22 May 2020 15:08:42 GMT
1264
+
1265
+ _Version update only_
1266
+
1267
+ ## 7.8.4
1268
+ Thu, 21 May 2020 23:09:44 GMT
1269
+
1270
+ _Version update only_
1271
+
1272
+ ## 7.8.3
1273
+ Thu, 21 May 2020 15:41:59 GMT
1274
+
1275
+ _Version update only_
1276
+
1277
+ ## 7.8.2
1278
+ Tue, 19 May 2020 15:08:19 GMT
1279
+
1280
+ ### Patches
1281
+
1282
+ - Report an error to indicate that "import()" types are not supported
1283
+
1284
+ ## 7.8.1
1285
+ Fri, 15 May 2020 08:10:59 GMT
1286
+
1287
+ _Version update only_
1288
+
1289
+ ## 7.8.0
1290
+ Wed, 06 May 2020 08:23:45 GMT
1291
+
1292
+ ### Minor changes
1293
+
1294
+ - Version update only
1295
+
1296
+ ## 7.7.13
1297
+ Wed, 08 Apr 2020 04:07:33 GMT
1298
+
1299
+ _Version update only_
1300
+
1301
+ ## 7.7.12
1302
+ Sun, 29 Mar 2020 00:04:12 GMT
1303
+
1304
+ ### Patches
1305
+
1306
+ - Improve analysis of types exposed via global variables (fixes GitHub issues #1765, #1095, and #1316)
1307
+
1308
+ ## 7.7.11
1309
+ Sat, 28 Mar 2020 00:37:16 GMT
1310
+
1311
+ ### Patches
1312
+
1313
+ - Upgrade to TSdoc 0.12.19 to fix an issue where `<h1>` wasn't allowed as an HTML tag in a doc comment
1314
+
1315
+ ## 7.7.10
1316
+ Wed, 18 Mar 2020 15:07:47 GMT
1317
+
1318
+ ### Patches
1319
+
1320
+ - Upgrade cyclic dependencies
1321
+
1322
+ ## 7.7.9
1323
+ Tue, 17 Mar 2020 23:55:58 GMT
1324
+
1325
+ ### Patches
1326
+
1327
+ - Replace dependencies whose NPM scope was renamed from `@microsoft` to `@rushstack`
1328
+
1329
+ ## 7.7.8
1330
+ Tue, 28 Jan 2020 02:23:44 GMT
1331
+
1332
+ _Version update only_
1333
+
1334
+ ## 7.7.7
1335
+ Thu, 23 Jan 2020 01:07:56 GMT
1336
+
1337
+ _Version update only_
1338
+
1339
+ ## 7.7.6
1340
+ Tue, 21 Jan 2020 21:56:13 GMT
1341
+
1342
+ _Version update only_
1343
+
1344
+ ## 7.7.5
1345
+ Sun, 19 Jan 2020 02:26:52 GMT
1346
+
1347
+ ### Patches
1348
+
1349
+ - Upgrade Node typings to Node 10
1350
+
1351
+ ## 7.7.4
1352
+ Fri, 17 Jan 2020 01:08:23 GMT
1353
+
1354
+ _Version update only_
1355
+
1356
+ ## 7.7.3
1357
+ Tue, 14 Jan 2020 01:34:15 GMT
1358
+
1359
+ ### Patches
1360
+
1361
+ - Fix an issue where "ae-incompatible-release-tags" was sometimes reported incorectly for property setters (GitHub #1681)
1362
+
1363
+ ## 7.7.2
1364
+ Thu, 09 Jan 2020 06:44:12 GMT
1365
+
1366
+ ### Patches
1367
+
1368
+ - Fix an error "Cannot read property 'externalModuleIndicator' of undefined" (GitHub #1652)
1369
+
1370
+ ## 7.7.1
1371
+ Wed, 08 Jan 2020 00:11:31 GMT
1372
+
1373
+ _Version update only_
1374
+
1375
+ ## 7.7.0
1376
+ Tue, 03 Dec 2019 03:17:43 GMT
1377
+
1378
+ ### Minor changes
1379
+
1380
+ - Improve declaration reference syntax to allow linking to overloaded functions/methods
1381
+ - Fix an issue with TypeScript 3.7, which now emits separate signatures for property getters/setters
1382
+
1383
+ ## 7.6.2
1384
+ Sun, 24 Nov 2019 00:54:04 GMT
1385
+
1386
+ _Version update only_
1387
+
1388
+ ## 7.6.1
1389
+ Wed, 20 Nov 2019 06:14:28 GMT
1390
+
1391
+ ### Patches
1392
+
1393
+ - Fix an issue where the newlineKind setting wasn't being applied correctly
1394
+
1395
+ ## 7.6.0
1396
+ Fri, 15 Nov 2019 04:50:50 GMT
1397
+
1398
+ ### Minor changes
1399
+
1400
+ - Make newline type for generated files configurable
1401
+
1402
+ ## 7.5.6
1403
+ Mon, 11 Nov 2019 16:07:56 GMT
1404
+
1405
+ _Version update only_
1406
+
1407
+ ## 7.5.5
1408
+ Wed, 06 Nov 2019 22:44:18 GMT
1409
+
1410
+ ### Patches
1411
+
1412
+ - Add support for TypeScript 3.7
1413
+
1414
+ ## 7.5.4
1415
+ Tue, 05 Nov 2019 06:49:28 GMT
1416
+
1417
+ ### Patches
1418
+
1419
+ - Fix an issue where API reports sometimes were ordered differently depending on the version of NodeJS (GitHub #1552)
1420
+
1421
+ ## 7.5.3
1422
+ Tue, 05 Nov 2019 01:08:39 GMT
1423
+
1424
+ _Version update only_
1425
+
1426
+ ## 7.5.2
1427
+ Tue, 22 Oct 2019 06:24:44 GMT
1428
+
1429
+ _Version update only_
1430
+
1431
+ ## 7.5.1
1432
+ Fri, 18 Oct 2019 15:15:01 GMT
1433
+
1434
+ _Version update only_
1435
+
1436
+ ## 7.5.0
1437
+ Sun, 06 Oct 2019 00:27:39 GMT
1438
+
1439
+ ### Minor changes
1440
+
1441
+ - Allow separate release tags for overloaded functions and methods
1442
+ - Add new api-extractor.json config setting "bundledPackages"
1443
+
1444
+ ## 7.4.7
1445
+ Fri, 04 Oct 2019 00:15:22 GMT
1446
+
1447
+ ### Patches
1448
+
1449
+ - Fix an issue where IExtractorConfigPrepareOptions.packageJson was ignored (GitHub #1559)
1450
+
1451
+ ## 7.4.6
1452
+ Sun, 29 Sep 2019 23:56:29 GMT
1453
+
1454
+ ### Patches
1455
+
1456
+ - Update repository URL
1457
+
1458
+ ## 7.4.5
1459
+ Wed, 25 Sep 2019 15:15:31 GMT
1460
+
1461
+ _Version update only_
1462
+
1463
+ ## 7.4.4
1464
+ Tue, 24 Sep 2019 02:58:49 GMT
1465
+
1466
+ _Version update only_
1467
+
1468
+ ## 7.4.3
1469
+ Mon, 23 Sep 2019 15:14:55 GMT
1470
+
1471
+ _Version update only_
1472
+
1473
+ ## 7.4.2
1474
+ Wed, 11 Sep 2019 19:56:23 GMT
1475
+
1476
+ ### Patches
1477
+
1478
+ - Add support for an exported name that conflicts with a global name (GitHub #1350)
1479
+
1480
+ ## 7.4.1
1481
+ Tue, 10 Sep 2019 22:32:23 GMT
1482
+
1483
+ ### Patches
1484
+
1485
+ - Update documentation
1486
+
1487
+ ## 7.4.0
1488
+ Tue, 10 Sep 2019 20:38:33 GMT
1489
+
1490
+ ### Minor changes
1491
+
1492
+ - Add support for generating declaration references
1493
+
1494
+ ## 7.3.11
1495
+ Wed, 04 Sep 2019 18:28:06 GMT
1496
+
1497
+ _Version update only_
1498
+
1499
+ ## 7.3.10
1500
+ Wed, 04 Sep 2019 15:15:37 GMT
1501
+
1502
+ ### Patches
1503
+
1504
+ - Update TSDoc dependency to 0.12.14
1505
+
1506
+ ## 7.3.9
1507
+ Fri, 30 Aug 2019 00:14:32 GMT
1508
+
1509
+ ### Patches
1510
+
1511
+ - Fix a problem where Unicode API names were not handled correctly
1512
+
1513
+ ## 7.3.8
1514
+ Mon, 12 Aug 2019 15:15:14 GMT
1515
+
1516
+ _Version update only_
1517
+
1518
+ ## 7.3.7
1519
+ Thu, 08 Aug 2019 15:14:17 GMT
1520
+
1521
+ _Version update only_
1522
+
1523
+ ## 7.3.6
1524
+ Thu, 08 Aug 2019 00:49:05 GMT
1525
+
1526
+ ### Patches
1527
+
1528
+ - Fix an issue where a function with only one declaration was assigned an overloadIndex of 0 instead of 1
1529
+
1530
+ ## 7.3.5
1531
+ Mon, 05 Aug 2019 22:04:32 GMT
1532
+
1533
+ ### Patches
1534
+
1535
+ - Security updates.
1536
+
1537
+ ## 7.3.4
1538
+ Tue, 23 Jul 2019 01:13:01 GMT
1539
+
1540
+ ### Patches
1541
+
1542
+ - ApiItem.name is now quoted when it contains invalid identifier characters, to avoid conflicts with an ECMAScript symbol expression
1543
+
1544
+ ## 7.3.3
1545
+ Mon, 22 Jul 2019 19:13:10 GMT
1546
+
1547
+ ### Patches
1548
+
1549
+ - Update to use new api-extractor-model
1550
+
1551
+ ## 7.3.2
1552
+ Fri, 12 Jul 2019 19:12:46 GMT
1553
+
1554
+ ### Patches
1555
+
1556
+ - Clarify docs for "--typescript-compiler-folder"
1557
+
1558
+ ## 7.3.1
1559
+ Thu, 11 Jul 2019 19:13:08 GMT
1560
+
1561
+ ### Patches
1562
+
1563
+ - Add support for TypeScript 3.5
1564
+
1565
+ ## 7.3.0
1566
+ Tue, 09 Jul 2019 19:13:24 GMT
1567
+
1568
+ ### Minor changes
1569
+
1570
+ - Add a "--diagnostics" command-line option to help when troubleshooting problems
1571
+
1572
+ ## 7.2.3
1573
+ Mon, 08 Jul 2019 19:12:18 GMT
1574
+
1575
+ ### Patches
1576
+
1577
+ - Fix a problem when analyzing .d.ts files that appear in the same folder as the corresponding .ts file (GitHub #1310)
1578
+
1579
+ ## 7.2.2
1580
+ Sat, 29 Jun 2019 02:30:10 GMT
1581
+
1582
+ ### Patches
1583
+
1584
+ - Fix GitHub issue #1304 where "IExtractorInvokeOptions.typescriptCompilerFolder" did not work with TypeScript 3.4
1585
+
1586
+ ## 7.2.1
1587
+ Wed, 12 Jun 2019 19:12:33 GMT
1588
+
1589
+ _Version update only_
1590
+
1591
+ ## 7.2.0
1592
+ Tue, 11 Jun 2019 00:48:06 GMT
1593
+
1594
+ ### Minor changes
1595
+
1596
+ - Generate ApiTypeParameter entries and type alias types
1597
+
1598
+ ## 7.1.8
1599
+ Wed, 05 Jun 2019 19:12:34 GMT
1600
+
1601
+ ### Patches
1602
+
1603
+ - Fix an issue where TSDoc index selectors (ApiParameterListMixin.overloadIndex) started from 0, whereas TSDoc requires a nonzero number
1604
+
1605
+ ## 7.1.7
1606
+ Tue, 04 Jun 2019 05:51:53 GMT
1607
+
1608
+ ### Patches
1609
+
1610
+ - Upgrade api-extractor-model to remove ApiConstructor.isStatic, since TypeScript constructors cannot be static
1611
+ - Improve handling of symbolic property and method names.
1612
+
1613
+ ## 7.1.6
1614
+ Mon, 27 May 2019 04:13:44 GMT
1615
+
1616
+ ### Patches
1617
+
1618
+ - Fix incorrect path resolution for the "extends" field when loading tsconfig.json
1619
+
1620
+ ## 7.1.5
1621
+ Mon, 13 May 2019 02:08:35 GMT
1622
+
1623
+ ### Patches
1624
+
1625
+ - Broaden support for default imports
1626
+
1627
+ ## 7.1.4
1628
+ Mon, 06 May 2019 20:46:21 GMT
1629
+
1630
+ _Version update only_
1631
+
1632
+ ## 7.1.3
1633
+ Mon, 06 May 2019 19:34:54 GMT
1634
+
1635
+ ### Patches
1636
+
1637
+ - Add a new setting "omitTrimmingComments" to prevent extra comments from being emitted in the .d.ts rollup
1638
+
1639
+ ## 7.1.2
1640
+ Mon, 06 May 2019 19:11:16 GMT
1641
+
1642
+ ### Patches
1643
+
1644
+ - Fix an issue where ExtractorResult.warningCount was not incremented for messages handled by IExtractorInvokeOptions.messageCallback (GitHub #1258)
1645
+
1646
+ ## 7.1.1
1647
+ Tue, 30 Apr 2019 23:08:02 GMT
1648
+
1649
+ ### Patches
1650
+
1651
+ - Fix an issue where API signatures were sometimes truncated in the .api.json file (GitHub #1249)
1652
+
1653
+ ## 7.1.0
1654
+ Tue, 16 Apr 2019 11:01:37 GMT
1655
+
1656
+ ### Minor changes
1657
+
1658
+ - Initial stable release of API Extractor 7
1659
+
1660
+ ## 7.0.42
1661
+ Fri, 12 Apr 2019 06:13:16 GMT
1662
+
1663
+ ### Patches
1664
+
1665
+ - Fix a regression that prevented certain types of warnings from being reported
1666
+
1667
+ ## 7.0.41
1668
+ Thu, 11 Apr 2019 07:14:01 GMT
1669
+
1670
+ ### Patches
1671
+
1672
+ - THIS IS A RELEASE CANDIDATE FOR API-EXTRACTOR 7
1673
+ - (Breaking change) Rename "mainEntryPointFile" to "mainEntryPointFilePath" so all settings use a consistent naming convention
1674
+ - (Breaking change) Paths that appear in api-extractor.json are now resolved relative to the config file unless prefixed with the `<projectFolder>` token
1675
+ - Add a new api-extractor.json setting "tsconfigFilePath" for customizing the tsconfig.json path
1676
+ - Replace ExtractorConfig.packageJsonFullPath with ExtractorConfig.packageFolder
1677
+ - Upgrade API Extractor to use TypeScript 3.4 for analysis
1678
+
1679
+ ## 7.0.40
1680
+ Tue, 09 Apr 2019 05:31:01 GMT
1681
+
1682
+ ### Patches
1683
+
1684
+ - Improve the "--local" option to automatically create the API report file if it is missing
1685
+
1686
+ ## 7.0.39
1687
+ Mon, 08 Apr 2019 19:12:52 GMT
1688
+
1689
+ ### Patches
1690
+
1691
+ - Rename "addToApiReviewFile" setting to "addToApiReportFile"
1692
+
1693
+ ## 7.0.38
1694
+ Sat, 06 Apr 2019 02:05:51 GMT
1695
+
1696
+ ### Patches
1697
+
1698
+ - (Breaking change) Removed the ILogger API and renamed ExtractorMessageLogLevel to ExtractorLogLevel
1699
+ - (Breaking change) Extractor console output is now modeled as ExtractorMessage objects and can be customized/filtered/handled by IExtractorInvokeOptions.messageCallback
1700
+
1701
+ ## 7.0.37
1702
+ Fri, 05 Apr 2019 04:16:16 GMT
1703
+
1704
+ ### Patches
1705
+
1706
+ - Introduce "api-extractor init" command-line that helps enable API Extractor for a new project
1707
+ - (Breaking change) Major redesign of the API used to invoke API Extractor
1708
+ - (Breaking change) Major redesign of the api-extractor.json config file format
1709
+ - Add a CompilerState API that allows an optimization where multiple invocations of Extractor can reuse the same TypeScript compiler analysis
1710
+
1711
+ ## 7.0.36
1712
+ Wed, 03 Apr 2019 02:58:33 GMT
1713
+
1714
+ ### Patches
1715
+
1716
+ - Fix an issue where .d.ts.map file were sometimes mapped to the wrong location
1717
+
1718
+ ## 7.0.35
1719
+ Sat, 30 Mar 2019 22:27:16 GMT
1720
+
1721
+ ### Patches
1722
+
1723
+ - Reintroduce the generated documentation notice for internal constructors
1724
+ - Add limited support for resolving @inheritDoc references to external packages by postprocessing them in api-documenter
1725
+
1726
+ ## 7.0.34
1727
+ Thu, 28 Mar 2019 19:14:27 GMT
1728
+
1729
+ ### Patches
1730
+
1731
+ - Validate `@link` tags and report a warning if the link cannot be resolved
1732
+
1733
+ ## 7.0.33
1734
+ Tue, 26 Mar 2019 20:54:18 GMT
1735
+
1736
+ ### Patches
1737
+
1738
+ - Reintroduce support for `@inheritDoc` tags
1739
+
1740
+ ## 7.0.32
1741
+ Sat, 23 Mar 2019 03:48:31 GMT
1742
+
1743
+ ### Patches
1744
+
1745
+ - If the TSDoc summary is missing for a class constructor, then automatically generate it
1746
+ - Reintroduce support for the `@preapproved` TSDoc tag
1747
+
1748
+ ## 7.0.31
1749
+ Thu, 21 Mar 2019 04:59:11 GMT
1750
+
1751
+ ### Patches
1752
+
1753
+ - Reintroduce "ae-internal-missing-underscore" warning for API items marked as `@internal` but whose name does not start with an underscore
1754
+
1755
+ ## 7.0.30
1756
+ Thu, 21 Mar 2019 01:15:32 GMT
1757
+
1758
+ ### Patches
1759
+
1760
+ - Improve the API review file generation to include imports and support multiple exports
1761
+
1762
+ ## 7.0.29
1763
+ Wed, 20 Mar 2019 19:14:49 GMT
1764
+
1765
+ ### Patches
1766
+
1767
+ - API Extractor can now analyze packages whose package.json file is missing the "version" field
1768
+
1769
+ ## 7.0.28
1770
+ Mon, 18 Mar 2019 04:28:43 GMT
1771
+
1772
+ ### Patches
1773
+
1774
+ - Rename the "ae-inconsistent-release-tags" warning to "ae-different-release-tags"
1775
+ - Introduce a new warning "ae-incompatible-release-tags" that checks for API signatures that reference types with incompatible release tags
1776
+ - Fix an issue where this error was sometimes reported incorrectly: "The messages.extractorMessageReporting table contains an unrecognized identifier ___"
1777
+
1778
+ ## 7.0.27
1779
+ Fri, 15 Mar 2019 19:13:25 GMT
1780
+
1781
+ ### Patches
1782
+
1783
+ - (Breaking change) The file extension for API review files has changed from ".api.ts" to "api.md". For details see https://github.com/microsoft/web-build-tools/issues/1123
1784
+
1785
+ ## 7.0.26
1786
+ Wed, 13 Mar 2019 19:13:14 GMT
1787
+
1788
+ ### Patches
1789
+
1790
+ - Refactor code to move the IndentedWriter API from api-extractor-model to api-documenter
1791
+
1792
+ ## 7.0.25
1793
+ Wed, 13 Mar 2019 01:14:05 GMT
1794
+
1795
+ ### Patches
1796
+
1797
+ - Upgrade TSDoc
1798
+
1799
+ ## 7.0.24
1800
+ Mon, 11 Mar 2019 16:13:36 GMT
1801
+
1802
+ ### Patches
1803
+
1804
+ - Fix an issue where spurious TSDoc warnings were issued because the TSDoc parser was configured improperly
1805
+ - Move the .api.json related APIs into a new NPM package @microsoft/api-extractor-model
1806
+
1807
+ ## 7.0.23
1808
+ Tue, 05 Mar 2019 17:13:11 GMT
1809
+
1810
+ ### Patches
1811
+
1812
+ - Issue a warning when an exported type refers to another local type that is not exported (ae-forgotten-export)
1813
+ - The export analyzer now correctly handles symbols imported using "import x = require('y');" notation
1814
+
1815
+ ## 7.0.22
1816
+ Mon, 04 Mar 2019 17:13:19 GMT
1817
+
1818
+ ### Patches
1819
+
1820
+ - Every error/warning message reported by API Extractor now has an associated message identifier
1821
+ - Add a new section to api-extractor.json for configuring how errors get reported, with ability to suppress individual errors
1822
+ - Reintroduce the ability to report issues by writing warnings into the API review file
1823
+ - Fix an issue where members of type literals were incorrectly being flagged as "(undocumented)"
1824
+ - Error messages now cite the original .ts source file, if a source map is present. (To enable this, specify `"declarationMap": true` in tsconfig.json.)
1825
+
1826
+ ## 7.0.21
1827
+ Wed, 27 Feb 2019 22:13:58 GMT
1828
+
1829
+ _Version update only_
1830
+
1831
+ ## 7.0.20
1832
+ Wed, 27 Feb 2019 17:13:17 GMT
1833
+
1834
+ _Version update only_
1835
+
1836
+ ## 7.0.19
1837
+ Mon, 18 Feb 2019 17:13:23 GMT
1838
+
1839
+ ### Minor changes
1840
+
1841
+ - New way to resolve & generate TSDoc metadata file
1842
+
1843
+ ## 7.0.18
1844
+ Tue, 12 Feb 2019 17:13:12 GMT
1845
+
1846
+ ### Patches
1847
+
1848
+ - Add a workaround for the issue where .d.ts rollups sometimes define names that conflict with a global symbol (the full solution is tracked by GitHub #1095)
1849
+
1850
+ ## 7.0.17
1851
+ Mon, 11 Feb 2019 10:32:37 GMT
1852
+
1853
+ ### Patches
1854
+
1855
+ - Fix an issue where API Extractor neglected to analyze "typeof" expressions
1856
+ - Fix an issue where declarations inside a namespace were sometimes being incorrectly emitted as top-level exports of the .d.ts rollup
1857
+
1858
+ ## 7.0.16
1859
+ Mon, 11 Feb 2019 08:55:57 GMT
1860
+
1861
+ ### Patches
1862
+
1863
+ - Redesign the analyzer so that when an external symbol is reexported by the working package, the local object (AstImport) and external object (AstSymbol) are kept separate
1864
+ - Fix a number of bugs where external symbols were misinterpreted as being part of the local project
1865
+ - Eliminate a number of errors involving unusual language constructs, by avoiding analysis of external symbols unless it's really necessary
1866
+ - Simplify the AstSymbol.nominalAnalysis concept and associated code
1867
+ - Improve .d.ts rollup trimming to handle reexported symbols correctly
1868
+
1869
+ ## 7.0.15
1870
+ Mon, 11 Feb 2019 03:31:55 GMT
1871
+
1872
+ ### Patches
1873
+
1874
+ - The `--debug` parameter now automatically breaks in the debugger when InternalError is thrown
1875
+
1876
+ ## 7.0.14
1877
+ Thu, 31 Jan 2019 17:03:49 GMT
1878
+
1879
+ ### Patches
1880
+
1881
+ - Upgrade to TSDoc 0.12.5, which allows `$` in `@param` names
1882
+ - Add "testMode" option in api-extractor.json to eliminate spurious diffs in test files when the version number gets bumped
1883
+ - Normalize newlines for excerpt strings in the .api.json file
1884
+
1885
+ ## 7.0.13
1886
+ Sat, 19 Jan 2019 03:47:47 GMT
1887
+
1888
+ ### Patches
1889
+
1890
+ - Move the skipLibCheck into the config file.
1891
+
1892
+ ## 7.0.12
1893
+ Sat, 19 Jan 2019 01:17:51 GMT
1894
+
1895
+ ### Patches
1896
+
1897
+ - Fix an issue where files using "export=" were incorrectly interpreted as having ambient declarations
1898
+
1899
+ ## 7.0.11
1900
+ Fri, 18 Jan 2019 00:52:21 GMT
1901
+
1902
+ ### Patches
1903
+
1904
+ - Add support for circular references between files that use `export * from "____";`
1905
+
1906
+ ## 7.0.10
1907
+ Thu, 17 Jan 2019 00:37:54 GMT
1908
+
1909
+ ### Patches
1910
+
1911
+ - Add support for exports of the form `export * from "____";`
1912
+ - Improve the analyzer to allow a declaration to be exported more than once
1913
+ - Fix inconsistent newlines in .api.ts files
1914
+
1915
+ ## 7.0.9
1916
+ Thu, 10 Jan 2019 01:57:52 GMT
1917
+
1918
+ ### Patches
1919
+
1920
+ - Fix an issue with rolling up default exports (https://github.com/microsoft/web-build-tools/issues/1007)
1921
+
1922
+ ## 7.0.8
1923
+ Thu, 20 Dec 2018 17:04:08 GMT
1924
+
1925
+ ### Patches
1926
+
1927
+ - Fix an issue where it was possible to import forgotten declarations from a .d.ts rollup, even though they did not have an explicit "export" modifier
1928
+
1929
+ ## 7.0.7
1930
+ Wed, 19 Dec 2018 05:57:33 GMT
1931
+
1932
+ ### Patches
1933
+
1934
+ - Extend ApiModel to support new item kinds: ApiCallSignature, ApiConstructor, ApiConstructSignature, ApiFunction, ApiIndexSignature, ApiTypeAlias, and ApiVariable
1935
+
1936
+ ## 7.0.6
1937
+ Fri, 14 Dec 2018 19:43:46 GMT
1938
+
1939
+ ### Patches
1940
+
1941
+ - Update web site URLs
1942
+
1943
+ ## 7.0.5
1944
+ Thu, 13 Dec 2018 02:58:10 GMT
1945
+
1946
+ ### Patches
1947
+
1948
+ - Remove unused jju dependency
1949
+
1950
+ ## 7.0.4
1951
+ Wed, 12 Dec 2018 17:04:19 GMT
1952
+
1953
+ ### Patches
1954
+
1955
+ - Reintroduce support for "extends" and "implements" heritage clauses
1956
+ - Redesign the Excerpt API to support multiple subranges (e.g. for a list of "implements" clauses)
1957
+
1958
+ ## 7.0.3
1959
+ Fri, 07 Dec 2018 17:04:56 GMT
1960
+
1961
+ ### Patches
1962
+
1963
+ - Added more API documentation
1964
+
1965
+ ## 7.0.2
1966
+ Wed, 05 Dec 2018 19:57:03 GMT
1967
+
1968
+ ### Patches
1969
+
1970
+ - fix reexported types from an external package for dts rollup
1971
+
1972
+ ## 7.0.1
1973
+ Wed, 05 Dec 2018 17:04:18 GMT
1974
+
1975
+ ### Patches
1976
+
1977
+ - Fix an issue where .d.ts trimming did not properly handle variable declarations (GitHub #976)
1978
+
1979
+ ## 7.0.0
1980
+ Thu, 29 Nov 2018 07:02:09 GMT
1981
+
1982
+ ### Breaking changes
1983
+
1984
+ - THIS IS A BETA RELEASE - We are bumping the version to "7.0.0" to simplify dogfooding. This release is not yet ready for general usage.
1985
+
1986
+ ## 6.3.0
1987
+ Wed, 28 Nov 2018 19:29:53 GMT
1988
+
1989
+ ### Minor changes
1990
+
1991
+ - Support "extends" field in api-extractor.json config files for easier management of monorepos with many projects
1992
+
1993
+ ## 6.2.0
1994
+ Wed, 28 Nov 2018 02:17:11 GMT
1995
+
1996
+ ### Minor changes
1997
+
1998
+ - Introduce a new build output "dist/tsdoc-metdata.json", which completely replaces the old "tsdocFlavor" field in package.json
1999
+
2000
+ ## 6.1.6
2001
+ Fri, 16 Nov 2018 21:37:10 GMT
2002
+
2003
+ ### Patches
2004
+
2005
+ - Add support for emitting `/// <reference lib="___" />` directives in .d.ts rollups (GitHub issue #946)
2006
+
2007
+ ## 6.1.5
2008
+ Fri, 16 Nov 2018 00:59:00 GMT
2009
+
2010
+ ### Patches
2011
+
2012
+ - Fix an issue where .d.ts trimming did not work for exported variable declarations (GitHub #936)
2013
+
2014
+ ## 6.1.4
2015
+ Fri, 09 Nov 2018 23:07:39 GMT
2016
+
2017
+ ### Patches
2018
+
2019
+ - Upgrade to TSDoc 0.21.2, which improves trimming of link text in `@link` tags
2020
+
2021
+ ## 6.1.3
2022
+ Wed, 07 Nov 2018 21:04:35 GMT
2023
+
2024
+ _Version update only_
2025
+
2026
+ ## 6.1.2
2027
+ Mon, 05 Nov 2018 17:04:24 GMT
2028
+
2029
+ ### Patches
2030
+
2031
+ - Upgrade to @microsoft/tsdoc 0.12.0
2032
+
2033
+ ## 6.1.1
2034
+ Thu, 01 Nov 2018 19:32:52 GMT
2035
+
2036
+ ### Patches
2037
+
2038
+ - Fix an issue where EcmaScript symbols ("computed property names") were missing from .d.ts rollups
2039
+
2040
+ ## 6.1.0
2041
+ Wed, 31 Oct 2018 17:00:54 GMT
2042
+
2043
+ ### Minor changes
2044
+
2045
+ - Added an api to invoke api extractor processor by supplying api extractor json config file.
2046
+
2047
+ ## 6.0.9
2048
+ Thu, 25 Oct 2018 23:20:40 GMT
2049
+
2050
+ _Version update only_
2051
+
2052
+ ## 6.0.8
2053
+ Thu, 25 Oct 2018 08:56:02 GMT
2054
+
2055
+ ### Patches
2056
+
2057
+ - Fix issue where `DocErrorText.text` returned `[object Object]` instead of the text
2058
+
2059
+ ## 6.0.7
2060
+ Wed, 24 Oct 2018 16:03:10 GMT
2061
+
2062
+ _Version update only_
2063
+
2064
+ ## 6.0.6
2065
+ Thu, 18 Oct 2018 01:32:20 GMT
2066
+
2067
+ ### Patches
2068
+
2069
+ - Fix isAbsolute check for mainDtsRollupPath
2070
+
2071
+ ## 6.0.5
2072
+ Wed, 17 Oct 2018 21:04:49 GMT
2073
+
2074
+ _Version update only_
2075
+
2076
+ ## 6.0.4
2077
+ Wed, 17 Oct 2018 14:43:24 GMT
2078
+
2079
+ ### Patches
2080
+
2081
+ - Fix a regression where namespaces were sometimes incorrectly handled in "conservative" mode
2082
+ - Update the command line to look for api-extractor.json in both the "./config" folder and the project folder
2083
+ - Allow type references in namespaces when namespaceSupport=conservative
2084
+
2085
+ ## 6.0.3
2086
+ Thu, 11 Oct 2018 23:26:07 GMT
2087
+
2088
+ ### Patches
2089
+
2090
+ - Fix an issue where `import x from "."` was sometimes not processed correctly
2091
+
2092
+ ## 6.0.2
2093
+ Tue, 09 Oct 2018 06:58:01 GMT
2094
+
2095
+ ### Patches
2096
+
2097
+ - Fix a regression where API Extractor was sometimes reporting incorrect line numbers
2098
+
2099
+ ## 6.0.1
2100
+ Mon, 08 Oct 2018 16:04:27 GMT
2101
+
2102
+ _Version update only_
2103
+
2104
+ ## 6.0.0
2105
+ Sun, 07 Oct 2018 06:15:56 GMT
2106
+
2107
+ ### Breaking changes
2108
+
2109
+ - (Breaking change) API Extractor 6 introduces support for TSDoc doc comment syntax! Please see https://api-extractor.com/ for documentation. To learn more about the TSDoc standard, check out https://github.com/microsoft/tsdoc
2110
+
2111
+ ## 5.13.1
2112
+ Fri, 28 Sep 2018 16:05:35 GMT
2113
+
2114
+ _Version update only_
2115
+
2116
+ ## 5.13.0
2117
+ Wed, 26 Sep 2018 21:39:40 GMT
2118
+
2119
+ ### Minor changes
2120
+
2121
+ - Add new command line option --skip-lib-check
2122
+
2123
+ ## 5.12.2
2124
+ Mon, 24 Sep 2018 23:06:40 GMT
2125
+
2126
+ ### Patches
2127
+
2128
+ - Allow doc comments to use TSDoc's "@defaultvalue" tag (but the value is not yet passed to the documentation pipeline)
2129
+
2130
+ ## 5.12.1
2131
+ Fri, 21 Sep 2018 16:04:42 GMT
2132
+
2133
+ ### Patches
2134
+
2135
+ - Fix an issue where TypeScript errors are often logged as "[Object object]" instead of the actual error message.
2136
+
2137
+ ## 5.12.0
2138
+ Thu, 20 Sep 2018 23:57:21 GMT
2139
+
2140
+ ### Minor changes
2141
+
2142
+ - Add new feature: Support using a different version of the TypeScript compiler.
2143
+
2144
+ ## 5.11.2
2145
+ Tue, 18 Sep 2018 21:04:55 GMT
2146
+
2147
+ ### Patches
2148
+
2149
+ - Fix an issue where parameters mentioned in comments were attempting to be analyzed by api-extractor.
2150
+
2151
+ ## 5.11.1
2152
+ Thu, 06 Sep 2018 01:25:25 GMT
2153
+
2154
+ ### Patches
2155
+
2156
+ - Update "repository" field in package.json
2157
+
2158
+ ## 5.11.0
2159
+ Mon, 03 Sep 2018 16:04:45 GMT
2160
+
2161
+ ### Minor changes
2162
+
2163
+ - Upgrade api-extractor to internally use TypeScript 3.0.
2164
+
2165
+ ## 5.10.8
2166
+ Wed, 29 Aug 2018 06:36:50 GMT
2167
+
2168
+ _Version update only_
2169
+
2170
+ ## 5.10.7
2171
+ Thu, 23 Aug 2018 18:18:53 GMT
2172
+
2173
+ ### Patches
2174
+
2175
+ - Republish all packages in web-build-tools to resolve GitHub issue #782
2176
+
2177
+ ## 5.10.6
2178
+ Wed, 22 Aug 2018 20:58:58 GMT
2179
+
2180
+ _Version update only_
2181
+
2182
+ ## 5.10.5
2183
+ Wed, 22 Aug 2018 16:03:25 GMT
2184
+
2185
+ _Version update only_
2186
+
2187
+ ## 5.10.4
2188
+ Tue, 21 Aug 2018 16:04:38 GMT
2189
+
2190
+ ### Patches
2191
+
2192
+ - fix namespace name for export statement`
2193
+
2194
+ ## 5.10.3
2195
+ Thu, 09 Aug 2018 21:03:22 GMT
2196
+
2197
+ _Version update only_
2198
+
2199
+ ## 5.10.2
2200
+ Thu, 09 Aug 2018 16:04:24 GMT
2201
+
2202
+ ### Patches
2203
+
2204
+ - Update lodash.
2205
+
2206
+ ## 5.10.1
2207
+ Thu, 26 Jul 2018 16:04:17 GMT
2208
+
2209
+ _Version update only_
2210
+
2211
+ ## 5.10.0
2212
+ Tue, 17 Jul 2018 16:02:52 GMT
2213
+
2214
+ ### Minor changes
2215
+
2216
+ - Add support for new "@eventproperty" AEDoc tag, which indicates that a class/interface property should be documented as an event
2217
+
2218
+ ## 5.9.1
2219
+ Tue, 03 Jul 2018 21:03:31 GMT
2220
+
2221
+ _Version update only_
2222
+
2223
+ ## 5.9.0
2224
+ Sat, 23 Jun 2018 02:21:20 GMT
2225
+
2226
+ ### Minor changes
2227
+
2228
+ - Add new IMarkupHtmlTag API
2229
+ - AEDoc now allows HTML tags inside doc comments, which can be disabled using a backslash escape
2230
+
2231
+ ## 5.8.1
2232
+ Thu, 21 Jun 2018 08:27:29 GMT
2233
+
2234
+ _Version update only_
2235
+
2236
+ ## 5.8.0
2237
+ Tue, 19 Jun 2018 19:35:11 GMT
2238
+
2239
+ ### Minor changes
2240
+
2241
+ - For namespaceSupport=permissive, allow arbitrary nesting of namespaces
2242
+
2243
+ ### Patches
2244
+
2245
+ - Fix an issue where multi-line type literals sometimes had inconsistent newlines in the *.api.json file
2246
+
2247
+ ## 5.7.3
2248
+ Fri, 08 Jun 2018 08:43:52 GMT
2249
+
2250
+ _Version update only_
2251
+
2252
+ ## 5.7.2
2253
+ Thu, 31 May 2018 01:39:33 GMT
2254
+
2255
+ _Version update only_
2256
+
2257
+ ## 5.7.1
2258
+ Tue, 15 May 2018 02:26:45 GMT
2259
+
2260
+ _Version update only_
2261
+
2262
+ ## 5.7.0
2263
+ Tue, 15 May 2018 00:18:10 GMT
2264
+
2265
+ ### Minor changes
2266
+
2267
+ - Add support for new AEDoc tags @sealed, @virtual, and @override
2268
+
2269
+ ## 5.6.8
2270
+ Fri, 04 May 2018 00:42:38 GMT
2271
+
2272
+ ### Patches
2273
+
2274
+ - Fix the formatting of a log message.
2275
+
2276
+ ## 5.6.7
2277
+ Tue, 01 May 2018 22:03:20 GMT
2278
+
2279
+ ### Patches
2280
+
2281
+ - Fix an issue where the *.d.ts rollup trimming did not trim import statements
2282
+
2283
+ ## 5.6.6
2284
+ Fri, 27 Apr 2018 03:04:32 GMT
2285
+
2286
+ _Version update only_
2287
+
2288
+ ## 5.6.5
2289
+ Thu, 19 Apr 2018 21:25:56 GMT
2290
+
2291
+ _Version update only_
2292
+
2293
+ ## 5.6.4
2294
+ Thu, 19 Apr 2018 17:02:06 GMT
2295
+
2296
+ ### Patches
2297
+
2298
+ - Fix errors in schema documentation
2299
+
2300
+ ## 5.6.3
2301
+ Tue, 03 Apr 2018 16:05:29 GMT
2302
+
2303
+ _Version update only_
2304
+
2305
+ ## 5.6.2
2306
+ Mon, 02 Apr 2018 16:05:24 GMT
2307
+
2308
+ ### Patches
2309
+
2310
+ - Refactor to use new @microsoft/node-core-library
2311
+
2312
+ ## 5.6.1
2313
+ Tue, 27 Mar 2018 01:34:25 GMT
2314
+
2315
+ ### Patches
2316
+
2317
+ - Update build config so API Extractor builds using the latest version of itself
2318
+
2319
+ ## 5.6.0
2320
+ Sun, 25 Mar 2018 01:26:19 GMT
2321
+
2322
+ ### Minor changes
2323
+
2324
+ - Improve the api-extractor.json config file so that *.d.ts rollups go in separate folders, and trimming can now be disabled
2325
+
2326
+ ### Patches
2327
+
2328
+ - In preparation for initial release, the "Package Typings" feature was renamed to "DTS Rollup"
2329
+ - Fix an issue where the @packagedocumentation comment was sometimes getting mixed into the middle of the rollup *.d.ts file
2330
+
2331
+ ## 5.5.2
2332
+ Fri, 23 Mar 2018 00:34:53 GMT
2333
+
2334
+ ### Patches
2335
+
2336
+ - Upgrade colors to version ~1.2.1
2337
+
2338
+ ## 5.5.1
2339
+ Tue, 20 Mar 2018 02:44:45 GMT
2340
+
2341
+ ### Patches
2342
+
2343
+ - Improve packageTypings generator to trim nested members according to their release tag
2344
+ - Fix a bug where packageTypings failed to handle merged declarations properly
2345
+
2346
+ ## 5.5.0
2347
+ Sat, 17 Mar 2018 02:54:22 GMT
2348
+
2349
+ ### Minor changes
2350
+
2351
+ - Overhaul the packageTypings generator analysis to get ready for the upcoming nested member trimming
2352
+ - Breaking change: Any projects using the package typings feature must now have a "tsdoc" section in their package.json
2353
+
2354
+ ### Patches
2355
+
2356
+ - Add "--debug" flag for debugging
2357
+
2358
+ ## 5.4.0
2359
+ Thu, 15 Mar 2018 20:00:50 GMT
2360
+
2361
+ ### Minor changes
2362
+
2363
+ - Add a new setting validationRules.missingReleaseTags to optionally remove the requirement that every API item should have a release tag
2364
+ - Add new API "Markup.formatApiItemReference()"
2365
+
2366
+ ### Patches
2367
+
2368
+ - Fix an issue where the automatically generated documentation for class constructors sometimes had a broken hyperlink
2369
+
2370
+ ## 5.3.9
2371
+ Thu, 15 Mar 2018 16:05:43 GMT
2372
+
2373
+ _Version update only_
2374
+
2375
+ ## 5.3.8
2376
+ Mon, 12 Mar 2018 20:36:19 GMT
2377
+
2378
+ ### Patches
2379
+
2380
+ - Locked down some "@types/" dependency versions to avoid upgrade conflicts
2381
+
2382
+ ## 5.3.7
2383
+ Tue, 06 Mar 2018 17:04:51 GMT
2384
+
2385
+ ### Patches
2386
+
2387
+ - Add preliminary support for preview and public outputs for packageTypings generator
2388
+
2389
+ ## 5.3.6
2390
+ Fri, 02 Mar 2018 01:13:59 GMT
2391
+
2392
+ _Version update only_
2393
+
2394
+ ## 5.3.5
2395
+ Tue, 27 Feb 2018 22:05:57 GMT
2396
+
2397
+ _Version update only_
2398
+
2399
+ ## 5.3.4
2400
+ Wed, 21 Feb 2018 22:04:19 GMT
2401
+
2402
+ _Version update only_
2403
+
2404
+ ## 5.3.3
2405
+ Wed, 21 Feb 2018 03:13:28 GMT
2406
+
2407
+ _Version update only_
2408
+
2409
+ ## 5.3.2
2410
+ Sat, 17 Feb 2018 02:53:49 GMT
2411
+
2412
+ ### Patches
2413
+
2414
+ - Fix several bugs with the way that imports were being deduplicated by the packageTypings feature
2415
+
2416
+ ## 5.3.1
2417
+ Fri, 16 Feb 2018 22:05:23 GMT
2418
+
2419
+ _Version update only_
2420
+
2421
+ ## 5.3.0
2422
+ Fri, 16 Feb 2018 17:05:11 GMT
2423
+
2424
+ ### Minor changes
2425
+
2426
+ - Fix an issue where the packageTypings feature didn't handle some import/export patterns
2427
+
2428
+ ### Patches
2429
+
2430
+ - Fix an issue where the packageTypings feature sometimes emitted "default" instead of the class name
2431
+ - Improve the packageTypings feature to support triple-slash references to typings
2432
+
2433
+ ## 5.2.7
2434
+ Wed, 07 Feb 2018 17:05:11 GMT
2435
+
2436
+ _Version update only_
2437
+
2438
+ ## 5.2.6
2439
+ Fri, 26 Jan 2018 22:05:30 GMT
2440
+
2441
+ _Version update only_
2442
+
2443
+ ## 5.2.5
2444
+ Fri, 26 Jan 2018 17:53:38 GMT
2445
+
2446
+ ### Patches
2447
+
2448
+ - Force a patch bump in case the previous version was an empty package
2449
+
2450
+ ## 5.2.4
2451
+ Fri, 26 Jan 2018 00:36:51 GMT
2452
+
2453
+ _Version update only_
2454
+
2455
+ ## 5.2.3
2456
+ Tue, 23 Jan 2018 17:05:28 GMT
2457
+
2458
+ _Version update only_
2459
+
2460
+ ## 5.2.2
2461
+ Thu, 18 Jan 2018 03:23:46 GMT
2462
+
2463
+ ### Patches
2464
+
2465
+ - Enable package typings generated by api-extractor
2466
+
2467
+ ## 5.2.1
2468
+ Thu, 18 Jan 2018 00:48:06 GMT
2469
+
2470
+ _Version update only_
2471
+
2472
+ ## 5.2.0
2473
+ Thu, 18 Jan 2018 00:27:23 GMT
2474
+
2475
+ ### Minor changes
2476
+
2477
+ - Improve the packageTypings feature to support abstract classes and "import * as X" imports
2478
+
2479
+ ## 5.1.3
2480
+ Wed, 17 Jan 2018 10:49:31 GMT
2481
+
2482
+ _Version update only_
2483
+
2484
+ ## 5.1.2
2485
+ Fri, 12 Jan 2018 03:35:22 GMT
2486
+
2487
+ ### Patches
2488
+
2489
+ - Add some incremental improvements for the experimental PackageTypingsGenerator feature
2490
+
2491
+ ## 5.1.1
2492
+ Thu, 11 Jan 2018 22:31:51 GMT
2493
+
2494
+ _Version update only_
2495
+
2496
+ ## 5.1.0
2497
+ Wed, 10 Jan 2018 20:40:01 GMT
2498
+
2499
+ ### Minor changes
2500
+
2501
+ - Upgrade to Node 8
2502
+
2503
+ ### Patches
2504
+
2505
+ - Continued progress for the experimental PackageTypingsGenerator
2506
+
2507
+ ## 5.0.1
2508
+ Tue, 09 Jan 2018 17:05:51 GMT
2509
+
2510
+ ### Patches
2511
+
2512
+ - Get web-build-tools building with pnpm
2513
+
2514
+ ## 5.0.0
2515
+ Sun, 07 Jan 2018 05:12:08 GMT
2516
+
2517
+ ### Breaking changes
2518
+
2519
+ - API Extractor now processes *.d.ts files instead of *.ts files
2520
+
2521
+ ### Minor changes
2522
+
2523
+ - Introduced new tag @packagedocumentation which replaces the earlier approach that used a "packageDescription" variable
2524
+
2525
+ ## 4.3.7
2526
+ Fri, 05 Jan 2018 20:26:45 GMT
2527
+
2528
+ _Version update only_
2529
+
2530
+ ## 4.3.6
2531
+ Fri, 05 Jan 2018 00:48:41 GMT
2532
+
2533
+ ### Patches
2534
+
2535
+ - Update Jest to ~21.2.1
2536
+
2537
+ ## 4.3.5
2538
+ Fri, 22 Dec 2017 17:04:46 GMT
2539
+
2540
+ ### Patches
2541
+
2542
+ - Fixed an issue where warnings would cause the api-extractor tool to return a nonzero exit code for a "--local" build; warnings should not fail the build in this scenario
2543
+
2544
+ ## 4.3.4
2545
+ Tue, 12 Dec 2017 03:33:26 GMT
2546
+
2547
+ _Version update only_
2548
+
2549
+ ## 4.3.3
2550
+ Thu, 30 Nov 2017 23:59:09 GMT
2551
+
2552
+ _Version update only_
2553
+
2554
+ ## 4.3.2
2555
+ Thu, 30 Nov 2017 23:12:21 GMT
2556
+
2557
+ _Version update only_
2558
+
2559
+ ## 4.3.1
2560
+ Wed, 29 Nov 2017 17:05:37 GMT
2561
+
2562
+ _Version update only_
2563
+
2564
+ ## 4.3.0
2565
+ Tue, 28 Nov 2017 23:43:55 GMT
2566
+
2567
+ ### Minor changes
2568
+
2569
+ - Add Extractor.processProject() whose return value indicates success
2570
+
2571
+ ### Patches
2572
+
2573
+ - Deprecate Extractor.analyzeProject() API
2574
+
2575
+ ## 4.2.6
2576
+ Mon, 13 Nov 2017 17:04:50 GMT
2577
+
2578
+ _Version update only_
2579
+
2580
+ ## 4.2.5
2581
+ Mon, 06 Nov 2017 17:04:18 GMT
2582
+
2583
+ _Version update only_
2584
+
2585
+ ## 4.2.4
2586
+ Thu, 02 Nov 2017 16:05:24 GMT
2587
+
2588
+ ### Patches
2589
+
2590
+ - lock the reference version between web build tools projects
2591
+
2592
+ ## 4.2.3
2593
+ Wed, 01 Nov 2017 21:06:08 GMT
2594
+
2595
+ ### Patches
2596
+
2597
+ - Upgrade cyclic dependencies
2598
+
2599
+ ## 4.2.2
2600
+ Tue, 31 Oct 2017 21:04:04 GMT
2601
+
2602
+ _Version update only_
2603
+
2604
+ ## 4.2.1
2605
+ Tue, 31 Oct 2017 16:04:55 GMT
2606
+
2607
+ _Version update only_
2608
+
2609
+ ## 4.2.0
2610
+ Wed, 25 Oct 2017 20:03:59 GMT
2611
+
2612
+ ### Minor changes
2613
+
2614
+ - Improved the way API JSON represents documentation markup; this is a file format change
2615
+
2616
+ ## 4.1.2
2617
+ Tue, 24 Oct 2017 18:17:12 GMT
2618
+
2619
+ _Version update only_
2620
+
2621
+ ## 4.1.1
2622
+ Mon, 23 Oct 2017 21:53:12 GMT
2623
+
2624
+ ### Patches
2625
+
2626
+ - Updated cyclic dependencies
2627
+
2628
+ ## 4.1.0
2629
+ Fri, 20 Oct 2017 19:57:12 GMT
2630
+
2631
+ ### Minor changes
2632
+
2633
+ - Add policies.namespaceSupport option to API Extractor config
2634
+
2635
+ ### Patches
2636
+
2637
+ - Fixed an issue where properties were sometimes marked as readonly; a remark is automatically generated for classes with internal constructors
2638
+
2639
+ ## 4.0.1
2640
+ Fri, 20 Oct 2017 01:52:54 GMT
2641
+
2642
+ ### Patches
2643
+
2644
+ - Rename ApiExtractor class to Extractor
2645
+
2646
+ ## 4.0.0
2647
+ Fri, 20 Oct 2017 01:04:44 GMT
2648
+
2649
+ ### Breaking changes
2650
+
2651
+ - Redesigned interface for invoking API Extractor
2652
+
2653
+ ## 3.4.2
2654
+ Thu, 05 Oct 2017 01:05:02 GMT
2655
+
2656
+ _Version update only_
2657
+
2658
+ ## 3.4.1
2659
+ Fri, 29 Sep 2017 01:03:42 GMT
2660
+
2661
+ ### Patches
2662
+
2663
+ - Removed IMarkupPage.docId
2664
+
2665
+ ## 3.4.0
2666
+ Thu, 28 Sep 2017 01:04:28 GMT
2667
+
2668
+ ### Minor changes
2669
+
2670
+ - Skipping two lines in an AEDoc comment now creates a paragraph separator for the generated documentation
2671
+
2672
+ ### Patches
2673
+
2674
+ - The *.api.json "linkDocElement" type now always explicitly specifies the package name, rather than expecting the reader to infer it
2675
+ - The *.api.json file format now exposes "signature" information for properties, functions, and module variables
2676
+
2677
+ ## 3.3.0
2678
+ Fri, 22 Sep 2017 01:04:02 GMT
2679
+
2680
+ ### Minor changes
2681
+
2682
+ - Upgrade to es6
2683
+
2684
+ ## 3.2.6
2685
+ Wed, 20 Sep 2017 22:10:17 GMT
2686
+
2687
+ _Version update only_
2688
+
2689
+ ## 3.2.5
2690
+ Mon, 11 Sep 2017 13:04:55 GMT
2691
+
2692
+ ### Patches
2693
+
2694
+ - The isBeta and deprecatedMessage fields are now inherited in the *.api.json files
2695
+ - Fix an issue where the *.api.json file was sometimes missing function parameters
2696
+
2697
+ ## 3.2.4
2698
+ Fri, 08 Sep 2017 01:28:04 GMT
2699
+
2700
+ ### Patches
2701
+
2702
+ - Deprecate @types/es6-coll ections in favor of built-in typescript typings 'es2015.collection' a nd 'es2015.iterable'
2703
+
2704
+ ## 3.2.3
2705
+ Thu, 07 Sep 2017 13:04:35 GMT
2706
+
2707
+ ### Patches
2708
+
2709
+ - Fix incorrect schema/typings for enum members
2710
+
2711
+ ## 3.2.2
2712
+ Thu, 07 Sep 2017 00:11:11 GMT
2713
+
2714
+ ### Patches
2715
+
2716
+ - Add $schema field to all schemas
2717
+
2718
+ ## 3.2.1
2719
+ Wed, 06 Sep 2017 13:03:42 GMT
2720
+
2721
+ ### Patches
2722
+
2723
+ - Converted IMarkupDocumentationLink to IMarkupApiLink, which exposes the underlying IApiItemReference rather than assuming a particular "document ID" model
2724
+
2725
+ ## 3.2.0
2726
+ Tue, 05 Sep 2017 19:03:56 GMT
2727
+
2728
+ ### Minor changes
2729
+
2730
+ - Add the constructor signature and package name to the exported API signature
2731
+
2732
+ ## 3.1.0
2733
+ Sat, 02 Sep 2017 01:04:26 GMT
2734
+
2735
+ ### Minor changes
2736
+
2737
+ - Expanded the api-extractor API to expose interfaces for the *.api.json file fileformat
2738
+
2739
+ ## 3.0.0
2740
+ Thu, 31 Aug 2017 18:41:18 GMT
2741
+
2742
+ ### Breaking changes
2743
+
2744
+ - Fix compatibility issues with old releases, by incrementing the major version number
2745
+
2746
+ ## 2.3.7
2747
+ Thu, 31 Aug 2017 17:46:25 GMT
2748
+
2749
+ ### Patches
2750
+
2751
+ - Fix issue where node-core-library was not an explicit dependency
2752
+
2753
+ ## 2.3.6
2754
+ Wed, 30 Aug 2017 01:04:34 GMT
2755
+
2756
+ _Version update only_
2757
+
2758
+ ## 2.3.5
2759
+ Thu, 24 Aug 2017 22:44:12 GMT
2760
+
2761
+ ### Patches
2762
+
2763
+ - Update the schema validator.
2764
+
2765
+ ## 2.3.4
2766
+ Thu, 24 Aug 2017 01:04:33 GMT
2767
+
2768
+ _Version update only_
2769
+
2770
+ ## 2.3.3
2771
+ Tue, 22 Aug 2017 13:04:22 GMT
2772
+
2773
+ ### Patches
2774
+
2775
+ - Added "api-documenter" code sample
2776
+
2777
+ ## 2.3.2
2778
+ Tue, 15 Aug 2017 01:29:31 GMT
2779
+
2780
+ ### Patches
2781
+
2782
+ - Introduce Span parser for upcoming *.d.ts generator
2783
+
2784
+ ## 2.3.1
2785
+ Thu, 27 Jul 2017 01:04:48 GMT
2786
+
2787
+ ### Patches
2788
+
2789
+ - Upgrade to the TS2.4 version of the build tools.
2790
+
2791
+ ## 2.3.0
2792
+ Tue, 25 Jul 2017 20:03:31 GMT
2793
+
2794
+ ### Minor changes
2795
+
2796
+ - Upgrade to TypeScript 2.4
2797
+
2798
+ ## 2.2.0
2799
+ Wed, 21 Jun 2017 04:19:35 GMT
2800
+
2801
+ ### Minor changes
2802
+
2803
+ - Add two new features: An error is reported if a top-level definition is missing its release tag. The constructor summary will now be autogenerated if omitted.
2804
+
2805
+ ## 2.0.10
2806
+ Tue, 20 Jun 2017 01:04:54 GMT
2807
+
2808
+ ### Patches
2809
+
2810
+ - Improve the wording of many error messages
2811
+ - Fix a bug with parsing of @link tags
2812
+ - Issue warnings for @internal definitions that are not prefixed with an underscore
2813
+
2814
+ ## 2.0.9
2815
+ Sat, 17 Jun 2017 01:02:59 GMT
2816
+
2817
+ ### Patches
2818
+
2819
+ - The unsupported @summary tag is now reported as an error
2820
+ - Use a cache to speed up package.json lookups
2821
+
2822
+ ## 2.0.8
2823
+ Wed, 14 Jun 2017 13:03:40 GMT
2824
+
2825
+ ### Patches
2826
+
2827
+ - Definitions marked as @beta are now included in the *.api.json files for documentation
2828
+
2829
+ ## 2.0.7
2830
+ Thu, 08 Jun 2017 05:15:52 GMT
2831
+
2832
+ ### Patches
2833
+
2834
+ - Updated README.md
2835
+
2836
+ ## 2.0.6
2837
+ Mon, 15 May 2017 21:59:43 GMT
2838
+
2839
+ ### Patches
2840
+
2841
+ - Added support for Namespace with ApiNamespace
2842
+
2843
+ ## 2.0.5
2844
+ Sat, 22 Apr 2017 01:02:03 GMT
2845
+
2846
+ ### Patches
2847
+
2848
+ - Added check for API names that are not supported (only letters and numbers supported)
2849
+
2850
+ ## 2.0.4
2851
+ Wed, 19 Apr 2017 20:18:06 GMT
2852
+
2853
+ ### Patches
2854
+
2855
+ - Remove ES6 Promise & @types/es6-promise typings
2856
+
2857
+ ## 2.0.3
2858
+ Fri, 14 Apr 2017 17:44:08 GMT
2859
+
2860
+ ### Patches
2861
+
2862
+ - Added collect references ability to detect determine type information of return types and parameter types.
2863
+
2864
+ ## 2.0.2
2865
+ Fri, 07 Apr 2017 21:43:16 GMT
2866
+
2867
+ ### Patches
2868
+
2869
+ - Adjusted the version specifier for typescript to ~2.2.2
2870
+
2871
+ ## 2.0.1
2872
+ Thu, 06 Apr 2017 01:32:23 GMT
2873
+
2874
+ ### Patches
2875
+
2876
+ - Removed hard coding of @public for ApiPackage
2877
+
2878
+ ## 2.0.0
2879
+ Mon, 20 Mar 2017 21:52:20 GMT
2880
+
2881
+ ### Breaking changes
2882
+
2883
+ - Fixing whitespace, also a variable that was shadowing another variable.
2884
+
2885
+ ## 1.1.19
2886
+ Mon, 20 Mar 2017 04:20:13 GMT
2887
+
2888
+ ### Patches
2889
+
2890
+ - Reverting change.
2891
+
2892
+ ## 1.1.18
2893
+ Mon, 20 Mar 2017 03:50:55 GMT
2894
+
2895
+ ### Patches
2896
+
2897
+ - Reverting previous change, which causes a regression in SPFx yeoman sc enario.
2898
+
2899
+ ## 1.1.17
2900
+ Mon, 20 Mar 2017 00:54:03 GMT
2901
+
2902
+ ### Patches
2903
+
2904
+ - Fixing lint whitespace issues.
2905
+
2906
+ ## 1.1.16
2907
+ Sun, 19 Mar 2017 19:10:30 GMT
2908
+
2909
+ ### Patches
2910
+
2911
+ - Fixing variable that was shadowing another variable.
2912
+
2913
+ ## 1.1.15
2914
+ Wed, 15 Mar 2017 01:32:09 GMT
2915
+
2916
+ ### Patches
2917
+
2918
+ - Locking `@types` packages. Synchronizing version specifiers for dependencies with other `web-build-tools` projects.
2919
+
2920
+ ## 1.1.14
2921
+ Sat, 18 Feb 2017 02:32:06 GMT
2922
+
2923
+ ### Patches
2924
+
2925
+ - Seperated the ApiItem initialization into 3 stages: create documentation that doesn't require resolution, then complete initialization by resolving links and inheritdocs. This allows us to ignore harmless cycles like type references"
2926
+
2927
+ ## 1.1.13
2928
+ Thu, 16 Feb 2017 22:10:39 GMT
2929
+
2930
+ ### Patches
2931
+
2932
+ - Fixed Api-Extractor error message, changed apostrophe to backtick.
2933
+
2934
+ ## 1.1.12
2935
+ Thu, 16 Feb 2017 18:56:57 GMT
2936
+
2937
+ ### Patches
2938
+
2939
+ - Added support for local API definition resolution"
2940
+
2941
+ ## 1.1.11
2942
+ Sat, 11 Feb 2017 02:32:35 GMT
2943
+
2944
+ ### Patches
2945
+
2946
+ - Changed dependency for ApiDocumentation to abstract the resolving of API definition references.
2947
+
2948
+ ## 1.1.10
2949
+ Fri, 10 Feb 2017 20:01:30 GMT
2950
+
2951
+ ### Patches
2952
+
2953
+ - Added support to not throw error, instead report error if no type is declared on properties and parameters
2954
+
2955
+ ## 1.1.9
2956
+ Tue, 07 Feb 2017 20:37:06 GMT
2957
+
2958
+ ### Patches
2959
+
2960
+ - Fixing issue where undocumented comment was not being emitted.
2961
+
2962
+ ## 1.1.8
2963
+ Sat, 04 Feb 2017 02:32:05 GMT
2964
+
2965
+ ### Patches
2966
+
2967
+ - Moved ApiItem references within ApiDocumentation, to ApiItem caller.
2968
+
2969
+ ## 1.1.7
2970
+ Thu, 02 Feb 2017 14:05:53 GMT
2971
+
2972
+ ### Patches
2973
+
2974
+ - Refactored ApiDocumentation creation to resolve references method.
2975
+
2976
+ ## 1.1.6
2977
+ Wed, 01 Feb 2017 20:09:30 GMT
2978
+
2979
+ ### Patches
2980
+
2981
+ - Added ApiItemKind enum and refactored child classes.
2982
+
2983
+ ## 1.1.5
2984
+ Fri, 27 Jan 2017 20:04:15 GMT
2985
+
2986
+ ### Patches
2987
+
2988
+ - Changed name of Analyzer to Extractor, added support for external api json doc loading.
2989
+
2990
+ ## 1.1.4
2991
+ Fri, 27 Jan 2017 02:35:10 GMT
2992
+
2993
+ ### Patches
2994
+
2995
+ - Added ExternalApiHelper class to be used in generating api documentation json files for external types.
2996
+ - Added description for packages implementation.
2997
+ - Added config folder with file to enable api-extractor on itself. rebuild project on previous build.
2998
+
2999
+ ## 1.1.3
3000
+ Tue, 24 Jan 2017 01:36:35 GMT
3001
+
3002
+ ### Patches
3003
+
3004
+ - Json schema was updated to reflect feature additions to linkDocElement. The linkDocElement can now be of type 'code' which refers to an API definition reference.
3005
+
3006
+ ## 1.1.2
3007
+ Fri, 20 Jan 2017 01:46:41 GMT
3008
+
3009
+ _Version update only_
3010
+
3011
+ ## 1.1.1
3012
+ Thu, 19 Jan 2017 20:04:40 GMT
3013
+
3014
+ ### Patches
3015
+
3016
+ - Check for missing JSDoc sequences changed.
3017
+ - Improved error messages
3018
+
3019
+ ## 1.1.0
3020
+ Wed, 18 Jan 2017 20:04:29 GMT
3021
+
3022
+ ### Minor changes
3023
+
3024
+ - Updating API Extractor to work with TypeScript 2.1
3025
+
3026
+ ## 1.0.2
3027
+ Mon, 16 Jan 2017 20:04:15 GMT
3028
+
3029
+ ### Patches
3030
+
3031
+ - @link capability for href and API definition references
3032
+
3033
+ ## 1.0.1
3034
+ Fri, 13 Jan 2017 06:46:05 GMT
3035
+
3036
+ _Version update only_
3037
+
3038
+ ## 1.0.0
3039
+ Wed, 11 Jan 2017 14:11:26 GMT
3040
+
3041
+ ### Breaking changes
3042
+
3043
+ - Introducing API Extractor
3044
+