@microsoft/api-extractor 7.47.3 → 7.47.5

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