@microsoft/api-extractor 7.19.0 → 7.19.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 (57) hide show
  1. package/CHANGELOG.json +5671 -5605
  2. package/CHANGELOG.md +2295 -2275
  3. package/README.md +51 -51
  4. package/dist/tsdoc-metadata.json +1 -1
  5. package/extends/tsdoc-base.json +72 -72
  6. package/lib/aedoc/PackageDocComment.js.map +1 -1
  7. package/lib/analyzer/AstDeclaration.js.map +1 -1
  8. package/lib/analyzer/AstEntity.js.map +1 -1
  9. package/lib/analyzer/AstImport.js.map +1 -1
  10. package/lib/analyzer/AstModule.js.map +1 -1
  11. package/lib/analyzer/AstNamespaceImport.js.map +1 -1
  12. package/lib/analyzer/AstReferenceResolver.js.map +1 -1
  13. package/lib/analyzer/AstSymbol.js.map +1 -1
  14. package/lib/analyzer/AstSymbolTable.js.map +1 -1
  15. package/lib/analyzer/ExportAnalyzer.js.map +1 -1
  16. package/lib/analyzer/PackageMetadataManager.js.map +1 -1
  17. package/lib/analyzer/SourceFileLocationFormatter.js.map +1 -1
  18. package/lib/analyzer/Span.js.map +1 -1
  19. package/lib/analyzer/SyntaxHelpers.js.map +1 -1
  20. package/lib/analyzer/TypeScriptHelpers.js.map +1 -1
  21. package/lib/analyzer/TypeScriptInternals.js.map +1 -1
  22. package/lib/api/CompilerState.js.map +1 -1
  23. package/lib/api/ConsoleMessageId.js.map +1 -1
  24. package/lib/api/Extractor.js.map +1 -1
  25. package/lib/api/ExtractorConfig.js.map +1 -1
  26. package/lib/api/ExtractorLogLevel.js.map +1 -1
  27. package/lib/api/ExtractorMessage.js.map +1 -1
  28. package/lib/api/ExtractorMessageId.js.map +1 -1
  29. package/lib/api/IConfigFile.js.map +1 -1
  30. package/lib/cli/ApiExtractorCommandLine.js.map +1 -1
  31. package/lib/cli/InitAction.js.map +1 -1
  32. package/lib/cli/RunAction.js.map +1 -1
  33. package/lib/collector/ApiItemMetadata.js.map +1 -1
  34. package/lib/collector/Collector.js.map +1 -1
  35. package/lib/collector/CollectorEntity.js.map +1 -1
  36. package/lib/collector/DeclarationMetadata.js.map +1 -1
  37. package/lib/collector/MessageRouter.js.map +1 -1
  38. package/lib/collector/SourceMapper.js.map +1 -1
  39. package/lib/collector/SymbolMetadata.js.map +1 -1
  40. package/lib/collector/VisitorState.js.map +1 -1
  41. package/lib/collector/WorkingPackage.js.map +1 -1
  42. package/lib/enhancers/DocCommentEnhancer.js.map +1 -1
  43. package/lib/enhancers/ValidationEnhancer.js.map +1 -1
  44. package/lib/generators/ApiModelGenerator.js.map +1 -1
  45. package/lib/generators/ApiReportGenerator.js.map +1 -1
  46. package/lib/generators/DeclarationReferenceGenerator.js.map +1 -1
  47. package/lib/generators/DtsEmitHelpers.js.map +1 -1
  48. package/lib/generators/DtsRollupGenerator.js.map +1 -1
  49. package/lib/generators/ExcerptBuilder.js +10 -9
  50. package/lib/generators/ExcerptBuilder.js.map +1 -1
  51. package/lib/generators/IndentedWriter.js.map +1 -1
  52. package/lib/index.js.map +1 -1
  53. package/lib/schemas/api-extractor-defaults.json +84 -84
  54. package/lib/schemas/api-extractor-template.json +364 -364
  55. package/lib/schemas/api-extractor.schema.json +205 -205
  56. package/lib/start.js.map +1 -1
  57. package/package.json +9 -10
package/CHANGELOG.md CHANGED
@@ -1,2275 +1,2295 @@
1
- # Change Log - @microsoft/api-extractor
2
-
3
- This log was last generated on Wed, 08 Dec 2021 16:14:05 GMT and should not be manually modified.
4
-
5
- ## 7.19.0
6
- Wed, 08 Dec 2021 16:14:05 GMT
7
-
8
- ### Minor changes
9
-
10
- - Update to TypeScript 4.5
11
-
12
- ## 7.18.21
13
- Mon, 06 Dec 2021 16:08:33 GMT
14
-
15
- _Version update only_
16
-
17
- ## 7.18.20
18
- Fri, 03 Dec 2021 03:05:22 GMT
19
-
20
- _Version update only_
21
-
22
- ## 7.18.19
23
- Sat, 06 Nov 2021 00:09:13 GMT
24
-
25
- _Version update only_
26
-
27
- ## 7.18.18
28
- Fri, 05 Nov 2021 15:09:18 GMT
29
-
30
- _Version update only_
31
-
32
- ## 7.18.17
33
- Wed, 27 Oct 2021 00:08:15 GMT
34
-
35
- ### Patches
36
-
37
- - Update the package.json repository field to include the directory property.
38
-
39
- ## 7.18.16
40
- Wed, 13 Oct 2021 15:09:54 GMT
41
-
42
- _Version update only_
43
-
44
- ## 7.18.15
45
- Fri, 08 Oct 2021 08:08:34 GMT
46
-
47
- _Version update only_
48
-
49
- ## 7.18.14
50
- Thu, 07 Oct 2021 07:13:35 GMT
51
-
52
- _Version update only_
53
-
54
- ## 7.18.13
55
- Tue, 05 Oct 2021 15:08:38 GMT
56
-
57
- _Version update only_
58
-
59
- ## 7.18.12
60
- Mon, 04 Oct 2021 15:10:18 GMT
61
-
62
- _Version update only_
63
-
64
- ## 7.18.11
65
- Fri, 24 Sep 2021 00:09:29 GMT
66
-
67
- _Version update only_
68
-
69
- ## 7.18.10
70
- Thu, 23 Sep 2021 00:10:40 GMT
71
-
72
- ### Patches
73
-
74
- - Upgrade the `@types/node` dependency to version to version 12.
75
-
76
- ## 7.18.9
77
- Tue, 14 Sep 2021 01:17:04 GMT
78
-
79
- _Version update only_
80
-
81
- ## 7.18.8
82
- Mon, 13 Sep 2021 15:07:05 GMT
83
-
84
- _Version update only_
85
-
86
- ## 7.18.7
87
- Fri, 27 Aug 2021 00:07:25 GMT
88
-
89
- _Version update only_
90
-
91
- ## 7.18.6
92
- Fri, 20 Aug 2021 15:08:10 GMT
93
-
94
- _Version update only_
95
-
96
- ## 7.18.5
97
- Wed, 11 Aug 2021 00:07:21 GMT
98
-
99
- _Version update only_
100
-
101
- ## 7.18.4
102
- Wed, 14 Jul 2021 15:06:29 GMT
103
-
104
- ### Patches
105
-
106
- - Fix an issue where the .d.ts rollup sometimes used "default" as an identifier name causing a syntax error (GitHub #2804)
107
-
108
- ## 7.18.3
109
- Tue, 13 Jul 2021 23:00:33 GMT
110
-
111
- ### Patches
112
-
113
- - Revert a workaround for TypeScript issue #44422 which was fixed in 4.3.3
114
-
115
- ## 7.18.2
116
- Mon, 12 Jul 2021 23:08:26 GMT
117
-
118
- _Version update only_
119
-
120
- ## 7.18.1
121
- Thu, 08 Jul 2021 23:41:16 GMT
122
-
123
- ### Patches
124
-
125
- - Fix a recent regression that reported "Internal Error: indentDocComment cannot be nested" (GitHub #2797)
126
-
127
- ## 7.18.0
128
- Thu, 08 Jul 2021 06:00:48 GMT
129
-
130
- ### Minor changes
131
-
132
- - Add support for import() type expressions (GitHub #1050) -- Thank you @javier-garcia-meteologica and @adventure-yunfei for solving this difficult problem!
133
- - Improve formatting of declarations in .d.ts rollup and .api.md files, fixing some indentation issues
134
-
135
- ## 7.17.1
136
- Thu, 01 Jul 2021 15:08:27 GMT
137
-
138
- _Version update only_
139
-
140
- ## 7.17.0
141
- Wed, 30 Jun 2021 15:06:54 GMT
142
-
143
- ### Minor changes
144
-
145
- - 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!
146
-
147
- ### Patches
148
-
149
- - Include /// directives in API report
150
-
151
- ## 7.16.1
152
- Fri, 04 Jun 2021 19:59:53 GMT
153
-
154
- _Version update only_
155
-
156
- ## 7.16.0
157
- Fri, 04 Jun 2021 15:08:20 GMT
158
-
159
- ### Minor changes
160
-
161
- - Upgrade the bundled compiler engine to TypeScript 4.3
162
-
163
- ## 7.15.2
164
- Wed, 19 May 2021 00:11:39 GMT
165
-
166
- _Version update only_
167
-
168
- ## 7.15.1
169
- Mon, 03 May 2021 15:10:29 GMT
170
-
171
- _Version update only_
172
-
173
- ## 7.15.0
174
- Thu, 29 Apr 2021 23:26:50 GMT
175
-
176
- ### Minor changes
177
-
178
- - Upgrade the bundled compiler engine to TypeScript 4.2
179
-
180
- ## 7.14.0
181
- Tue, 20 Apr 2021 04:59:51 GMT
182
-
183
- ### Minor changes
184
-
185
- - Projects can now define custom tags using a tsdoc.json file
186
-
187
- ## 7.13.5
188
- Mon, 12 Apr 2021 15:10:28 GMT
189
-
190
- _Version update only_
191
-
192
- ## 7.13.4
193
- Thu, 08 Apr 2021 06:05:31 GMT
194
-
195
- _Version update only_
196
-
197
- ## 7.13.3
198
- Tue, 06 Apr 2021 15:14:22 GMT
199
-
200
- _Version update only_
201
-
202
- ## 7.13.2
203
- Thu, 04 Mar 2021 01:11:31 GMT
204
-
205
- _Version update only_
206
-
207
- ## 7.13.1
208
- Fri, 05 Feb 2021 16:10:42 GMT
209
-
210
- _Version update only_
211
-
212
- ## 7.13.0
213
- Wed, 13 Jan 2021 01:11:06 GMT
214
-
215
- ### Minor changes
216
-
217
- - Upgrade the bundled compiler engine to TypeScript 4.1
218
-
219
- ## 7.12.1
220
- Thu, 10 Dec 2020 23:25:49 GMT
221
-
222
- ### Patches
223
-
224
- - Upgrade to TSDoc 0.12.24
225
-
226
- ## 7.12.0
227
- Wed, 18 Nov 2020 08:19:54 GMT
228
-
229
- ### Minor changes
230
-
231
- - The "isOptional" .api.json field is now applied to both methods and properties
232
-
233
- ## 7.11.5
234
- Wed, 18 Nov 2020 06:21:57 GMT
235
-
236
- ### Patches
237
-
238
- - Update .api.json file format to store a new field "isOptional" for documenting optional properties
239
-
240
- ## 7.11.4
241
- Wed, 11 Nov 2020 01:08:58 GMT
242
-
243
- _Version update only_
244
-
245
- ## 7.11.3
246
- Tue, 10 Nov 2020 23:13:12 GMT
247
-
248
- _Version update only_
249
-
250
- ## 7.11.2
251
- Fri, 30 Oct 2020 06:38:38 GMT
252
-
253
- _Version update only_
254
-
255
- ## 7.11.1
256
- Fri, 30 Oct 2020 00:10:14 GMT
257
-
258
- _Version update only_
259
-
260
- ## 7.11.0
261
- Thu, 29 Oct 2020 06:14:19 GMT
262
-
263
- ### Minor changes
264
-
265
- - Upgrade the bundled compiler engine to TypeScript 4.0
266
-
267
- ## 7.10.6
268
- Wed, 28 Oct 2020 01:18:03 GMT
269
-
270
- _Version update only_
271
-
272
- ## 7.10.5
273
- Tue, 27 Oct 2020 15:10:13 GMT
274
-
275
- _Version update only_
276
-
277
- ## 7.10.4
278
- Tue, 06 Oct 2020 00:24:06 GMT
279
-
280
- _Version update only_
281
-
282
- ## 7.10.3
283
- Mon, 05 Oct 2020 22:36:57 GMT
284
-
285
- _Version update only_
286
-
287
- ## 7.10.2
288
- Mon, 05 Oct 2020 15:10:42 GMT
289
-
290
- _Version update only_
291
-
292
- ## 7.10.1
293
- Wed, 30 Sep 2020 18:39:17 GMT
294
-
295
- ### Patches
296
-
297
- - Update to build with @rushstack/heft-node-rig
298
-
299
- ## 7.10.0
300
- Wed, 30 Sep 2020 06:53:53 GMT
301
-
302
- ### Minor changes
303
-
304
- - API Extractor now supports the config/rig.json system, as defined by @rushstack/rig-package
305
- - Add IExtractorConfigPrepareOptions.projectFolderLookupToken
306
- - Upgrade compiler; the API now requires TypeScript 3.9 or newer
307
-
308
- ### Patches
309
-
310
- - Fix an InternalError reported when a declaration referred to itself using "tyepof"
311
- - Update README.md
312
-
313
- ## 7.9.22
314
- Tue, 22 Sep 2020 05:45:56 GMT
315
-
316
- _Version update only_
317
-
318
- ## 7.9.21
319
- Tue, 22 Sep 2020 01:45:31 GMT
320
-
321
- _Version update only_
322
-
323
- ## 7.9.20
324
- Tue, 22 Sep 2020 00:08:53 GMT
325
-
326
- _Version update only_
327
-
328
- ## 7.9.19
329
- Sat, 19 Sep 2020 04:37:26 GMT
330
-
331
- _Version update only_
332
-
333
- ## 7.9.18
334
- Sat, 19 Sep 2020 03:33:06 GMT
335
-
336
- _Version update only_
337
-
338
- ## 7.9.17
339
- Fri, 18 Sep 2020 22:57:24 GMT
340
-
341
- _Version update only_
342
-
343
- ## 7.9.16
344
- Fri, 18 Sep 2020 21:49:54 GMT
345
-
346
- _Version update only_
347
-
348
- ## 7.9.15
349
- Sun, 13 Sep 2020 01:53:20 GMT
350
-
351
- _Version update only_
352
-
353
- ## 7.9.14
354
- Fri, 11 Sep 2020 02:13:35 GMT
355
-
356
- _Version update only_
357
-
358
- ## 7.9.13
359
- Mon, 07 Sep 2020 07:37:37 GMT
360
-
361
- _Version update only_
362
-
363
- ## 7.9.12
364
- Sat, 05 Sep 2020 18:56:34 GMT
365
-
366
- _Version update only_
367
-
368
- ## 7.9.11
369
- Thu, 27 Aug 2020 11:27:06 GMT
370
-
371
- _Version update only_
372
-
373
- ## 7.9.10
374
- Mon, 24 Aug 2020 07:35:20 GMT
375
-
376
- _Version update only_
377
-
378
- ## 7.9.9
379
- Sat, 22 Aug 2020 05:55:42 GMT
380
-
381
- _Version update only_
382
-
383
- ## 7.9.8
384
- Fri, 21 Aug 2020 01:21:18 GMT
385
-
386
- _Version update only_
387
-
388
- ## 7.9.7
389
- Thu, 20 Aug 2020 15:13:53 GMT
390
-
391
- _Version update only_
392
-
393
- ## 7.9.6
394
- Tue, 18 Aug 2020 23:59:42 GMT
395
-
396
- _Version update only_
397
-
398
- ## 7.9.5
399
- Mon, 17 Aug 2020 04:53:23 GMT
400
-
401
- _Version update only_
402
-
403
- ## 7.9.4
404
- Wed, 12 Aug 2020 00:10:05 GMT
405
-
406
- ### Patches
407
-
408
- - Updated project to build with Heft
409
-
410
- ## 7.9.3
411
- Wed, 05 Aug 2020 18:27:32 GMT
412
-
413
- _Version update only_
414
-
415
- ## 7.9.2
416
- Thu, 09 Jul 2020 04:58:36 GMT
417
-
418
- ### Patches
419
-
420
- - Fix an issue with handling of "export { default } from 'package';" (GitHub #2014)
421
-
422
- ## 7.9.1
423
- Fri, 03 Jul 2020 15:09:04 GMT
424
-
425
- _Version update only_
426
-
427
- ## 7.9.0
428
- Fri, 03 Jul 2020 05:46:41 GMT
429
-
430
- ### Minor changes
431
-
432
- - Add support for ECMAScript private fields (new in TypeScript 3.8)
433
- - Add support for "import type" imports (new in TypeScript 3.8)
434
- - Upgrade the bundled compiler engine to TypeScript 3.9
435
-
436
- ### Patches
437
-
438
- - Fix an issue where chained compiler errors were not formatted correctly
439
- - Log the TypeScript bundled compiler version, and warn if it is outdated
440
-
441
- ## 7.8.15
442
- Thu, 25 Jun 2020 06:43:35 GMT
443
-
444
- _Version update only_
445
-
446
- ## 7.8.14
447
- Wed, 24 Jun 2020 09:50:48 GMT
448
-
449
- _Version update only_
450
-
451
- ## 7.8.13
452
- Wed, 24 Jun 2020 09:04:28 GMT
453
-
454
- _Version update only_
455
-
456
- ## 7.8.12
457
- Mon, 15 Jun 2020 22:17:17 GMT
458
-
459
- ### Patches
460
-
461
- - Fix an issue where documentation hyperlinks were sometimes missing when using the "bundledPackages" feature (GitHub #1933)
462
-
463
- ## 7.8.11
464
- Wed, 10 Jun 2020 20:48:30 GMT
465
-
466
- _Version update only_
467
-
468
- ## 7.8.10
469
- Mon, 01 Jun 2020 08:34:17 GMT
470
-
471
- _Version update only_
472
-
473
- ## 7.8.9
474
- Sat, 30 May 2020 02:59:54 GMT
475
-
476
- _Version update only_
477
-
478
- ## 7.8.8
479
- Thu, 28 May 2020 05:59:02 GMT
480
-
481
- _Version update only_
482
-
483
- ## 7.8.7
484
- Wed, 27 May 2020 05:15:10 GMT
485
-
486
- _Version update only_
487
-
488
- ## 7.8.6
489
- Tue, 26 May 2020 23:00:25 GMT
490
-
491
- _Version update only_
492
-
493
- ## 7.8.5
494
- Fri, 22 May 2020 15:08:42 GMT
495
-
496
- _Version update only_
497
-
498
- ## 7.8.4
499
- Thu, 21 May 2020 23:09:44 GMT
500
-
501
- _Version update only_
502
-
503
- ## 7.8.3
504
- Thu, 21 May 2020 15:41:59 GMT
505
-
506
- _Version update only_
507
-
508
- ## 7.8.2
509
- Tue, 19 May 2020 15:08:19 GMT
510
-
511
- ### Patches
512
-
513
- - Report an error to indicate that "import()" types are not supported
514
-
515
- ## 7.8.1
516
- Fri, 15 May 2020 08:10:59 GMT
517
-
518
- _Version update only_
519
-
520
- ## 7.8.0
521
- Wed, 06 May 2020 08:23:45 GMT
522
-
523
- ### Minor changes
524
-
525
- - Version update only
526
-
527
- ## 7.7.13
528
- Wed, 08 Apr 2020 04:07:33 GMT
529
-
530
- _Version update only_
531
-
532
- ## 7.7.12
533
- Sun, 29 Mar 2020 00:04:12 GMT
534
-
535
- ### Patches
536
-
537
- - Improve analysis of types exposed via global variables (fixes GitHub issues #1765, #1095, and #1316)
538
-
539
- ## 7.7.11
540
- Sat, 28 Mar 2020 00:37:16 GMT
541
-
542
- ### Patches
543
-
544
- - Upgrade to TSdoc 0.12.19 to fix an issue where `<h1>` wasn't allowed as an HTML tag in a doc comment
545
-
546
- ## 7.7.10
547
- Wed, 18 Mar 2020 15:07:47 GMT
548
-
549
- ### Patches
550
-
551
- - Upgrade cyclic dependencies
552
-
553
- ## 7.7.9
554
- Tue, 17 Mar 2020 23:55:58 GMT
555
-
556
- ### Patches
557
-
558
- - Replace dependencies whose NPM scope was renamed from `@microsoft` to `@rushstack`
559
-
560
- ## 7.7.8
561
- Tue, 28 Jan 2020 02:23:44 GMT
562
-
563
- _Version update only_
564
-
565
- ## 7.7.7
566
- Thu, 23 Jan 2020 01:07:56 GMT
567
-
568
- _Version update only_
569
-
570
- ## 7.7.6
571
- Tue, 21 Jan 2020 21:56:13 GMT
572
-
573
- _Version update only_
574
-
575
- ## 7.7.5
576
- Sun, 19 Jan 2020 02:26:52 GMT
577
-
578
- ### Patches
579
-
580
- - Upgrade Node typings to Node 10
581
-
582
- ## 7.7.4
583
- Fri, 17 Jan 2020 01:08:23 GMT
584
-
585
- _Version update only_
586
-
587
- ## 7.7.3
588
- Tue, 14 Jan 2020 01:34:15 GMT
589
-
590
- ### Patches
591
-
592
- - Fix an issue where "ae-incompatible-release-tags" was sometimes reported incorectly for property setters (GitHub #1681)
593
-
594
- ## 7.7.2
595
- Thu, 09 Jan 2020 06:44:12 GMT
596
-
597
- ### Patches
598
-
599
- - Fix an error "Cannot read property 'externalModuleIndicator' of undefined" (GitHub #1652)
600
-
601
- ## 7.7.1
602
- Wed, 08 Jan 2020 00:11:31 GMT
603
-
604
- _Version update only_
605
-
606
- ## 7.7.0
607
- Tue, 03 Dec 2019 03:17:43 GMT
608
-
609
- ### Minor changes
610
-
611
- - Improve declaration reference syntax to allow linking to overloaded functions/methods
612
- - Fix an issue with TypeScript 3.7, which now emits separate signatures for property getters/setters
613
-
614
- ## 7.6.2
615
- Sun, 24 Nov 2019 00:54:04 GMT
616
-
617
- _Version update only_
618
-
619
- ## 7.6.1
620
- Wed, 20 Nov 2019 06:14:28 GMT
621
-
622
- ### Patches
623
-
624
- - Fix an issue where the newlineKind setting wasn't being applied correctly
625
-
626
- ## 7.6.0
627
- Fri, 15 Nov 2019 04:50:50 GMT
628
-
629
- ### Minor changes
630
-
631
- - Make newline type for generated files configurable
632
-
633
- ## 7.5.6
634
- Mon, 11 Nov 2019 16:07:56 GMT
635
-
636
- _Version update only_
637
-
638
- ## 7.5.5
639
- Wed, 06 Nov 2019 22:44:18 GMT
640
-
641
- ### Patches
642
-
643
- - Add support for TypeScript 3.7
644
-
645
- ## 7.5.4
646
- Tue, 05 Nov 2019 06:49:28 GMT
647
-
648
- ### Patches
649
-
650
- - Fix an issue where API reports sometimes were ordered differently depending on the version of NodeJS (GitHub #1552)
651
-
652
- ## 7.5.3
653
- Tue, 05 Nov 2019 01:08:39 GMT
654
-
655
- _Version update only_
656
-
657
- ## 7.5.2
658
- Tue, 22 Oct 2019 06:24:44 GMT
659
-
660
- _Version update only_
661
-
662
- ## 7.5.1
663
- Fri, 18 Oct 2019 15:15:01 GMT
664
-
665
- _Version update only_
666
-
667
- ## 7.5.0
668
- Sun, 06 Oct 2019 00:27:39 GMT
669
-
670
- ### Minor changes
671
-
672
- - Allow separate release tags for overloaded functions and methods
673
- - Add new api-extractor.json config setting "bundledPackages"
674
-
675
- ## 7.4.7
676
- Fri, 04 Oct 2019 00:15:22 GMT
677
-
678
- ### Patches
679
-
680
- - Fix an issue where IExtractorConfigPrepareOptions.packageJson was ignored (GitHub #1559)
681
-
682
- ## 7.4.6
683
- Sun, 29 Sep 2019 23:56:29 GMT
684
-
685
- ### Patches
686
-
687
- - Update repository URL
688
-
689
- ## 7.4.5
690
- Wed, 25 Sep 2019 15:15:31 GMT
691
-
692
- _Version update only_
693
-
694
- ## 7.4.4
695
- Tue, 24 Sep 2019 02:58:49 GMT
696
-
697
- _Version update only_
698
-
699
- ## 7.4.3
700
- Mon, 23 Sep 2019 15:14:55 GMT
701
-
702
- _Version update only_
703
-
704
- ## 7.4.2
705
- Wed, 11 Sep 2019 19:56:23 GMT
706
-
707
- ### Patches
708
-
709
- - Add support for an exported name that conflicts with a global name (GitHub #1350)
710
-
711
- ## 7.4.1
712
- Tue, 10 Sep 2019 22:32:23 GMT
713
-
714
- ### Patches
715
-
716
- - Update documentation
717
-
718
- ## 7.4.0
719
- Tue, 10 Sep 2019 20:38:33 GMT
720
-
721
- ### Minor changes
722
-
723
- - Add support for generating declaration references
724
-
725
- ## 7.3.11
726
- Wed, 04 Sep 2019 18:28:06 GMT
727
-
728
- _Version update only_
729
-
730
- ## 7.3.10
731
- Wed, 04 Sep 2019 15:15:37 GMT
732
-
733
- ### Patches
734
-
735
- - Update TSDoc dependency to 0.12.14
736
-
737
- ## 7.3.9
738
- Fri, 30 Aug 2019 00:14:32 GMT
739
-
740
- ### Patches
741
-
742
- - Fix a problem where Unicode API names were not handled correctly
743
-
744
- ## 7.3.8
745
- Mon, 12 Aug 2019 15:15:14 GMT
746
-
747
- _Version update only_
748
-
749
- ## 7.3.7
750
- Thu, 08 Aug 2019 15:14:17 GMT
751
-
752
- _Version update only_
753
-
754
- ## 7.3.6
755
- Thu, 08 Aug 2019 00:49:05 GMT
756
-
757
- ### Patches
758
-
759
- - Fix an issue where a function with only one declaration was assigned an overloadIndex of 0 instead of 1
760
-
761
- ## 7.3.5
762
- Mon, 05 Aug 2019 22:04:32 GMT
763
-
764
- ### Patches
765
-
766
- - Security updates.
767
-
768
- ## 7.3.4
769
- Tue, 23 Jul 2019 01:13:01 GMT
770
-
771
- ### Patches
772
-
773
- - ApiItem.name is now quoted when it contains invalid identifier characters, to avoid conflicts with an ECMAScript symbol expression
774
-
775
- ## 7.3.3
776
- Mon, 22 Jul 2019 19:13:10 GMT
777
-
778
- ### Patches
779
-
780
- - Update to use new api-extractor-model
781
-
782
- ## 7.3.2
783
- Fri, 12 Jul 2019 19:12:46 GMT
784
-
785
- ### Patches
786
-
787
- - Clarify docs for "--typescript-compiler-folder"
788
-
789
- ## 7.3.1
790
- Thu, 11 Jul 2019 19:13:08 GMT
791
-
792
- ### Patches
793
-
794
- - Add support for TypeScript 3.5
795
-
796
- ## 7.3.0
797
- Tue, 09 Jul 2019 19:13:24 GMT
798
-
799
- ### Minor changes
800
-
801
- - Add a "--diagnostics" command-line option to help when troubleshooting problems
802
-
803
- ## 7.2.3
804
- Mon, 08 Jul 2019 19:12:18 GMT
805
-
806
- ### Patches
807
-
808
- - Fix a problem when analyzing .d.ts files that appear in the same folder as the corresponding .ts file (GitHub #1310)
809
-
810
- ## 7.2.2
811
- Sat, 29 Jun 2019 02:30:10 GMT
812
-
813
- ### Patches
814
-
815
- - Fix GitHub issue #1304 where "IExtractorInvokeOptions.typescriptCompilerFolder" did not work with TypeScript 3.4
816
-
817
- ## 7.2.1
818
- Wed, 12 Jun 2019 19:12:33 GMT
819
-
820
- _Version update only_
821
-
822
- ## 7.2.0
823
- Tue, 11 Jun 2019 00:48:06 GMT
824
-
825
- ### Minor changes
826
-
827
- - Generate ApiTypeParameter entries and type alias types
828
-
829
- ## 7.1.8
830
- Wed, 05 Jun 2019 19:12:34 GMT
831
-
832
- ### Patches
833
-
834
- - Fix an issue where TSDoc index selectors (ApiParameterListMixin.overloadIndex) started from 0, whereas TSDoc requires a nonzero number
835
-
836
- ## 7.1.7
837
- Tue, 04 Jun 2019 05:51:53 GMT
838
-
839
- ### Patches
840
-
841
- - Upgrade api-extractor-model to remove ApiConstructor.isStatic, since TypeScript constructors cannot be static
842
- - Improve handling of symbolic property and method names.
843
-
844
- ## 7.1.6
845
- Mon, 27 May 2019 04:13:44 GMT
846
-
847
- ### Patches
848
-
849
- - Fix incorrect path resolution for the "extends" field when loading tsconfig.json
850
-
851
- ## 7.1.5
852
- Mon, 13 May 2019 02:08:35 GMT
853
-
854
- ### Patches
855
-
856
- - Broaden support for default imports
857
-
858
- ## 7.1.4
859
- Mon, 06 May 2019 20:46:21 GMT
860
-
861
- _Version update only_
862
-
863
- ## 7.1.3
864
- Mon, 06 May 2019 19:34:54 GMT
865
-
866
- ### Patches
867
-
868
- - Add a new setting "omitTrimmingComments" to prevent extra comments from being emitted in the .d.ts rollup
869
-
870
- ## 7.1.2
871
- Mon, 06 May 2019 19:11:16 GMT
872
-
873
- ### Patches
874
-
875
- - Fix an issue where ExtractorResult.warningCount was not incremented for messages handled by IExtractorInvokeOptions.messageCallback (GitHub #1258)
876
-
877
- ## 7.1.1
878
- Tue, 30 Apr 2019 23:08:02 GMT
879
-
880
- ### Patches
881
-
882
- - Fix an issue where API signatures were sometimes truncated in the .api.json file (GitHub #1249)
883
-
884
- ## 7.1.0
885
- Tue, 16 Apr 2019 11:01:37 GMT
886
-
887
- ### Minor changes
888
-
889
- - Initial stable release of API Extractor 7
890
-
891
- ## 7.0.42
892
- Fri, 12 Apr 2019 06:13:16 GMT
893
-
894
- ### Patches
895
-
896
- - Fix a regression that prevented certain types of warnings from being reported
897
-
898
- ## 7.0.41
899
- Thu, 11 Apr 2019 07:14:01 GMT
900
-
901
- ### Patches
902
-
903
- - THIS IS A RELEASE CANDIDATE FOR API-EXTRACTOR 7
904
- - (Breaking change) Rename "mainEntryPointFile" to "mainEntryPointFilePath" so all settings use a consistent naming convention
905
- - (Breaking change) Paths that appear in api-extractor.json are now resolved relative to the config file unless prefixed with the `<projectFolder>` token
906
- - Add a new api-extractor.json setting "tsconfigFilePath" for customizing the tsconfig.json path
907
- - Replace ExtractorConfig.packageJsonFullPath with ExtractorConfig.packageFolder
908
- - Upgrade API Extractor to use TypeScript 3.4 for analysis
909
-
910
- ## 7.0.40
911
- Tue, 09 Apr 2019 05:31:01 GMT
912
-
913
- ### Patches
914
-
915
- - Improve the "--local" option to automatically create the API report file if it is missing
916
-
917
- ## 7.0.39
918
- Mon, 08 Apr 2019 19:12:52 GMT
919
-
920
- ### Patches
921
-
922
- - Rename "addToApiReviewFile" setting to "addToApiReportFile"
923
-
924
- ## 7.0.38
925
- Sat, 06 Apr 2019 02:05:51 GMT
926
-
927
- ### Patches
928
-
929
- - (Breaking change) Removed the ILogger API and renamed ExtractorMessageLogLevel to ExtractorLogLevel
930
- - (Breaking change) Extractor console output is now modeled as ExtractorMessage objects and can be customized/filtered/handled by IExtractorInvokeOptions.messageCallback
931
-
932
- ## 7.0.37
933
- Fri, 05 Apr 2019 04:16:16 GMT
934
-
935
- ### Patches
936
-
937
- - Introduce "api-extractor init" command-line that helps enable API Extractor for a new project
938
- - (Breaking change) Major redesign of the API used to invoke API Extractor
939
- - (Breaking change) Major redesign of the api-extractor.json config file format
940
- - Add a CompilerState API that allows an optimization where multiple invocations of Extractor can reuse the same TypeScript compiler analysis
941
-
942
- ## 7.0.36
943
- Wed, 03 Apr 2019 02:58:33 GMT
944
-
945
- ### Patches
946
-
947
- - Fix an issue where .d.ts.map file were sometimes mapped to the wrong location
948
-
949
- ## 7.0.35
950
- Sat, 30 Mar 2019 22:27:16 GMT
951
-
952
- ### Patches
953
-
954
- - Reintroduce the generated documentation notice for internal constructors
955
- - Add limited support for resolving @inheritDoc references to external packages by postprocessing them in api-documenter
956
-
957
- ## 7.0.34
958
- Thu, 28 Mar 2019 19:14:27 GMT
959
-
960
- ### Patches
961
-
962
- - Validate `@link` tags and report a warning if the link cannot be resolved
963
-
964
- ## 7.0.33
965
- Tue, 26 Mar 2019 20:54:18 GMT
966
-
967
- ### Patches
968
-
969
- - Reintroduce support for `@inheritDoc` tags
970
-
971
- ## 7.0.32
972
- Sat, 23 Mar 2019 03:48:31 GMT
973
-
974
- ### Patches
975
-
976
- - If the TSDoc summary is missing for a class constructor, then automatically generate it
977
- - Reintroduce support for the `@preapproved` TSDoc tag
978
-
979
- ## 7.0.31
980
- Thu, 21 Mar 2019 04:59:11 GMT
981
-
982
- ### Patches
983
-
984
- - Reintroduce "ae-internal-missing-underscore" warning for API items marked as `@internal` but whose name does not start with an underscore
985
-
986
- ## 7.0.30
987
- Thu, 21 Mar 2019 01:15:32 GMT
988
-
989
- ### Patches
990
-
991
- - Improve the API review file generation to include imports and support multiple exports
992
-
993
- ## 7.0.29
994
- Wed, 20 Mar 2019 19:14:49 GMT
995
-
996
- ### Patches
997
-
998
- - API Extractor can now analyze packages whose package.json file is missing the "version" field
999
-
1000
- ## 7.0.28
1001
- Mon, 18 Mar 2019 04:28:43 GMT
1002
-
1003
- ### Patches
1004
-
1005
- - Rename the "ae-inconsistent-release-tags" warning to "ae-different-release-tags"
1006
- - Introduce a new warning "ae-incompatible-release-tags" that checks for API signatures that reference types with incompatible release tags
1007
- - Fix an issue where this error was sometimes reported incorrectly: "The messages.extractorMessageReporting table contains an unrecognized identifier ___"
1008
-
1009
- ## 7.0.27
1010
- Fri, 15 Mar 2019 19:13:25 GMT
1011
-
1012
- ### Patches
1013
-
1014
- - (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
1015
-
1016
- ## 7.0.26
1017
- Wed, 13 Mar 2019 19:13:14 GMT
1018
-
1019
- ### Patches
1020
-
1021
- - Refactor code to move the IndentedWriter API from api-extractor-model to api-documenter
1022
-
1023
- ## 7.0.25
1024
- Wed, 13 Mar 2019 01:14:05 GMT
1025
-
1026
- ### Patches
1027
-
1028
- - Upgrade TSDoc
1029
-
1030
- ## 7.0.24
1031
- Mon, 11 Mar 2019 16:13:36 GMT
1032
-
1033
- ### Patches
1034
-
1035
- - Fix an issue where spurious TSDoc warnings were issued because the TSDoc parser was configured improperly
1036
- - Move the .api.json related APIs into a new NPM package @microsoft/api-extractor-model
1037
-
1038
- ## 7.0.23
1039
- Tue, 05 Mar 2019 17:13:11 GMT
1040
-
1041
- ### Patches
1042
-
1043
- - Issue a warning when an exported type refers to another local type that is not exported (ae-forgotten-export)
1044
- - The export analyzer now correctly handles symbols imported using "import x = require('y');" notation
1045
-
1046
- ## 7.0.22
1047
- Mon, 04 Mar 2019 17:13:19 GMT
1048
-
1049
- ### Patches
1050
-
1051
- - Every error/warning message reported by API Extractor now has an associated message identifier
1052
- - Add a new section to api-extractor.json for configuring how errors get reported, with ability to suppress individual errors
1053
- - Reintroduce the ability to report issues by writing warnings into the API review file
1054
- - Fix an issue where members of type literals were incorrectly being flagged as "(undocumented)"
1055
- - Error messages now cite the original .ts source file, if a source map is present. (To enable this, specify `"declarationMap": true` in tsconfig.json.)
1056
-
1057
- ## 7.0.21
1058
- Wed, 27 Feb 2019 22:13:58 GMT
1059
-
1060
- _Version update only_
1061
-
1062
- ## 7.0.20
1063
- Wed, 27 Feb 2019 17:13:17 GMT
1064
-
1065
- _Version update only_
1066
-
1067
- ## 7.0.19
1068
- Mon, 18 Feb 2019 17:13:23 GMT
1069
-
1070
- ### Minor changes
1071
-
1072
- - New way to resolve & generate TSDoc metadata file
1073
-
1074
- ## 7.0.18
1075
- Tue, 12 Feb 2019 17:13:12 GMT
1076
-
1077
- ### Patches
1078
-
1079
- - 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)
1080
-
1081
- ## 7.0.17
1082
- Mon, 11 Feb 2019 10:32:37 GMT
1083
-
1084
- ### Patches
1085
-
1086
- - Fix an issue where API Extractor neglected to analyze "typeof" expressions
1087
- - Fix an issue where declarations inside a namespace were sometimes being incorrectly emitted as top-level exports of the .d.ts rollup
1088
-
1089
- ## 7.0.16
1090
- Mon, 11 Feb 2019 08:55:57 GMT
1091
-
1092
- ### Patches
1093
-
1094
- - 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
1095
- - Fix a number of bugs where external symbols were misinterpreted as being part of the local project
1096
- - Eliminate a number of errors involving unusual language constructs, by avoiding analysis of external symbols unless it's really necessary
1097
- - Simplify the AstSymbol.nominalAnalysis concept and associated code
1098
- - Improve .d.ts rollup trimming to handle reexported symbols correctly
1099
-
1100
- ## 7.0.15
1101
- Mon, 11 Feb 2019 03:31:55 GMT
1102
-
1103
- ### Patches
1104
-
1105
- - The `--debug` parameter now automatically breaks in the debugger when InternalError is thrown
1106
-
1107
- ## 7.0.14
1108
- Thu, 31 Jan 2019 17:03:49 GMT
1109
-
1110
- ### Patches
1111
-
1112
- - Upgrade to TSDoc 0.12.5, which allows `$` in `@param` names
1113
- - Add "testMode" option in api-extractor.json to eliminate spurious diffs in test files when the version number gets bumped
1114
- - Normalize newlines for excerpt strings in the .api.json file
1115
-
1116
- ## 7.0.13
1117
- Sat, 19 Jan 2019 03:47:47 GMT
1118
-
1119
- ### Patches
1120
-
1121
- - Move the skipLibCheck into the config file.
1122
-
1123
- ## 7.0.12
1124
- Sat, 19 Jan 2019 01:17:51 GMT
1125
-
1126
- ### Patches
1127
-
1128
- - Fix an issue where files using "export=" were incorrectly interpreted as having ambient declarations
1129
-
1130
- ## 7.0.11
1131
- Fri, 18 Jan 2019 00:52:21 GMT
1132
-
1133
- ### Patches
1134
-
1135
- - Add support for circular references between files that use `export * from "____";`
1136
-
1137
- ## 7.0.10
1138
- Thu, 17 Jan 2019 00:37:54 GMT
1139
-
1140
- ### Patches
1141
-
1142
- - Add support for exports of the form `export * from "____";`
1143
- - Improve the analyzer to allow a declaration to be exported more than once
1144
- - Fix inconsistent newlines in .api.ts files
1145
-
1146
- ## 7.0.9
1147
- Thu, 10 Jan 2019 01:57:52 GMT
1148
-
1149
- ### Patches
1150
-
1151
- - Fix an issue with rolling up default exports (https://github.com/microsoft/web-build-tools/issues/1007)
1152
-
1153
- ## 7.0.8
1154
- Thu, 20 Dec 2018 17:04:08 GMT
1155
-
1156
- ### Patches
1157
-
1158
- - 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
1159
-
1160
- ## 7.0.7
1161
- Wed, 19 Dec 2018 05:57:33 GMT
1162
-
1163
- ### Patches
1164
-
1165
- - Extend ApiModel to support new item kinds: ApiCallSignature, ApiConstructor, ApiConstructSignature, ApiFunction, ApiIndexSignature, ApiTypeAlias, and ApiVariable
1166
-
1167
- ## 7.0.6
1168
- Fri, 14 Dec 2018 19:43:46 GMT
1169
-
1170
- ### Patches
1171
-
1172
- - Update web site URLs
1173
-
1174
- ## 7.0.5
1175
- Thu, 13 Dec 2018 02:58:10 GMT
1176
-
1177
- ### Patches
1178
-
1179
- - Remove unused jju dependency
1180
-
1181
- ## 7.0.4
1182
- Wed, 12 Dec 2018 17:04:19 GMT
1183
-
1184
- ### Patches
1185
-
1186
- - Reintroduce support for "extends" and "implements" heritage clauses
1187
- - Redesign the Excerpt API to support multiple subranges (e.g. for a list of "implements" clauses)
1188
-
1189
- ## 7.0.3
1190
- Fri, 07 Dec 2018 17:04:56 GMT
1191
-
1192
- ### Patches
1193
-
1194
- - Added more API documentation
1195
-
1196
- ## 7.0.2
1197
- Wed, 05 Dec 2018 19:57:03 GMT
1198
-
1199
- ### Patches
1200
-
1201
- - fix reexported types from an external package for dts rollup
1202
-
1203
- ## 7.0.1
1204
- Wed, 05 Dec 2018 17:04:18 GMT
1205
-
1206
- ### Patches
1207
-
1208
- - Fix an issue where .d.ts trimming did not properly handle variable declarations (GitHub #976)
1209
-
1210
- ## 7.0.0
1211
- Thu, 29 Nov 2018 07:02:09 GMT
1212
-
1213
- ### Breaking changes
1214
-
1215
- - 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.
1216
-
1217
- ## 6.3.0
1218
- Wed, 28 Nov 2018 19:29:53 GMT
1219
-
1220
- ### Minor changes
1221
-
1222
- - Support "extends" field in api-extractor.json config files for easier management of monorepos with many projects
1223
-
1224
- ## 6.2.0
1225
- Wed, 28 Nov 2018 02:17:11 GMT
1226
-
1227
- ### Minor changes
1228
-
1229
- - Introduce a new build output "dist/tsdoc-metdata.json", which completely replaces the old "tsdocFlavor" field in package.json
1230
-
1231
- ## 6.1.6
1232
- Fri, 16 Nov 2018 21:37:10 GMT
1233
-
1234
- ### Patches
1235
-
1236
- - Add support for emitting `/// <reference lib="___" />` directives in .d.ts rollups (GitHub issue #946)
1237
-
1238
- ## 6.1.5
1239
- Fri, 16 Nov 2018 00:59:00 GMT
1240
-
1241
- ### Patches
1242
-
1243
- - Fix an issue where .d.ts trimming did not work for exported variable declarations (GitHub #936)
1244
-
1245
- ## 6.1.4
1246
- Fri, 09 Nov 2018 23:07:39 GMT
1247
-
1248
- ### Patches
1249
-
1250
- - Upgrade to TSDoc 0.21.2, which improves trimming of link text in `@link` tags
1251
-
1252
- ## 6.1.3
1253
- Wed, 07 Nov 2018 21:04:35 GMT
1254
-
1255
- _Version update only_
1256
-
1257
- ## 6.1.2
1258
- Mon, 05 Nov 2018 17:04:24 GMT
1259
-
1260
- ### Patches
1261
-
1262
- - Upgrade to @microsoft/tsdoc 0.12.0
1263
-
1264
- ## 6.1.1
1265
- Thu, 01 Nov 2018 19:32:52 GMT
1266
-
1267
- ### Patches
1268
-
1269
- - Fix an issue where EcmaScript symbols ("computed property names") were missing from .d.ts rollups
1270
-
1271
- ## 6.1.0
1272
- Wed, 31 Oct 2018 17:00:54 GMT
1273
-
1274
- ### Minor changes
1275
-
1276
- - Added an api to invoke api extractor processor by supplying api extractor json config file.
1277
-
1278
- ## 6.0.9
1279
- Thu, 25 Oct 2018 23:20:40 GMT
1280
-
1281
- _Version update only_
1282
-
1283
- ## 6.0.8
1284
- Thu, 25 Oct 2018 08:56:02 GMT
1285
-
1286
- ### Patches
1287
-
1288
- - Fix issue where `DocErrorText.text` returned `[object Object]` instead of the text
1289
-
1290
- ## 6.0.7
1291
- Wed, 24 Oct 2018 16:03:10 GMT
1292
-
1293
- _Version update only_
1294
-
1295
- ## 6.0.6
1296
- Thu, 18 Oct 2018 01:32:20 GMT
1297
-
1298
- ### Patches
1299
-
1300
- - Fix isAbsolute check for mainDtsRollupPath
1301
-
1302
- ## 6.0.5
1303
- Wed, 17 Oct 2018 21:04:49 GMT
1304
-
1305
- _Version update only_
1306
-
1307
- ## 6.0.4
1308
- Wed, 17 Oct 2018 14:43:24 GMT
1309
-
1310
- ### Patches
1311
-
1312
- - Fix a regression where namespaces were sometimes incorrectly handled in "conservative" mode
1313
- - Update the command line to look for api-extractor.json in both the "./config" folder and the project folder
1314
- - Allow type references in namespaces when namespaceSupport=conservative
1315
-
1316
- ## 6.0.3
1317
- Thu, 11 Oct 2018 23:26:07 GMT
1318
-
1319
- ### Patches
1320
-
1321
- - Fix an issue where `import x from "."` was sometimes not processed correctly
1322
-
1323
- ## 6.0.2
1324
- Tue, 09 Oct 2018 06:58:01 GMT
1325
-
1326
- ### Patches
1327
-
1328
- - Fix a regression where API Extractor was sometimes reporting incorrect line numbers
1329
-
1330
- ## 6.0.1
1331
- Mon, 08 Oct 2018 16:04:27 GMT
1332
-
1333
- _Version update only_
1334
-
1335
- ## 6.0.0
1336
- Sun, 07 Oct 2018 06:15:56 GMT
1337
-
1338
- ### Breaking changes
1339
-
1340
- - (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
1341
-
1342
- ## 5.13.1
1343
- Fri, 28 Sep 2018 16:05:35 GMT
1344
-
1345
- _Version update only_
1346
-
1347
- ## 5.13.0
1348
- Wed, 26 Sep 2018 21:39:40 GMT
1349
-
1350
- ### Minor changes
1351
-
1352
- - Add new command line option --skip-lib-check
1353
-
1354
- ## 5.12.2
1355
- Mon, 24 Sep 2018 23:06:40 GMT
1356
-
1357
- ### Patches
1358
-
1359
- - Allow doc comments to use TSDoc's "@defaultvalue" tag (but the value is not yet passed to the documentation pipeline)
1360
-
1361
- ## 5.12.1
1362
- Fri, 21 Sep 2018 16:04:42 GMT
1363
-
1364
- ### Patches
1365
-
1366
- - Fix an issue where TypeScript errors are often logged as "[Object object]" instead of the actual error message.
1367
-
1368
- ## 5.12.0
1369
- Thu, 20 Sep 2018 23:57:21 GMT
1370
-
1371
- ### Minor changes
1372
-
1373
- - Add new feature: Support using a different version of the TypeScript compiler.
1374
-
1375
- ## 5.11.2
1376
- Tue, 18 Sep 2018 21:04:55 GMT
1377
-
1378
- ### Patches
1379
-
1380
- - Fix an issue where parameters mentioned in comments were attempting to be analyzed by api-extractor.
1381
-
1382
- ## 5.11.1
1383
- Thu, 06 Sep 2018 01:25:25 GMT
1384
-
1385
- ### Patches
1386
-
1387
- - Update "repository" field in package.json
1388
-
1389
- ## 5.11.0
1390
- Mon, 03 Sep 2018 16:04:45 GMT
1391
-
1392
- ### Minor changes
1393
-
1394
- - Upgrade api-extractor to internally use TypeScript 3.0.
1395
-
1396
- ## 5.10.8
1397
- Wed, 29 Aug 2018 06:36:50 GMT
1398
-
1399
- _Version update only_
1400
-
1401
- ## 5.10.7
1402
- Thu, 23 Aug 2018 18:18:53 GMT
1403
-
1404
- ### Patches
1405
-
1406
- - Republish all packages in web-build-tools to resolve GitHub issue #782
1407
-
1408
- ## 5.10.6
1409
- Wed, 22 Aug 2018 20:58:58 GMT
1410
-
1411
- _Version update only_
1412
-
1413
- ## 5.10.5
1414
- Wed, 22 Aug 2018 16:03:25 GMT
1415
-
1416
- _Version update only_
1417
-
1418
- ## 5.10.4
1419
- Tue, 21 Aug 2018 16:04:38 GMT
1420
-
1421
- ### Patches
1422
-
1423
- - fix namespace name for export statement`
1424
-
1425
- ## 5.10.3
1426
- Thu, 09 Aug 2018 21:03:22 GMT
1427
-
1428
- _Version update only_
1429
-
1430
- ## 5.10.2
1431
- Thu, 09 Aug 2018 16:04:24 GMT
1432
-
1433
- ### Patches
1434
-
1435
- - Update lodash.
1436
-
1437
- ## 5.10.1
1438
- Thu, 26 Jul 2018 16:04:17 GMT
1439
-
1440
- _Version update only_
1441
-
1442
- ## 5.10.0
1443
- Tue, 17 Jul 2018 16:02:52 GMT
1444
-
1445
- ### Minor changes
1446
-
1447
- - Add support for new "@eventproperty" AEDoc tag, which indicates that a class/interface property should be documented as an event
1448
-
1449
- ## 5.9.1
1450
- Tue, 03 Jul 2018 21:03:31 GMT
1451
-
1452
- _Version update only_
1453
-
1454
- ## 5.9.0
1455
- Sat, 23 Jun 2018 02:21:20 GMT
1456
-
1457
- ### Minor changes
1458
-
1459
- - Add new IMarkupHtmlTag API
1460
- - AEDoc now allows HTML tags inside doc comments, which can be disabled using a backslash escape
1461
-
1462
- ## 5.8.1
1463
- Thu, 21 Jun 2018 08:27:29 GMT
1464
-
1465
- _Version update only_
1466
-
1467
- ## 5.8.0
1468
- Tue, 19 Jun 2018 19:35:11 GMT
1469
-
1470
- ### Minor changes
1471
-
1472
- - For namespaceSupport=permissive, allow arbitrary nesting of namespaces
1473
-
1474
- ### Patches
1475
-
1476
- - Fix an issue where multi-line type literals sometimes had inconsistent newlines in the *.api.json file
1477
-
1478
- ## 5.7.3
1479
- Fri, 08 Jun 2018 08:43:52 GMT
1480
-
1481
- _Version update only_
1482
-
1483
- ## 5.7.2
1484
- Thu, 31 May 2018 01:39:33 GMT
1485
-
1486
- _Version update only_
1487
-
1488
- ## 5.7.1
1489
- Tue, 15 May 2018 02:26:45 GMT
1490
-
1491
- _Version update only_
1492
-
1493
- ## 5.7.0
1494
- Tue, 15 May 2018 00:18:10 GMT
1495
-
1496
- ### Minor changes
1497
-
1498
- - Add support for new AEDoc tags @sealed, @virtual, and @override
1499
-
1500
- ## 5.6.8
1501
- Fri, 04 May 2018 00:42:38 GMT
1502
-
1503
- ### Patches
1504
-
1505
- - Fix the formatting of a log message.
1506
-
1507
- ## 5.6.7
1508
- Tue, 01 May 2018 22:03:20 GMT
1509
-
1510
- ### Patches
1511
-
1512
- - Fix an issue where the *.d.ts rollup trimming did not trim import statements
1513
-
1514
- ## 5.6.6
1515
- Fri, 27 Apr 2018 03:04:32 GMT
1516
-
1517
- _Version update only_
1518
-
1519
- ## 5.6.5
1520
- Thu, 19 Apr 2018 21:25:56 GMT
1521
-
1522
- _Version update only_
1523
-
1524
- ## 5.6.4
1525
- Thu, 19 Apr 2018 17:02:06 GMT
1526
-
1527
- ### Patches
1528
-
1529
- - Fix errors in schema documentation
1530
-
1531
- ## 5.6.3
1532
- Tue, 03 Apr 2018 16:05:29 GMT
1533
-
1534
- _Version update only_
1535
-
1536
- ## 5.6.2
1537
- Mon, 02 Apr 2018 16:05:24 GMT
1538
-
1539
- ### Patches
1540
-
1541
- - Refactor to use new @microsoft/node-core-library
1542
-
1543
- ## 5.6.1
1544
- Tue, 27 Mar 2018 01:34:25 GMT
1545
-
1546
- ### Patches
1547
-
1548
- - Update build config so API Extractor builds using the latest version of itself
1549
-
1550
- ## 5.6.0
1551
- Sun, 25 Mar 2018 01:26:19 GMT
1552
-
1553
- ### Minor changes
1554
-
1555
- - Improve the api-extractor.json config file so that *.d.ts rollups go in separate folders, and trimming can now be disabled
1556
-
1557
- ### Patches
1558
-
1559
- - In preparation for initial release, the "Package Typings" feature was renamed to "DTS Rollup"
1560
- - Fix an issue where the @packagedocumentation comment was sometimes getting mixed into the middle of the rollup *.d.ts file
1561
-
1562
- ## 5.5.2
1563
- Fri, 23 Mar 2018 00:34:53 GMT
1564
-
1565
- ### Patches
1566
-
1567
- - Upgrade colors to version ~1.2.1
1568
-
1569
- ## 5.5.1
1570
- Tue, 20 Mar 2018 02:44:45 GMT
1571
-
1572
- ### Patches
1573
-
1574
- - Improve packageTypings generator to trim nested members according to their release tag
1575
- - Fix a bug where packageTypings failed to handle merged declarations properly
1576
-
1577
- ## 5.5.0
1578
- Sat, 17 Mar 2018 02:54:22 GMT
1579
-
1580
- ### Minor changes
1581
-
1582
- - Overhaul the packageTypings generator analysis to get ready for the upcoming nested member trimming
1583
- - Breaking change: Any projects using the package typings feature must now have a "tsdoc" section in their package.json
1584
-
1585
- ### Patches
1586
-
1587
- - Add "--debug" flag for debugging
1588
-
1589
- ## 5.4.0
1590
- Thu, 15 Mar 2018 20:00:50 GMT
1591
-
1592
- ### Minor changes
1593
-
1594
- - Add a new setting validationRules.missingReleaseTags to optionally remove the requirement that every API item should have a release tag
1595
- - Add new API "Markup.formatApiItemReference()"
1596
-
1597
- ### Patches
1598
-
1599
- - Fix an issue where the automatically generated documentation for class constructors sometimes had a broken hyperlink
1600
-
1601
- ## 5.3.9
1602
- Thu, 15 Mar 2018 16:05:43 GMT
1603
-
1604
- _Version update only_
1605
-
1606
- ## 5.3.8
1607
- Mon, 12 Mar 2018 20:36:19 GMT
1608
-
1609
- ### Patches
1610
-
1611
- - Locked down some "@types/" dependency versions to avoid upgrade conflicts
1612
-
1613
- ## 5.3.7
1614
- Tue, 06 Mar 2018 17:04:51 GMT
1615
-
1616
- ### Patches
1617
-
1618
- - Add preliminary support for preview and public outputs for packageTypings generator
1619
-
1620
- ## 5.3.6
1621
- Fri, 02 Mar 2018 01:13:59 GMT
1622
-
1623
- _Version update only_
1624
-
1625
- ## 5.3.5
1626
- Tue, 27 Feb 2018 22:05:57 GMT
1627
-
1628
- _Version update only_
1629
-
1630
- ## 5.3.4
1631
- Wed, 21 Feb 2018 22:04:19 GMT
1632
-
1633
- _Version update only_
1634
-
1635
- ## 5.3.3
1636
- Wed, 21 Feb 2018 03:13:28 GMT
1637
-
1638
- _Version update only_
1639
-
1640
- ## 5.3.2
1641
- Sat, 17 Feb 2018 02:53:49 GMT
1642
-
1643
- ### Patches
1644
-
1645
- - Fix several bugs with the way that imports were being deduplicated by the packageTypings feature
1646
-
1647
- ## 5.3.1
1648
- Fri, 16 Feb 2018 22:05:23 GMT
1649
-
1650
- _Version update only_
1651
-
1652
- ## 5.3.0
1653
- Fri, 16 Feb 2018 17:05:11 GMT
1654
-
1655
- ### Minor changes
1656
-
1657
- - Fix an issue where the packageTypings feature didn't handle some import/export patterns
1658
-
1659
- ### Patches
1660
-
1661
- - Fix an issue where the packageTypings feature sometimes emitted "default" instead of the class name
1662
- - Improve the packageTypings feature to support triple-slash references to typings
1663
-
1664
- ## 5.2.7
1665
- Wed, 07 Feb 2018 17:05:11 GMT
1666
-
1667
- _Version update only_
1668
-
1669
- ## 5.2.6
1670
- Fri, 26 Jan 2018 22:05:30 GMT
1671
-
1672
- _Version update only_
1673
-
1674
- ## 5.2.5
1675
- Fri, 26 Jan 2018 17:53:38 GMT
1676
-
1677
- ### Patches
1678
-
1679
- - Force a patch bump in case the previous version was an empty package
1680
-
1681
- ## 5.2.4
1682
- Fri, 26 Jan 2018 00:36:51 GMT
1683
-
1684
- _Version update only_
1685
-
1686
- ## 5.2.3
1687
- Tue, 23 Jan 2018 17:05:28 GMT
1688
-
1689
- _Version update only_
1690
-
1691
- ## 5.2.2
1692
- Thu, 18 Jan 2018 03:23:46 GMT
1693
-
1694
- ### Patches
1695
-
1696
- - Enable package typings generated by api-extractor
1697
-
1698
- ## 5.2.1
1699
- Thu, 18 Jan 2018 00:48:06 GMT
1700
-
1701
- _Version update only_
1702
-
1703
- ## 5.2.0
1704
- Thu, 18 Jan 2018 00:27:23 GMT
1705
-
1706
- ### Minor changes
1707
-
1708
- - Improve the packageTypings feature to support abstract classes and "import * as X" imports
1709
-
1710
- ## 5.1.3
1711
- Wed, 17 Jan 2018 10:49:31 GMT
1712
-
1713
- _Version update only_
1714
-
1715
- ## 5.1.2
1716
- Fri, 12 Jan 2018 03:35:22 GMT
1717
-
1718
- ### Patches
1719
-
1720
- - Add some incremental improvements for the experimental PackageTypingsGenerator feature
1721
-
1722
- ## 5.1.1
1723
- Thu, 11 Jan 2018 22:31:51 GMT
1724
-
1725
- _Version update only_
1726
-
1727
- ## 5.1.0
1728
- Wed, 10 Jan 2018 20:40:01 GMT
1729
-
1730
- ### Minor changes
1731
-
1732
- - Upgrade to Node 8
1733
-
1734
- ### Patches
1735
-
1736
- - Continued progress for the experimental PackageTypingsGenerator
1737
-
1738
- ## 5.0.1
1739
- Tue, 09 Jan 2018 17:05:51 GMT
1740
-
1741
- ### Patches
1742
-
1743
- - Get web-build-tools building with pnpm
1744
-
1745
- ## 5.0.0
1746
- Sun, 07 Jan 2018 05:12:08 GMT
1747
-
1748
- ### Breaking changes
1749
-
1750
- - API Extractor now processes *.d.ts files instead of *.ts files
1751
-
1752
- ### Minor changes
1753
-
1754
- - Introduced new tag @packagedocumentation which replaces the earlier approach that used a "packageDescription" variable
1755
-
1756
- ## 4.3.7
1757
- Fri, 05 Jan 2018 20:26:45 GMT
1758
-
1759
- _Version update only_
1760
-
1761
- ## 4.3.6
1762
- Fri, 05 Jan 2018 00:48:41 GMT
1763
-
1764
- ### Patches
1765
-
1766
- - Update Jest to ~21.2.1
1767
-
1768
- ## 4.3.5
1769
- Fri, 22 Dec 2017 17:04:46 GMT
1770
-
1771
- ### Patches
1772
-
1773
- - 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
1774
-
1775
- ## 4.3.4
1776
- Tue, 12 Dec 2017 03:33:26 GMT
1777
-
1778
- _Version update only_
1779
-
1780
- ## 4.3.3
1781
- Thu, 30 Nov 2017 23:59:09 GMT
1782
-
1783
- _Version update only_
1784
-
1785
- ## 4.3.2
1786
- Thu, 30 Nov 2017 23:12:21 GMT
1787
-
1788
- _Version update only_
1789
-
1790
- ## 4.3.1
1791
- Wed, 29 Nov 2017 17:05:37 GMT
1792
-
1793
- _Version update only_
1794
-
1795
- ## 4.3.0
1796
- Tue, 28 Nov 2017 23:43:55 GMT
1797
-
1798
- ### Minor changes
1799
-
1800
- - Add Extractor.processProject() whose return value indicates success
1801
-
1802
- ### Patches
1803
-
1804
- - Deprecate Extractor.analyzeProject() API
1805
-
1806
- ## 4.2.6
1807
- Mon, 13 Nov 2017 17:04:50 GMT
1808
-
1809
- _Version update only_
1810
-
1811
- ## 4.2.5
1812
- Mon, 06 Nov 2017 17:04:18 GMT
1813
-
1814
- _Version update only_
1815
-
1816
- ## 4.2.4
1817
- Thu, 02 Nov 2017 16:05:24 GMT
1818
-
1819
- ### Patches
1820
-
1821
- - lock the reference version between web build tools projects
1822
-
1823
- ## 4.2.3
1824
- Wed, 01 Nov 2017 21:06:08 GMT
1825
-
1826
- ### Patches
1827
-
1828
- - Upgrade cyclic dependencies
1829
-
1830
- ## 4.2.2
1831
- Tue, 31 Oct 2017 21:04:04 GMT
1832
-
1833
- _Version update only_
1834
-
1835
- ## 4.2.1
1836
- Tue, 31 Oct 2017 16:04:55 GMT
1837
-
1838
- _Version update only_
1839
-
1840
- ## 4.2.0
1841
- Wed, 25 Oct 2017 20:03:59 GMT
1842
-
1843
- ### Minor changes
1844
-
1845
- - Improved the way API JSON represents documentation markup; this is a file format change
1846
-
1847
- ## 4.1.2
1848
- Tue, 24 Oct 2017 18:17:12 GMT
1849
-
1850
- _Version update only_
1851
-
1852
- ## 4.1.1
1853
- Mon, 23 Oct 2017 21:53:12 GMT
1854
-
1855
- ### Patches
1856
-
1857
- - Updated cyclic dependencies
1858
-
1859
- ## 4.1.0
1860
- Fri, 20 Oct 2017 19:57:12 GMT
1861
-
1862
- ### Minor changes
1863
-
1864
- - Add policies.namespaceSupport option to API Extractor config
1865
-
1866
- ### Patches
1867
-
1868
- - Fixed an issue where properties were sometimes marked as readonly; a remark is automatically generated for classes with internal constructors
1869
-
1870
- ## 4.0.1
1871
- Fri, 20 Oct 2017 01:52:54 GMT
1872
-
1873
- ### Patches
1874
-
1875
- - Rename ApiExtractor class to Extractor
1876
-
1877
- ## 4.0.0
1878
- Fri, 20 Oct 2017 01:04:44 GMT
1879
-
1880
- ### Breaking changes
1881
-
1882
- - Redesigned interface for invoking API Extractor
1883
-
1884
- ## 3.4.2
1885
- Thu, 05 Oct 2017 01:05:02 GMT
1886
-
1887
- _Version update only_
1888
-
1889
- ## 3.4.1
1890
- Fri, 29 Sep 2017 01:03:42 GMT
1891
-
1892
- ### Patches
1893
-
1894
- - Removed IMarkupPage.docId
1895
-
1896
- ## 3.4.0
1897
- Thu, 28 Sep 2017 01:04:28 GMT
1898
-
1899
- ### Minor changes
1900
-
1901
- - Skipping two lines in an AEDoc comment now creates a paragraph separator for the generated documentation
1902
-
1903
- ### Patches
1904
-
1905
- - The *.api.json "linkDocElement" type now always explicitly specifies the package name, rather than expecting the reader to infer it
1906
- - The *.api.json file format now exposes "signature" information for properties, functions, and module variables
1907
-
1908
- ## 3.3.0
1909
- Fri, 22 Sep 2017 01:04:02 GMT
1910
-
1911
- ### Minor changes
1912
-
1913
- - Upgrade to es6
1914
-
1915
- ## 3.2.6
1916
- Wed, 20 Sep 2017 22:10:17 GMT
1917
-
1918
- _Version update only_
1919
-
1920
- ## 3.2.5
1921
- Mon, 11 Sep 2017 13:04:55 GMT
1922
-
1923
- ### Patches
1924
-
1925
- - The isBeta and deprecatedMessage fields are now inherited in the *.api.json files
1926
- - Fix an issue where the *.api.json file was sometimes missing function parameters
1927
-
1928
- ## 3.2.4
1929
- Fri, 08 Sep 2017 01:28:04 GMT
1930
-
1931
- ### Patches
1932
-
1933
- - Deprecate @types/es6-coll ections in favor of built-in typescript typings 'es2015.collection' a nd 'es2015.iterable'
1934
-
1935
- ## 3.2.3
1936
- Thu, 07 Sep 2017 13:04:35 GMT
1937
-
1938
- ### Patches
1939
-
1940
- - Fix incorrect schema/typings for enum members
1941
-
1942
- ## 3.2.2
1943
- Thu, 07 Sep 2017 00:11:11 GMT
1944
-
1945
- ### Patches
1946
-
1947
- - Add $schema field to all schemas
1948
-
1949
- ## 3.2.1
1950
- Wed, 06 Sep 2017 13:03:42 GMT
1951
-
1952
- ### Patches
1953
-
1954
- - Converted IMarkupDocumentationLink to IMarkupApiLink, which exposes the underlying IApiItemReference rather than assuming a particular "document ID" model
1955
-
1956
- ## 3.2.0
1957
- Tue, 05 Sep 2017 19:03:56 GMT
1958
-
1959
- ### Minor changes
1960
-
1961
- - Add the constructor signature and package name to the exported API signature
1962
-
1963
- ## 3.1.0
1964
- Sat, 02 Sep 2017 01:04:26 GMT
1965
-
1966
- ### Minor changes
1967
-
1968
- - Expanded the api-extractor API to expose interfaces for the *.api.json file fileformat
1969
-
1970
- ## 3.0.0
1971
- Thu, 31 Aug 2017 18:41:18 GMT
1972
-
1973
- ### Breaking changes
1974
-
1975
- - Fix compatibility issues with old releases, by incrementing the major version number
1976
-
1977
- ## 2.3.7
1978
- Thu, 31 Aug 2017 17:46:25 GMT
1979
-
1980
- ### Patches
1981
-
1982
- - Fix issue where node-core-library was not an explicit dependency
1983
-
1984
- ## 2.3.6
1985
- Wed, 30 Aug 2017 01:04:34 GMT
1986
-
1987
- _Version update only_
1988
-
1989
- ## 2.3.5
1990
- Thu, 24 Aug 2017 22:44:12 GMT
1991
-
1992
- ### Patches
1993
-
1994
- - Update the schema validator.
1995
-
1996
- ## 2.3.4
1997
- Thu, 24 Aug 2017 01:04:33 GMT
1998
-
1999
- _Version update only_
2000
-
2001
- ## 2.3.3
2002
- Tue, 22 Aug 2017 13:04:22 GMT
2003
-
2004
- ### Patches
2005
-
2006
- - Added "api-documenter" code sample
2007
-
2008
- ## 2.3.2
2009
- Tue, 15 Aug 2017 01:29:31 GMT
2010
-
2011
- ### Patches
2012
-
2013
- - Introduce Span parser for upcoming *.d.ts generator
2014
-
2015
- ## 2.3.1
2016
- Thu, 27 Jul 2017 01:04:48 GMT
2017
-
2018
- ### Patches
2019
-
2020
- - Upgrade to the TS2.4 version of the build tools.
2021
-
2022
- ## 2.3.0
2023
- Tue, 25 Jul 2017 20:03:31 GMT
2024
-
2025
- ### Minor changes
2026
-
2027
- - Upgrade to TypeScript 2.4
2028
-
2029
- ## 2.2.0
2030
- Wed, 21 Jun 2017 04:19:35 GMT
2031
-
2032
- ### Minor changes
2033
-
2034
- - 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.
2035
-
2036
- ## 2.0.10
2037
- Tue, 20 Jun 2017 01:04:54 GMT
2038
-
2039
- ### Patches
2040
-
2041
- - Improve the wording of many error messages
2042
- - Fix a bug with parsing of @link tags
2043
- - Issue warnings for @internal definitions that are not prefixed with an underscore
2044
-
2045
- ## 2.0.9
2046
- Sat, 17 Jun 2017 01:02:59 GMT
2047
-
2048
- ### Patches
2049
-
2050
- - The unsupported @summary tag is now reported as an error
2051
- - Use a cache to speed up package.json lookups
2052
-
2053
- ## 2.0.8
2054
- Wed, 14 Jun 2017 13:03:40 GMT
2055
-
2056
- ### Patches
2057
-
2058
- - Definitions marked as @beta are now included in the *.api.json files for documentation
2059
-
2060
- ## 2.0.7
2061
- Thu, 08 Jun 2017 05:15:52 GMT
2062
-
2063
- ### Patches
2064
-
2065
- - Updated README.md
2066
-
2067
- ## 2.0.6
2068
- Mon, 15 May 2017 21:59:43 GMT
2069
-
2070
- ### Patches
2071
-
2072
- - Added support for Namespace with ApiNamespace
2073
-
2074
- ## 2.0.5
2075
- Sat, 22 Apr 2017 01:02:03 GMT
2076
-
2077
- ### Patches
2078
-
2079
- - Added check for API names that are not supported (only letters and numbers supported)
2080
-
2081
- ## 2.0.4
2082
- Wed, 19 Apr 2017 20:18:06 GMT
2083
-
2084
- ### Patches
2085
-
2086
- - Remove ES6 Promise & @types/es6-promise typings
2087
-
2088
- ## 2.0.3
2089
- Fri, 14 Apr 2017 17:44:08 GMT
2090
-
2091
- ### Patches
2092
-
2093
- - Added collect references ability to detect determine type information of return types and parameter types.
2094
-
2095
- ## 2.0.2
2096
- Fri, 07 Apr 2017 21:43:16 GMT
2097
-
2098
- ### Patches
2099
-
2100
- - Adjusted the version specifier for typescript to ~2.2.2
2101
-
2102
- ## 2.0.1
2103
- Thu, 06 Apr 2017 01:32:23 GMT
2104
-
2105
- ### Patches
2106
-
2107
- - Removed hard coding of @public for ApiPackage
2108
-
2109
- ## 2.0.0
2110
- Mon, 20 Mar 2017 21:52:20 GMT
2111
-
2112
- ### Breaking changes
2113
-
2114
- - Fixing whitespace, also a variable that was shadowing another variable.
2115
-
2116
- ## 1.1.19
2117
- Mon, 20 Mar 2017 04:20:13 GMT
2118
-
2119
- ### Patches
2120
-
2121
- - Reverting change.
2122
-
2123
- ## 1.1.18
2124
- Mon, 20 Mar 2017 03:50:55 GMT
2125
-
2126
- ### Patches
2127
-
2128
- - Reverting previous change, which causes a regression in SPFx yeoman sc enario.
2129
-
2130
- ## 1.1.17
2131
- Mon, 20 Mar 2017 00:54:03 GMT
2132
-
2133
- ### Patches
2134
-
2135
- - Fixing lint whitespace issues.
2136
-
2137
- ## 1.1.16
2138
- Sun, 19 Mar 2017 19:10:30 GMT
2139
-
2140
- ### Patches
2141
-
2142
- - Fixing variable that was shadowing another variable.
2143
-
2144
- ## 1.1.15
2145
- Wed, 15 Mar 2017 01:32:09 GMT
2146
-
2147
- ### Patches
2148
-
2149
- - Locking `@types` packages. Synchronizing version specifiers for dependencies with other `web-build-tools` projects.
2150
-
2151
- ## 1.1.14
2152
- Sat, 18 Feb 2017 02:32:06 GMT
2153
-
2154
- ### Patches
2155
-
2156
- - 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"
2157
-
2158
- ## 1.1.13
2159
- Thu, 16 Feb 2017 22:10:39 GMT
2160
-
2161
- ### Patches
2162
-
2163
- - Fixed Api-Extractor error message, changed apostrophe to backtick.
2164
-
2165
- ## 1.1.12
2166
- Thu, 16 Feb 2017 18:56:57 GMT
2167
-
2168
- ### Patches
2169
-
2170
- - Added support for local API definition resolution"
2171
-
2172
- ## 1.1.11
2173
- Sat, 11 Feb 2017 02:32:35 GMT
2174
-
2175
- ### Patches
2176
-
2177
- - Changed dependency for ApiDocumentation to abstract the resolving of API definition references.
2178
-
2179
- ## 1.1.10
2180
- Fri, 10 Feb 2017 20:01:30 GMT
2181
-
2182
- ### Patches
2183
-
2184
- - Added support to not throw error, instead report error if no type is declared on properties and parameters
2185
-
2186
- ## 1.1.9
2187
- Tue, 07 Feb 2017 20:37:06 GMT
2188
-
2189
- ### Patches
2190
-
2191
- - Fixing issue where undocumented comment was not being emitted.
2192
-
2193
- ## 1.1.8
2194
- Sat, 04 Feb 2017 02:32:05 GMT
2195
-
2196
- ### Patches
2197
-
2198
- - Moved ApiItem references within ApiDocumentation, to ApiItem caller.
2199
-
2200
- ## 1.1.7
2201
- Thu, 02 Feb 2017 14:05:53 GMT
2202
-
2203
- ### Patches
2204
-
2205
- - Refactored ApiDocumentation creation to resolve references method.
2206
-
2207
- ## 1.1.6
2208
- Wed, 01 Feb 2017 20:09:30 GMT
2209
-
2210
- ### Patches
2211
-
2212
- - Added ApiItemKind enum and refactored child classes.
2213
-
2214
- ## 1.1.5
2215
- Fri, 27 Jan 2017 20:04:15 GMT
2216
-
2217
- ### Patches
2218
-
2219
- - Changed name of Analyzer to Extractor, added support for external api json doc loading.
2220
-
2221
- ## 1.1.4
2222
- Fri, 27 Jan 2017 02:35:10 GMT
2223
-
2224
- ### Patches
2225
-
2226
- - Added ExternalApiHelper class to be used in generating api documentation json files for external types.
2227
- - Added description for packages implementation.
2228
- - Added config folder with file to enable api-extractor on itself. rebuild project on previous build.
2229
-
2230
- ## 1.1.3
2231
- Tue, 24 Jan 2017 01:36:35 GMT
2232
-
2233
- ### Patches
2234
-
2235
- - 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.
2236
-
2237
- ## 1.1.2
2238
- Fri, 20 Jan 2017 01:46:41 GMT
2239
-
2240
- _Version update only_
2241
-
2242
- ## 1.1.1
2243
- Thu, 19 Jan 2017 20:04:40 GMT
2244
-
2245
- ### Patches
2246
-
2247
- - Check for missing JSDoc sequences changed.
2248
- - Improved error messages
2249
-
2250
- ## 1.1.0
2251
- Wed, 18 Jan 2017 20:04:29 GMT
2252
-
2253
- ### Minor changes
2254
-
2255
- - Updating API Extractor to work with TypeScript 2.1
2256
-
2257
- ## 1.0.2
2258
- Mon, 16 Jan 2017 20:04:15 GMT
2259
-
2260
- ### Patches
2261
-
2262
- - @link capability for href and API definition references
2263
-
2264
- ## 1.0.1
2265
- Fri, 13 Jan 2017 06:46:05 GMT
2266
-
2267
- _Version update only_
2268
-
2269
- ## 1.0.0
2270
- Wed, 11 Jan 2017 14:11:26 GMT
2271
-
2272
- ### Breaking changes
2273
-
2274
- - Introducing API Extractor
2275
-
1
+ # Change Log - @microsoft/api-extractor
2
+
3
+ This log was last generated on Wed, 05 Jan 2022 16:07:47 GMT and should not be manually modified.
4
+
5
+ ## 7.19.4
6
+ Wed, 05 Jan 2022 16:07:47 GMT
7
+
8
+ _Version update only_
9
+
10
+ ## 7.19.3
11
+ Mon, 27 Dec 2021 16:10:40 GMT
12
+
13
+ _Version update only_
14
+
15
+ ## 7.19.2
16
+ Thu, 09 Dec 2021 20:34:41 GMT
17
+
18
+ _Version update only_
19
+
20
+ ## 7.19.1
21
+ Thu, 09 Dec 2021 00:21:54 GMT
22
+
23
+ _Version update only_
24
+
25
+ ## 7.19.0
26
+ Wed, 08 Dec 2021 16:14:05 GMT
27
+
28
+ ### Minor changes
29
+
30
+ - Update to TypeScript 4.5
31
+
32
+ ## 7.18.21
33
+ Mon, 06 Dec 2021 16:08:33 GMT
34
+
35
+ _Version update only_
36
+
37
+ ## 7.18.20
38
+ Fri, 03 Dec 2021 03:05:22 GMT
39
+
40
+ _Version update only_
41
+
42
+ ## 7.18.19
43
+ Sat, 06 Nov 2021 00:09:13 GMT
44
+
45
+ _Version update only_
46
+
47
+ ## 7.18.18
48
+ Fri, 05 Nov 2021 15:09:18 GMT
49
+
50
+ _Version update only_
51
+
52
+ ## 7.18.17
53
+ Wed, 27 Oct 2021 00:08:15 GMT
54
+
55
+ ### Patches
56
+
57
+ - Update the package.json repository field to include the directory property.
58
+
59
+ ## 7.18.16
60
+ Wed, 13 Oct 2021 15:09:54 GMT
61
+
62
+ _Version update only_
63
+
64
+ ## 7.18.15
65
+ Fri, 08 Oct 2021 08:08:34 GMT
66
+
67
+ _Version update only_
68
+
69
+ ## 7.18.14
70
+ Thu, 07 Oct 2021 07:13:35 GMT
71
+
72
+ _Version update only_
73
+
74
+ ## 7.18.13
75
+ Tue, 05 Oct 2021 15:08:38 GMT
76
+
77
+ _Version update only_
78
+
79
+ ## 7.18.12
80
+ Mon, 04 Oct 2021 15:10:18 GMT
81
+
82
+ _Version update only_
83
+
84
+ ## 7.18.11
85
+ Fri, 24 Sep 2021 00:09:29 GMT
86
+
87
+ _Version update only_
88
+
89
+ ## 7.18.10
90
+ Thu, 23 Sep 2021 00:10:40 GMT
91
+
92
+ ### Patches
93
+
94
+ - Upgrade the `@types/node` dependency to version to version 12.
95
+
96
+ ## 7.18.9
97
+ Tue, 14 Sep 2021 01:17:04 GMT
98
+
99
+ _Version update only_
100
+
101
+ ## 7.18.8
102
+ Mon, 13 Sep 2021 15:07:05 GMT
103
+
104
+ _Version update only_
105
+
106
+ ## 7.18.7
107
+ Fri, 27 Aug 2021 00:07:25 GMT
108
+
109
+ _Version update only_
110
+
111
+ ## 7.18.6
112
+ Fri, 20 Aug 2021 15:08:10 GMT
113
+
114
+ _Version update only_
115
+
116
+ ## 7.18.5
117
+ Wed, 11 Aug 2021 00:07:21 GMT
118
+
119
+ _Version update only_
120
+
121
+ ## 7.18.4
122
+ Wed, 14 Jul 2021 15:06:29 GMT
123
+
124
+ ### Patches
125
+
126
+ - Fix an issue where the .d.ts rollup sometimes used "default" as an identifier name causing a syntax error (GitHub #2804)
127
+
128
+ ## 7.18.3
129
+ Tue, 13 Jul 2021 23:00:33 GMT
130
+
131
+ ### Patches
132
+
133
+ - Revert a workaround for TypeScript issue #44422 which was fixed in 4.3.3
134
+
135
+ ## 7.18.2
136
+ Mon, 12 Jul 2021 23:08:26 GMT
137
+
138
+ _Version update only_
139
+
140
+ ## 7.18.1
141
+ Thu, 08 Jul 2021 23:41:16 GMT
142
+
143
+ ### Patches
144
+
145
+ - Fix a recent regression that reported "Internal Error: indentDocComment cannot be nested" (GitHub #2797)
146
+
147
+ ## 7.18.0
148
+ Thu, 08 Jul 2021 06:00:48 GMT
149
+
150
+ ### Minor changes
151
+
152
+ - Add support for import() type expressions (GitHub #1050) -- Thank you @javier-garcia-meteologica and @adventure-yunfei for solving this difficult problem!
153
+ - Improve formatting of declarations in .d.ts rollup and .api.md files, fixing some indentation issues
154
+
155
+ ## 7.17.1
156
+ Thu, 01 Jul 2021 15:08:27 GMT
157
+
158
+ _Version update only_
159
+
160
+ ## 7.17.0
161
+ Wed, 30 Jun 2021 15:06:54 GMT
162
+
163
+ ### Minor changes
164
+
165
+ - 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!
166
+
167
+ ### Patches
168
+
169
+ - Include /// directives in API report
170
+
171
+ ## 7.16.1
172
+ Fri, 04 Jun 2021 19:59:53 GMT
173
+
174
+ _Version update only_
175
+
176
+ ## 7.16.0
177
+ Fri, 04 Jun 2021 15:08:20 GMT
178
+
179
+ ### Minor changes
180
+
181
+ - Upgrade the bundled compiler engine to TypeScript 4.3
182
+
183
+ ## 7.15.2
184
+ Wed, 19 May 2021 00:11:39 GMT
185
+
186
+ _Version update only_
187
+
188
+ ## 7.15.1
189
+ Mon, 03 May 2021 15:10:29 GMT
190
+
191
+ _Version update only_
192
+
193
+ ## 7.15.0
194
+ Thu, 29 Apr 2021 23:26:50 GMT
195
+
196
+ ### Minor changes
197
+
198
+ - Upgrade the bundled compiler engine to TypeScript 4.2
199
+
200
+ ## 7.14.0
201
+ Tue, 20 Apr 2021 04:59:51 GMT
202
+
203
+ ### Minor changes
204
+
205
+ - Projects can now define custom tags using a tsdoc.json file
206
+
207
+ ## 7.13.5
208
+ Mon, 12 Apr 2021 15:10:28 GMT
209
+
210
+ _Version update only_
211
+
212
+ ## 7.13.4
213
+ Thu, 08 Apr 2021 06:05:31 GMT
214
+
215
+ _Version update only_
216
+
217
+ ## 7.13.3
218
+ Tue, 06 Apr 2021 15:14:22 GMT
219
+
220
+ _Version update only_
221
+
222
+ ## 7.13.2
223
+ Thu, 04 Mar 2021 01:11:31 GMT
224
+
225
+ _Version update only_
226
+
227
+ ## 7.13.1
228
+ Fri, 05 Feb 2021 16:10:42 GMT
229
+
230
+ _Version update only_
231
+
232
+ ## 7.13.0
233
+ Wed, 13 Jan 2021 01:11:06 GMT
234
+
235
+ ### Minor changes
236
+
237
+ - Upgrade the bundled compiler engine to TypeScript 4.1
238
+
239
+ ## 7.12.1
240
+ Thu, 10 Dec 2020 23:25:49 GMT
241
+
242
+ ### Patches
243
+
244
+ - Upgrade to TSDoc 0.12.24
245
+
246
+ ## 7.12.0
247
+ Wed, 18 Nov 2020 08:19:54 GMT
248
+
249
+ ### Minor changes
250
+
251
+ - The "isOptional" .api.json field is now applied to both methods and properties
252
+
253
+ ## 7.11.5
254
+ Wed, 18 Nov 2020 06:21:57 GMT
255
+
256
+ ### Patches
257
+
258
+ - Update .api.json file format to store a new field "isOptional" for documenting optional properties
259
+
260
+ ## 7.11.4
261
+ Wed, 11 Nov 2020 01:08:58 GMT
262
+
263
+ _Version update only_
264
+
265
+ ## 7.11.3
266
+ Tue, 10 Nov 2020 23:13:12 GMT
267
+
268
+ _Version update only_
269
+
270
+ ## 7.11.2
271
+ Fri, 30 Oct 2020 06:38:38 GMT
272
+
273
+ _Version update only_
274
+
275
+ ## 7.11.1
276
+ Fri, 30 Oct 2020 00:10:14 GMT
277
+
278
+ _Version update only_
279
+
280
+ ## 7.11.0
281
+ Thu, 29 Oct 2020 06:14:19 GMT
282
+
283
+ ### Minor changes
284
+
285
+ - Upgrade the bundled compiler engine to TypeScript 4.0
286
+
287
+ ## 7.10.6
288
+ Wed, 28 Oct 2020 01:18:03 GMT
289
+
290
+ _Version update only_
291
+
292
+ ## 7.10.5
293
+ Tue, 27 Oct 2020 15:10:13 GMT
294
+
295
+ _Version update only_
296
+
297
+ ## 7.10.4
298
+ Tue, 06 Oct 2020 00:24:06 GMT
299
+
300
+ _Version update only_
301
+
302
+ ## 7.10.3
303
+ Mon, 05 Oct 2020 22:36:57 GMT
304
+
305
+ _Version update only_
306
+
307
+ ## 7.10.2
308
+ Mon, 05 Oct 2020 15:10:42 GMT
309
+
310
+ _Version update only_
311
+
312
+ ## 7.10.1
313
+ Wed, 30 Sep 2020 18:39:17 GMT
314
+
315
+ ### Patches
316
+
317
+ - Update to build with @rushstack/heft-node-rig
318
+
319
+ ## 7.10.0
320
+ Wed, 30 Sep 2020 06:53:53 GMT
321
+
322
+ ### Minor changes
323
+
324
+ - API Extractor now supports the config/rig.json system, as defined by @rushstack/rig-package
325
+ - Add IExtractorConfigPrepareOptions.projectFolderLookupToken
326
+ - Upgrade compiler; the API now requires TypeScript 3.9 or newer
327
+
328
+ ### Patches
329
+
330
+ - Fix an InternalError reported when a declaration referred to itself using "tyepof"
331
+ - Update README.md
332
+
333
+ ## 7.9.22
334
+ Tue, 22 Sep 2020 05:45:56 GMT
335
+
336
+ _Version update only_
337
+
338
+ ## 7.9.21
339
+ Tue, 22 Sep 2020 01:45:31 GMT
340
+
341
+ _Version update only_
342
+
343
+ ## 7.9.20
344
+ Tue, 22 Sep 2020 00:08:53 GMT
345
+
346
+ _Version update only_
347
+
348
+ ## 7.9.19
349
+ Sat, 19 Sep 2020 04:37:26 GMT
350
+
351
+ _Version update only_
352
+
353
+ ## 7.9.18
354
+ Sat, 19 Sep 2020 03:33:06 GMT
355
+
356
+ _Version update only_
357
+
358
+ ## 7.9.17
359
+ Fri, 18 Sep 2020 22:57:24 GMT
360
+
361
+ _Version update only_
362
+
363
+ ## 7.9.16
364
+ Fri, 18 Sep 2020 21:49:54 GMT
365
+
366
+ _Version update only_
367
+
368
+ ## 7.9.15
369
+ Sun, 13 Sep 2020 01:53:20 GMT
370
+
371
+ _Version update only_
372
+
373
+ ## 7.9.14
374
+ Fri, 11 Sep 2020 02:13:35 GMT
375
+
376
+ _Version update only_
377
+
378
+ ## 7.9.13
379
+ Mon, 07 Sep 2020 07:37:37 GMT
380
+
381
+ _Version update only_
382
+
383
+ ## 7.9.12
384
+ Sat, 05 Sep 2020 18:56:34 GMT
385
+
386
+ _Version update only_
387
+
388
+ ## 7.9.11
389
+ Thu, 27 Aug 2020 11:27:06 GMT
390
+
391
+ _Version update only_
392
+
393
+ ## 7.9.10
394
+ Mon, 24 Aug 2020 07:35:20 GMT
395
+
396
+ _Version update only_
397
+
398
+ ## 7.9.9
399
+ Sat, 22 Aug 2020 05:55:42 GMT
400
+
401
+ _Version update only_
402
+
403
+ ## 7.9.8
404
+ Fri, 21 Aug 2020 01:21:18 GMT
405
+
406
+ _Version update only_
407
+
408
+ ## 7.9.7
409
+ Thu, 20 Aug 2020 15:13:53 GMT
410
+
411
+ _Version update only_
412
+
413
+ ## 7.9.6
414
+ Tue, 18 Aug 2020 23:59:42 GMT
415
+
416
+ _Version update only_
417
+
418
+ ## 7.9.5
419
+ Mon, 17 Aug 2020 04:53:23 GMT
420
+
421
+ _Version update only_
422
+
423
+ ## 7.9.4
424
+ Wed, 12 Aug 2020 00:10:05 GMT
425
+
426
+ ### Patches
427
+
428
+ - Updated project to build with Heft
429
+
430
+ ## 7.9.3
431
+ Wed, 05 Aug 2020 18:27:32 GMT
432
+
433
+ _Version update only_
434
+
435
+ ## 7.9.2
436
+ Thu, 09 Jul 2020 04:58:36 GMT
437
+
438
+ ### Patches
439
+
440
+ - Fix an issue with handling of "export { default } from 'package';" (GitHub #2014)
441
+
442
+ ## 7.9.1
443
+ Fri, 03 Jul 2020 15:09:04 GMT
444
+
445
+ _Version update only_
446
+
447
+ ## 7.9.0
448
+ Fri, 03 Jul 2020 05:46:41 GMT
449
+
450
+ ### Minor changes
451
+
452
+ - Add support for ECMAScript private fields (new in TypeScript 3.8)
453
+ - Add support for "import type" imports (new in TypeScript 3.8)
454
+ - Upgrade the bundled compiler engine to TypeScript 3.9
455
+
456
+ ### Patches
457
+
458
+ - Fix an issue where chained compiler errors were not formatted correctly
459
+ - Log the TypeScript bundled compiler version, and warn if it is outdated
460
+
461
+ ## 7.8.15
462
+ Thu, 25 Jun 2020 06:43:35 GMT
463
+
464
+ _Version update only_
465
+
466
+ ## 7.8.14
467
+ Wed, 24 Jun 2020 09:50:48 GMT
468
+
469
+ _Version update only_
470
+
471
+ ## 7.8.13
472
+ Wed, 24 Jun 2020 09:04:28 GMT
473
+
474
+ _Version update only_
475
+
476
+ ## 7.8.12
477
+ Mon, 15 Jun 2020 22:17:17 GMT
478
+
479
+ ### Patches
480
+
481
+ - Fix an issue where documentation hyperlinks were sometimes missing when using the "bundledPackages" feature (GitHub #1933)
482
+
483
+ ## 7.8.11
484
+ Wed, 10 Jun 2020 20:48:30 GMT
485
+
486
+ _Version update only_
487
+
488
+ ## 7.8.10
489
+ Mon, 01 Jun 2020 08:34:17 GMT
490
+
491
+ _Version update only_
492
+
493
+ ## 7.8.9
494
+ Sat, 30 May 2020 02:59:54 GMT
495
+
496
+ _Version update only_
497
+
498
+ ## 7.8.8
499
+ Thu, 28 May 2020 05:59:02 GMT
500
+
501
+ _Version update only_
502
+
503
+ ## 7.8.7
504
+ Wed, 27 May 2020 05:15:10 GMT
505
+
506
+ _Version update only_
507
+
508
+ ## 7.8.6
509
+ Tue, 26 May 2020 23:00:25 GMT
510
+
511
+ _Version update only_
512
+
513
+ ## 7.8.5
514
+ Fri, 22 May 2020 15:08:42 GMT
515
+
516
+ _Version update only_
517
+
518
+ ## 7.8.4
519
+ Thu, 21 May 2020 23:09:44 GMT
520
+
521
+ _Version update only_
522
+
523
+ ## 7.8.3
524
+ Thu, 21 May 2020 15:41:59 GMT
525
+
526
+ _Version update only_
527
+
528
+ ## 7.8.2
529
+ Tue, 19 May 2020 15:08:19 GMT
530
+
531
+ ### Patches
532
+
533
+ - Report an error to indicate that "import()" types are not supported
534
+
535
+ ## 7.8.1
536
+ Fri, 15 May 2020 08:10:59 GMT
537
+
538
+ _Version update only_
539
+
540
+ ## 7.8.0
541
+ Wed, 06 May 2020 08:23:45 GMT
542
+
543
+ ### Minor changes
544
+
545
+ - Version update only
546
+
547
+ ## 7.7.13
548
+ Wed, 08 Apr 2020 04:07:33 GMT
549
+
550
+ _Version update only_
551
+
552
+ ## 7.7.12
553
+ Sun, 29 Mar 2020 00:04:12 GMT
554
+
555
+ ### Patches
556
+
557
+ - Improve analysis of types exposed via global variables (fixes GitHub issues #1765, #1095, and #1316)
558
+
559
+ ## 7.7.11
560
+ Sat, 28 Mar 2020 00:37:16 GMT
561
+
562
+ ### Patches
563
+
564
+ - Upgrade to TSdoc 0.12.19 to fix an issue where `<h1>` wasn't allowed as an HTML tag in a doc comment
565
+
566
+ ## 7.7.10
567
+ Wed, 18 Mar 2020 15:07:47 GMT
568
+
569
+ ### Patches
570
+
571
+ - Upgrade cyclic dependencies
572
+
573
+ ## 7.7.9
574
+ Tue, 17 Mar 2020 23:55:58 GMT
575
+
576
+ ### Patches
577
+
578
+ - Replace dependencies whose NPM scope was renamed from `@microsoft` to `@rushstack`
579
+
580
+ ## 7.7.8
581
+ Tue, 28 Jan 2020 02:23:44 GMT
582
+
583
+ _Version update only_
584
+
585
+ ## 7.7.7
586
+ Thu, 23 Jan 2020 01:07:56 GMT
587
+
588
+ _Version update only_
589
+
590
+ ## 7.7.6
591
+ Tue, 21 Jan 2020 21:56:13 GMT
592
+
593
+ _Version update only_
594
+
595
+ ## 7.7.5
596
+ Sun, 19 Jan 2020 02:26:52 GMT
597
+
598
+ ### Patches
599
+
600
+ - Upgrade Node typings to Node 10
601
+
602
+ ## 7.7.4
603
+ Fri, 17 Jan 2020 01:08:23 GMT
604
+
605
+ _Version update only_
606
+
607
+ ## 7.7.3
608
+ Tue, 14 Jan 2020 01:34:15 GMT
609
+
610
+ ### Patches
611
+
612
+ - Fix an issue where "ae-incompatible-release-tags" was sometimes reported incorectly for property setters (GitHub #1681)
613
+
614
+ ## 7.7.2
615
+ Thu, 09 Jan 2020 06:44:12 GMT
616
+
617
+ ### Patches
618
+
619
+ - Fix an error "Cannot read property 'externalModuleIndicator' of undefined" (GitHub #1652)
620
+
621
+ ## 7.7.1
622
+ Wed, 08 Jan 2020 00:11:31 GMT
623
+
624
+ _Version update only_
625
+
626
+ ## 7.7.0
627
+ Tue, 03 Dec 2019 03:17:43 GMT
628
+
629
+ ### Minor changes
630
+
631
+ - Improve declaration reference syntax to allow linking to overloaded functions/methods
632
+ - Fix an issue with TypeScript 3.7, which now emits separate signatures for property getters/setters
633
+
634
+ ## 7.6.2
635
+ Sun, 24 Nov 2019 00:54:04 GMT
636
+
637
+ _Version update only_
638
+
639
+ ## 7.6.1
640
+ Wed, 20 Nov 2019 06:14:28 GMT
641
+
642
+ ### Patches
643
+
644
+ - Fix an issue where the newlineKind setting wasn't being applied correctly
645
+
646
+ ## 7.6.0
647
+ Fri, 15 Nov 2019 04:50:50 GMT
648
+
649
+ ### Minor changes
650
+
651
+ - Make newline type for generated files configurable
652
+
653
+ ## 7.5.6
654
+ Mon, 11 Nov 2019 16:07:56 GMT
655
+
656
+ _Version update only_
657
+
658
+ ## 7.5.5
659
+ Wed, 06 Nov 2019 22:44:18 GMT
660
+
661
+ ### Patches
662
+
663
+ - Add support for TypeScript 3.7
664
+
665
+ ## 7.5.4
666
+ Tue, 05 Nov 2019 06:49:28 GMT
667
+
668
+ ### Patches
669
+
670
+ - Fix an issue where API reports sometimes were ordered differently depending on the version of NodeJS (GitHub #1552)
671
+
672
+ ## 7.5.3
673
+ Tue, 05 Nov 2019 01:08:39 GMT
674
+
675
+ _Version update only_
676
+
677
+ ## 7.5.2
678
+ Tue, 22 Oct 2019 06:24:44 GMT
679
+
680
+ _Version update only_
681
+
682
+ ## 7.5.1
683
+ Fri, 18 Oct 2019 15:15:01 GMT
684
+
685
+ _Version update only_
686
+
687
+ ## 7.5.0
688
+ Sun, 06 Oct 2019 00:27:39 GMT
689
+
690
+ ### Minor changes
691
+
692
+ - Allow separate release tags for overloaded functions and methods
693
+ - Add new api-extractor.json config setting "bundledPackages"
694
+
695
+ ## 7.4.7
696
+ Fri, 04 Oct 2019 00:15:22 GMT
697
+
698
+ ### Patches
699
+
700
+ - Fix an issue where IExtractorConfigPrepareOptions.packageJson was ignored (GitHub #1559)
701
+
702
+ ## 7.4.6
703
+ Sun, 29 Sep 2019 23:56:29 GMT
704
+
705
+ ### Patches
706
+
707
+ - Update repository URL
708
+
709
+ ## 7.4.5
710
+ Wed, 25 Sep 2019 15:15:31 GMT
711
+
712
+ _Version update only_
713
+
714
+ ## 7.4.4
715
+ Tue, 24 Sep 2019 02:58:49 GMT
716
+
717
+ _Version update only_
718
+
719
+ ## 7.4.3
720
+ Mon, 23 Sep 2019 15:14:55 GMT
721
+
722
+ _Version update only_
723
+
724
+ ## 7.4.2
725
+ Wed, 11 Sep 2019 19:56:23 GMT
726
+
727
+ ### Patches
728
+
729
+ - Add support for an exported name that conflicts with a global name (GitHub #1350)
730
+
731
+ ## 7.4.1
732
+ Tue, 10 Sep 2019 22:32:23 GMT
733
+
734
+ ### Patches
735
+
736
+ - Update documentation
737
+
738
+ ## 7.4.0
739
+ Tue, 10 Sep 2019 20:38:33 GMT
740
+
741
+ ### Minor changes
742
+
743
+ - Add support for generating declaration references
744
+
745
+ ## 7.3.11
746
+ Wed, 04 Sep 2019 18:28:06 GMT
747
+
748
+ _Version update only_
749
+
750
+ ## 7.3.10
751
+ Wed, 04 Sep 2019 15:15:37 GMT
752
+
753
+ ### Patches
754
+
755
+ - Update TSDoc dependency to 0.12.14
756
+
757
+ ## 7.3.9
758
+ Fri, 30 Aug 2019 00:14:32 GMT
759
+
760
+ ### Patches
761
+
762
+ - Fix a problem where Unicode API names were not handled correctly
763
+
764
+ ## 7.3.8
765
+ Mon, 12 Aug 2019 15:15:14 GMT
766
+
767
+ _Version update only_
768
+
769
+ ## 7.3.7
770
+ Thu, 08 Aug 2019 15:14:17 GMT
771
+
772
+ _Version update only_
773
+
774
+ ## 7.3.6
775
+ Thu, 08 Aug 2019 00:49:05 GMT
776
+
777
+ ### Patches
778
+
779
+ - Fix an issue where a function with only one declaration was assigned an overloadIndex of 0 instead of 1
780
+
781
+ ## 7.3.5
782
+ Mon, 05 Aug 2019 22:04:32 GMT
783
+
784
+ ### Patches
785
+
786
+ - Security updates.
787
+
788
+ ## 7.3.4
789
+ Tue, 23 Jul 2019 01:13:01 GMT
790
+
791
+ ### Patches
792
+
793
+ - ApiItem.name is now quoted when it contains invalid identifier characters, to avoid conflicts with an ECMAScript symbol expression
794
+
795
+ ## 7.3.3
796
+ Mon, 22 Jul 2019 19:13:10 GMT
797
+
798
+ ### Patches
799
+
800
+ - Update to use new api-extractor-model
801
+
802
+ ## 7.3.2
803
+ Fri, 12 Jul 2019 19:12:46 GMT
804
+
805
+ ### Patches
806
+
807
+ - Clarify docs for "--typescript-compiler-folder"
808
+
809
+ ## 7.3.1
810
+ Thu, 11 Jul 2019 19:13:08 GMT
811
+
812
+ ### Patches
813
+
814
+ - Add support for TypeScript 3.5
815
+
816
+ ## 7.3.0
817
+ Tue, 09 Jul 2019 19:13:24 GMT
818
+
819
+ ### Minor changes
820
+
821
+ - Add a "--diagnostics" command-line option to help when troubleshooting problems
822
+
823
+ ## 7.2.3
824
+ Mon, 08 Jul 2019 19:12:18 GMT
825
+
826
+ ### Patches
827
+
828
+ - Fix a problem when analyzing .d.ts files that appear in the same folder as the corresponding .ts file (GitHub #1310)
829
+
830
+ ## 7.2.2
831
+ Sat, 29 Jun 2019 02:30:10 GMT
832
+
833
+ ### Patches
834
+
835
+ - Fix GitHub issue #1304 where "IExtractorInvokeOptions.typescriptCompilerFolder" did not work with TypeScript 3.4
836
+
837
+ ## 7.2.1
838
+ Wed, 12 Jun 2019 19:12:33 GMT
839
+
840
+ _Version update only_
841
+
842
+ ## 7.2.0
843
+ Tue, 11 Jun 2019 00:48:06 GMT
844
+
845
+ ### Minor changes
846
+
847
+ - Generate ApiTypeParameter entries and type alias types
848
+
849
+ ## 7.1.8
850
+ Wed, 05 Jun 2019 19:12:34 GMT
851
+
852
+ ### Patches
853
+
854
+ - Fix an issue where TSDoc index selectors (ApiParameterListMixin.overloadIndex) started from 0, whereas TSDoc requires a nonzero number
855
+
856
+ ## 7.1.7
857
+ Tue, 04 Jun 2019 05:51:53 GMT
858
+
859
+ ### Patches
860
+
861
+ - Upgrade api-extractor-model to remove ApiConstructor.isStatic, since TypeScript constructors cannot be static
862
+ - Improve handling of symbolic property and method names.
863
+
864
+ ## 7.1.6
865
+ Mon, 27 May 2019 04:13:44 GMT
866
+
867
+ ### Patches
868
+
869
+ - Fix incorrect path resolution for the "extends" field when loading tsconfig.json
870
+
871
+ ## 7.1.5
872
+ Mon, 13 May 2019 02:08:35 GMT
873
+
874
+ ### Patches
875
+
876
+ - Broaden support for default imports
877
+
878
+ ## 7.1.4
879
+ Mon, 06 May 2019 20:46:21 GMT
880
+
881
+ _Version update only_
882
+
883
+ ## 7.1.3
884
+ Mon, 06 May 2019 19:34:54 GMT
885
+
886
+ ### Patches
887
+
888
+ - Add a new setting "omitTrimmingComments" to prevent extra comments from being emitted in the .d.ts rollup
889
+
890
+ ## 7.1.2
891
+ Mon, 06 May 2019 19:11:16 GMT
892
+
893
+ ### Patches
894
+
895
+ - Fix an issue where ExtractorResult.warningCount was not incremented for messages handled by IExtractorInvokeOptions.messageCallback (GitHub #1258)
896
+
897
+ ## 7.1.1
898
+ Tue, 30 Apr 2019 23:08:02 GMT
899
+
900
+ ### Patches
901
+
902
+ - Fix an issue where API signatures were sometimes truncated in the .api.json file (GitHub #1249)
903
+
904
+ ## 7.1.0
905
+ Tue, 16 Apr 2019 11:01:37 GMT
906
+
907
+ ### Minor changes
908
+
909
+ - Initial stable release of API Extractor 7
910
+
911
+ ## 7.0.42
912
+ Fri, 12 Apr 2019 06:13:16 GMT
913
+
914
+ ### Patches
915
+
916
+ - Fix a regression that prevented certain types of warnings from being reported
917
+
918
+ ## 7.0.41
919
+ Thu, 11 Apr 2019 07:14:01 GMT
920
+
921
+ ### Patches
922
+
923
+ - THIS IS A RELEASE CANDIDATE FOR API-EXTRACTOR 7
924
+ - (Breaking change) Rename "mainEntryPointFile" to "mainEntryPointFilePath" so all settings use a consistent naming convention
925
+ - (Breaking change) Paths that appear in api-extractor.json are now resolved relative to the config file unless prefixed with the `<projectFolder>` token
926
+ - Add a new api-extractor.json setting "tsconfigFilePath" for customizing the tsconfig.json path
927
+ - Replace ExtractorConfig.packageJsonFullPath with ExtractorConfig.packageFolder
928
+ - Upgrade API Extractor to use TypeScript 3.4 for analysis
929
+
930
+ ## 7.0.40
931
+ Tue, 09 Apr 2019 05:31:01 GMT
932
+
933
+ ### Patches
934
+
935
+ - Improve the "--local" option to automatically create the API report file if it is missing
936
+
937
+ ## 7.0.39
938
+ Mon, 08 Apr 2019 19:12:52 GMT
939
+
940
+ ### Patches
941
+
942
+ - Rename "addToApiReviewFile" setting to "addToApiReportFile"
943
+
944
+ ## 7.0.38
945
+ Sat, 06 Apr 2019 02:05:51 GMT
946
+
947
+ ### Patches
948
+
949
+ - (Breaking change) Removed the ILogger API and renamed ExtractorMessageLogLevel to ExtractorLogLevel
950
+ - (Breaking change) Extractor console output is now modeled as ExtractorMessage objects and can be customized/filtered/handled by IExtractorInvokeOptions.messageCallback
951
+
952
+ ## 7.0.37
953
+ Fri, 05 Apr 2019 04:16:16 GMT
954
+
955
+ ### Patches
956
+
957
+ - Introduce "api-extractor init" command-line that helps enable API Extractor for a new project
958
+ - (Breaking change) Major redesign of the API used to invoke API Extractor
959
+ - (Breaking change) Major redesign of the api-extractor.json config file format
960
+ - Add a CompilerState API that allows an optimization where multiple invocations of Extractor can reuse the same TypeScript compiler analysis
961
+
962
+ ## 7.0.36
963
+ Wed, 03 Apr 2019 02:58:33 GMT
964
+
965
+ ### Patches
966
+
967
+ - Fix an issue where .d.ts.map file were sometimes mapped to the wrong location
968
+
969
+ ## 7.0.35
970
+ Sat, 30 Mar 2019 22:27:16 GMT
971
+
972
+ ### Patches
973
+
974
+ - Reintroduce the generated documentation notice for internal constructors
975
+ - Add limited support for resolving @inheritDoc references to external packages by postprocessing them in api-documenter
976
+
977
+ ## 7.0.34
978
+ Thu, 28 Mar 2019 19:14:27 GMT
979
+
980
+ ### Patches
981
+
982
+ - Validate `@link` tags and report a warning if the link cannot be resolved
983
+
984
+ ## 7.0.33
985
+ Tue, 26 Mar 2019 20:54:18 GMT
986
+
987
+ ### Patches
988
+
989
+ - Reintroduce support for `@inheritDoc` tags
990
+
991
+ ## 7.0.32
992
+ Sat, 23 Mar 2019 03:48:31 GMT
993
+
994
+ ### Patches
995
+
996
+ - If the TSDoc summary is missing for a class constructor, then automatically generate it
997
+ - Reintroduce support for the `@preapproved` TSDoc tag
998
+
999
+ ## 7.0.31
1000
+ Thu, 21 Mar 2019 04:59:11 GMT
1001
+
1002
+ ### Patches
1003
+
1004
+ - Reintroduce "ae-internal-missing-underscore" warning for API items marked as `@internal` but whose name does not start with an underscore
1005
+
1006
+ ## 7.0.30
1007
+ Thu, 21 Mar 2019 01:15:32 GMT
1008
+
1009
+ ### Patches
1010
+
1011
+ - Improve the API review file generation to include imports and support multiple exports
1012
+
1013
+ ## 7.0.29
1014
+ Wed, 20 Mar 2019 19:14:49 GMT
1015
+
1016
+ ### Patches
1017
+
1018
+ - API Extractor can now analyze packages whose package.json file is missing the "version" field
1019
+
1020
+ ## 7.0.28
1021
+ Mon, 18 Mar 2019 04:28:43 GMT
1022
+
1023
+ ### Patches
1024
+
1025
+ - Rename the "ae-inconsistent-release-tags" warning to "ae-different-release-tags"
1026
+ - Introduce a new warning "ae-incompatible-release-tags" that checks for API signatures that reference types with incompatible release tags
1027
+ - Fix an issue where this error was sometimes reported incorrectly: "The messages.extractorMessageReporting table contains an unrecognized identifier ___"
1028
+
1029
+ ## 7.0.27
1030
+ Fri, 15 Mar 2019 19:13:25 GMT
1031
+
1032
+ ### Patches
1033
+
1034
+ - (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
1035
+
1036
+ ## 7.0.26
1037
+ Wed, 13 Mar 2019 19:13:14 GMT
1038
+
1039
+ ### Patches
1040
+
1041
+ - Refactor code to move the IndentedWriter API from api-extractor-model to api-documenter
1042
+
1043
+ ## 7.0.25
1044
+ Wed, 13 Mar 2019 01:14:05 GMT
1045
+
1046
+ ### Patches
1047
+
1048
+ - Upgrade TSDoc
1049
+
1050
+ ## 7.0.24
1051
+ Mon, 11 Mar 2019 16:13:36 GMT
1052
+
1053
+ ### Patches
1054
+
1055
+ - Fix an issue where spurious TSDoc warnings were issued because the TSDoc parser was configured improperly
1056
+ - Move the .api.json related APIs into a new NPM package @microsoft/api-extractor-model
1057
+
1058
+ ## 7.0.23
1059
+ Tue, 05 Mar 2019 17:13:11 GMT
1060
+
1061
+ ### Patches
1062
+
1063
+ - Issue a warning when an exported type refers to another local type that is not exported (ae-forgotten-export)
1064
+ - The export analyzer now correctly handles symbols imported using "import x = require('y');" notation
1065
+
1066
+ ## 7.0.22
1067
+ Mon, 04 Mar 2019 17:13:19 GMT
1068
+
1069
+ ### Patches
1070
+
1071
+ - Every error/warning message reported by API Extractor now has an associated message identifier
1072
+ - Add a new section to api-extractor.json for configuring how errors get reported, with ability to suppress individual errors
1073
+ - Reintroduce the ability to report issues by writing warnings into the API review file
1074
+ - Fix an issue where members of type literals were incorrectly being flagged as "(undocumented)"
1075
+ - Error messages now cite the original .ts source file, if a source map is present. (To enable this, specify `"declarationMap": true` in tsconfig.json.)
1076
+
1077
+ ## 7.0.21
1078
+ Wed, 27 Feb 2019 22:13:58 GMT
1079
+
1080
+ _Version update only_
1081
+
1082
+ ## 7.0.20
1083
+ Wed, 27 Feb 2019 17:13:17 GMT
1084
+
1085
+ _Version update only_
1086
+
1087
+ ## 7.0.19
1088
+ Mon, 18 Feb 2019 17:13:23 GMT
1089
+
1090
+ ### Minor changes
1091
+
1092
+ - New way to resolve & generate TSDoc metadata file
1093
+
1094
+ ## 7.0.18
1095
+ Tue, 12 Feb 2019 17:13:12 GMT
1096
+
1097
+ ### Patches
1098
+
1099
+ - 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)
1100
+
1101
+ ## 7.0.17
1102
+ Mon, 11 Feb 2019 10:32:37 GMT
1103
+
1104
+ ### Patches
1105
+
1106
+ - Fix an issue where API Extractor neglected to analyze "typeof" expressions
1107
+ - Fix an issue where declarations inside a namespace were sometimes being incorrectly emitted as top-level exports of the .d.ts rollup
1108
+
1109
+ ## 7.0.16
1110
+ Mon, 11 Feb 2019 08:55:57 GMT
1111
+
1112
+ ### Patches
1113
+
1114
+ - 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
1115
+ - Fix a number of bugs where external symbols were misinterpreted as being part of the local project
1116
+ - Eliminate a number of errors involving unusual language constructs, by avoiding analysis of external symbols unless it's really necessary
1117
+ - Simplify the AstSymbol.nominalAnalysis concept and associated code
1118
+ - Improve .d.ts rollup trimming to handle reexported symbols correctly
1119
+
1120
+ ## 7.0.15
1121
+ Mon, 11 Feb 2019 03:31:55 GMT
1122
+
1123
+ ### Patches
1124
+
1125
+ - The `--debug` parameter now automatically breaks in the debugger when InternalError is thrown
1126
+
1127
+ ## 7.0.14
1128
+ Thu, 31 Jan 2019 17:03:49 GMT
1129
+
1130
+ ### Patches
1131
+
1132
+ - Upgrade to TSDoc 0.12.5, which allows `$` in `@param` names
1133
+ - Add "testMode" option in api-extractor.json to eliminate spurious diffs in test files when the version number gets bumped
1134
+ - Normalize newlines for excerpt strings in the .api.json file
1135
+
1136
+ ## 7.0.13
1137
+ Sat, 19 Jan 2019 03:47:47 GMT
1138
+
1139
+ ### Patches
1140
+
1141
+ - Move the skipLibCheck into the config file.
1142
+
1143
+ ## 7.0.12
1144
+ Sat, 19 Jan 2019 01:17:51 GMT
1145
+
1146
+ ### Patches
1147
+
1148
+ - Fix an issue where files using "export=" were incorrectly interpreted as having ambient declarations
1149
+
1150
+ ## 7.0.11
1151
+ Fri, 18 Jan 2019 00:52:21 GMT
1152
+
1153
+ ### Patches
1154
+
1155
+ - Add support for circular references between files that use `export * from "____";`
1156
+
1157
+ ## 7.0.10
1158
+ Thu, 17 Jan 2019 00:37:54 GMT
1159
+
1160
+ ### Patches
1161
+
1162
+ - Add support for exports of the form `export * from "____";`
1163
+ - Improve the analyzer to allow a declaration to be exported more than once
1164
+ - Fix inconsistent newlines in .api.ts files
1165
+
1166
+ ## 7.0.9
1167
+ Thu, 10 Jan 2019 01:57:52 GMT
1168
+
1169
+ ### Patches
1170
+
1171
+ - Fix an issue with rolling up default exports (https://github.com/microsoft/web-build-tools/issues/1007)
1172
+
1173
+ ## 7.0.8
1174
+ Thu, 20 Dec 2018 17:04:08 GMT
1175
+
1176
+ ### Patches
1177
+
1178
+ - 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
1179
+
1180
+ ## 7.0.7
1181
+ Wed, 19 Dec 2018 05:57:33 GMT
1182
+
1183
+ ### Patches
1184
+
1185
+ - Extend ApiModel to support new item kinds: ApiCallSignature, ApiConstructor, ApiConstructSignature, ApiFunction, ApiIndexSignature, ApiTypeAlias, and ApiVariable
1186
+
1187
+ ## 7.0.6
1188
+ Fri, 14 Dec 2018 19:43:46 GMT
1189
+
1190
+ ### Patches
1191
+
1192
+ - Update web site URLs
1193
+
1194
+ ## 7.0.5
1195
+ Thu, 13 Dec 2018 02:58:10 GMT
1196
+
1197
+ ### Patches
1198
+
1199
+ - Remove unused jju dependency
1200
+
1201
+ ## 7.0.4
1202
+ Wed, 12 Dec 2018 17:04:19 GMT
1203
+
1204
+ ### Patches
1205
+
1206
+ - Reintroduce support for "extends" and "implements" heritage clauses
1207
+ - Redesign the Excerpt API to support multiple subranges (e.g. for a list of "implements" clauses)
1208
+
1209
+ ## 7.0.3
1210
+ Fri, 07 Dec 2018 17:04:56 GMT
1211
+
1212
+ ### Patches
1213
+
1214
+ - Added more API documentation
1215
+
1216
+ ## 7.0.2
1217
+ Wed, 05 Dec 2018 19:57:03 GMT
1218
+
1219
+ ### Patches
1220
+
1221
+ - fix reexported types from an external package for dts rollup
1222
+
1223
+ ## 7.0.1
1224
+ Wed, 05 Dec 2018 17:04:18 GMT
1225
+
1226
+ ### Patches
1227
+
1228
+ - Fix an issue where .d.ts trimming did not properly handle variable declarations (GitHub #976)
1229
+
1230
+ ## 7.0.0
1231
+ Thu, 29 Nov 2018 07:02:09 GMT
1232
+
1233
+ ### Breaking changes
1234
+
1235
+ - 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.
1236
+
1237
+ ## 6.3.0
1238
+ Wed, 28 Nov 2018 19:29:53 GMT
1239
+
1240
+ ### Minor changes
1241
+
1242
+ - Support "extends" field in api-extractor.json config files for easier management of monorepos with many projects
1243
+
1244
+ ## 6.2.0
1245
+ Wed, 28 Nov 2018 02:17:11 GMT
1246
+
1247
+ ### Minor changes
1248
+
1249
+ - Introduce a new build output "dist/tsdoc-metdata.json", which completely replaces the old "tsdocFlavor" field in package.json
1250
+
1251
+ ## 6.1.6
1252
+ Fri, 16 Nov 2018 21:37:10 GMT
1253
+
1254
+ ### Patches
1255
+
1256
+ - Add support for emitting `/// <reference lib="___" />` directives in .d.ts rollups (GitHub issue #946)
1257
+
1258
+ ## 6.1.5
1259
+ Fri, 16 Nov 2018 00:59:00 GMT
1260
+
1261
+ ### Patches
1262
+
1263
+ - Fix an issue where .d.ts trimming did not work for exported variable declarations (GitHub #936)
1264
+
1265
+ ## 6.1.4
1266
+ Fri, 09 Nov 2018 23:07:39 GMT
1267
+
1268
+ ### Patches
1269
+
1270
+ - Upgrade to TSDoc 0.21.2, which improves trimming of link text in `@link` tags
1271
+
1272
+ ## 6.1.3
1273
+ Wed, 07 Nov 2018 21:04:35 GMT
1274
+
1275
+ _Version update only_
1276
+
1277
+ ## 6.1.2
1278
+ Mon, 05 Nov 2018 17:04:24 GMT
1279
+
1280
+ ### Patches
1281
+
1282
+ - Upgrade to @microsoft/tsdoc 0.12.0
1283
+
1284
+ ## 6.1.1
1285
+ Thu, 01 Nov 2018 19:32:52 GMT
1286
+
1287
+ ### Patches
1288
+
1289
+ - Fix an issue where EcmaScript symbols ("computed property names") were missing from .d.ts rollups
1290
+
1291
+ ## 6.1.0
1292
+ Wed, 31 Oct 2018 17:00:54 GMT
1293
+
1294
+ ### Minor changes
1295
+
1296
+ - Added an api to invoke api extractor processor by supplying api extractor json config file.
1297
+
1298
+ ## 6.0.9
1299
+ Thu, 25 Oct 2018 23:20:40 GMT
1300
+
1301
+ _Version update only_
1302
+
1303
+ ## 6.0.8
1304
+ Thu, 25 Oct 2018 08:56:02 GMT
1305
+
1306
+ ### Patches
1307
+
1308
+ - Fix issue where `DocErrorText.text` returned `[object Object]` instead of the text
1309
+
1310
+ ## 6.0.7
1311
+ Wed, 24 Oct 2018 16:03:10 GMT
1312
+
1313
+ _Version update only_
1314
+
1315
+ ## 6.0.6
1316
+ Thu, 18 Oct 2018 01:32:20 GMT
1317
+
1318
+ ### Patches
1319
+
1320
+ - Fix isAbsolute check for mainDtsRollupPath
1321
+
1322
+ ## 6.0.5
1323
+ Wed, 17 Oct 2018 21:04:49 GMT
1324
+
1325
+ _Version update only_
1326
+
1327
+ ## 6.0.4
1328
+ Wed, 17 Oct 2018 14:43:24 GMT
1329
+
1330
+ ### Patches
1331
+
1332
+ - Fix a regression where namespaces were sometimes incorrectly handled in "conservative" mode
1333
+ - Update the command line to look for api-extractor.json in both the "./config" folder and the project folder
1334
+ - Allow type references in namespaces when namespaceSupport=conservative
1335
+
1336
+ ## 6.0.3
1337
+ Thu, 11 Oct 2018 23:26:07 GMT
1338
+
1339
+ ### Patches
1340
+
1341
+ - Fix an issue where `import x from "."` was sometimes not processed correctly
1342
+
1343
+ ## 6.0.2
1344
+ Tue, 09 Oct 2018 06:58:01 GMT
1345
+
1346
+ ### Patches
1347
+
1348
+ - Fix a regression where API Extractor was sometimes reporting incorrect line numbers
1349
+
1350
+ ## 6.0.1
1351
+ Mon, 08 Oct 2018 16:04:27 GMT
1352
+
1353
+ _Version update only_
1354
+
1355
+ ## 6.0.0
1356
+ Sun, 07 Oct 2018 06:15:56 GMT
1357
+
1358
+ ### Breaking changes
1359
+
1360
+ - (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
1361
+
1362
+ ## 5.13.1
1363
+ Fri, 28 Sep 2018 16:05:35 GMT
1364
+
1365
+ _Version update only_
1366
+
1367
+ ## 5.13.0
1368
+ Wed, 26 Sep 2018 21:39:40 GMT
1369
+
1370
+ ### Minor changes
1371
+
1372
+ - Add new command line option --skip-lib-check
1373
+
1374
+ ## 5.12.2
1375
+ Mon, 24 Sep 2018 23:06:40 GMT
1376
+
1377
+ ### Patches
1378
+
1379
+ - Allow doc comments to use TSDoc's "@defaultvalue" tag (but the value is not yet passed to the documentation pipeline)
1380
+
1381
+ ## 5.12.1
1382
+ Fri, 21 Sep 2018 16:04:42 GMT
1383
+
1384
+ ### Patches
1385
+
1386
+ - Fix an issue where TypeScript errors are often logged as "[Object object]" instead of the actual error message.
1387
+
1388
+ ## 5.12.0
1389
+ Thu, 20 Sep 2018 23:57:21 GMT
1390
+
1391
+ ### Minor changes
1392
+
1393
+ - Add new feature: Support using a different version of the TypeScript compiler.
1394
+
1395
+ ## 5.11.2
1396
+ Tue, 18 Sep 2018 21:04:55 GMT
1397
+
1398
+ ### Patches
1399
+
1400
+ - Fix an issue where parameters mentioned in comments were attempting to be analyzed by api-extractor.
1401
+
1402
+ ## 5.11.1
1403
+ Thu, 06 Sep 2018 01:25:25 GMT
1404
+
1405
+ ### Patches
1406
+
1407
+ - Update "repository" field in package.json
1408
+
1409
+ ## 5.11.0
1410
+ Mon, 03 Sep 2018 16:04:45 GMT
1411
+
1412
+ ### Minor changes
1413
+
1414
+ - Upgrade api-extractor to internally use TypeScript 3.0.
1415
+
1416
+ ## 5.10.8
1417
+ Wed, 29 Aug 2018 06:36:50 GMT
1418
+
1419
+ _Version update only_
1420
+
1421
+ ## 5.10.7
1422
+ Thu, 23 Aug 2018 18:18:53 GMT
1423
+
1424
+ ### Patches
1425
+
1426
+ - Republish all packages in web-build-tools to resolve GitHub issue #782
1427
+
1428
+ ## 5.10.6
1429
+ Wed, 22 Aug 2018 20:58:58 GMT
1430
+
1431
+ _Version update only_
1432
+
1433
+ ## 5.10.5
1434
+ Wed, 22 Aug 2018 16:03:25 GMT
1435
+
1436
+ _Version update only_
1437
+
1438
+ ## 5.10.4
1439
+ Tue, 21 Aug 2018 16:04:38 GMT
1440
+
1441
+ ### Patches
1442
+
1443
+ - fix namespace name for export statement`
1444
+
1445
+ ## 5.10.3
1446
+ Thu, 09 Aug 2018 21:03:22 GMT
1447
+
1448
+ _Version update only_
1449
+
1450
+ ## 5.10.2
1451
+ Thu, 09 Aug 2018 16:04:24 GMT
1452
+
1453
+ ### Patches
1454
+
1455
+ - Update lodash.
1456
+
1457
+ ## 5.10.1
1458
+ Thu, 26 Jul 2018 16:04:17 GMT
1459
+
1460
+ _Version update only_
1461
+
1462
+ ## 5.10.0
1463
+ Tue, 17 Jul 2018 16:02:52 GMT
1464
+
1465
+ ### Minor changes
1466
+
1467
+ - Add support for new "@eventproperty" AEDoc tag, which indicates that a class/interface property should be documented as an event
1468
+
1469
+ ## 5.9.1
1470
+ Tue, 03 Jul 2018 21:03:31 GMT
1471
+
1472
+ _Version update only_
1473
+
1474
+ ## 5.9.0
1475
+ Sat, 23 Jun 2018 02:21:20 GMT
1476
+
1477
+ ### Minor changes
1478
+
1479
+ - Add new IMarkupHtmlTag API
1480
+ - AEDoc now allows HTML tags inside doc comments, which can be disabled using a backslash escape
1481
+
1482
+ ## 5.8.1
1483
+ Thu, 21 Jun 2018 08:27:29 GMT
1484
+
1485
+ _Version update only_
1486
+
1487
+ ## 5.8.0
1488
+ Tue, 19 Jun 2018 19:35:11 GMT
1489
+
1490
+ ### Minor changes
1491
+
1492
+ - For namespaceSupport=permissive, allow arbitrary nesting of namespaces
1493
+
1494
+ ### Patches
1495
+
1496
+ - Fix an issue where multi-line type literals sometimes had inconsistent newlines in the *.api.json file
1497
+
1498
+ ## 5.7.3
1499
+ Fri, 08 Jun 2018 08:43:52 GMT
1500
+
1501
+ _Version update only_
1502
+
1503
+ ## 5.7.2
1504
+ Thu, 31 May 2018 01:39:33 GMT
1505
+
1506
+ _Version update only_
1507
+
1508
+ ## 5.7.1
1509
+ Tue, 15 May 2018 02:26:45 GMT
1510
+
1511
+ _Version update only_
1512
+
1513
+ ## 5.7.0
1514
+ Tue, 15 May 2018 00:18:10 GMT
1515
+
1516
+ ### Minor changes
1517
+
1518
+ - Add support for new AEDoc tags @sealed, @virtual, and @override
1519
+
1520
+ ## 5.6.8
1521
+ Fri, 04 May 2018 00:42:38 GMT
1522
+
1523
+ ### Patches
1524
+
1525
+ - Fix the formatting of a log message.
1526
+
1527
+ ## 5.6.7
1528
+ Tue, 01 May 2018 22:03:20 GMT
1529
+
1530
+ ### Patches
1531
+
1532
+ - Fix an issue where the *.d.ts rollup trimming did not trim import statements
1533
+
1534
+ ## 5.6.6
1535
+ Fri, 27 Apr 2018 03:04:32 GMT
1536
+
1537
+ _Version update only_
1538
+
1539
+ ## 5.6.5
1540
+ Thu, 19 Apr 2018 21:25:56 GMT
1541
+
1542
+ _Version update only_
1543
+
1544
+ ## 5.6.4
1545
+ Thu, 19 Apr 2018 17:02:06 GMT
1546
+
1547
+ ### Patches
1548
+
1549
+ - Fix errors in schema documentation
1550
+
1551
+ ## 5.6.3
1552
+ Tue, 03 Apr 2018 16:05:29 GMT
1553
+
1554
+ _Version update only_
1555
+
1556
+ ## 5.6.2
1557
+ Mon, 02 Apr 2018 16:05:24 GMT
1558
+
1559
+ ### Patches
1560
+
1561
+ - Refactor to use new @microsoft/node-core-library
1562
+
1563
+ ## 5.6.1
1564
+ Tue, 27 Mar 2018 01:34:25 GMT
1565
+
1566
+ ### Patches
1567
+
1568
+ - Update build config so API Extractor builds using the latest version of itself
1569
+
1570
+ ## 5.6.0
1571
+ Sun, 25 Mar 2018 01:26:19 GMT
1572
+
1573
+ ### Minor changes
1574
+
1575
+ - Improve the api-extractor.json config file so that *.d.ts rollups go in separate folders, and trimming can now be disabled
1576
+
1577
+ ### Patches
1578
+
1579
+ - In preparation for initial release, the "Package Typings" feature was renamed to "DTS Rollup"
1580
+ - Fix an issue where the @packagedocumentation comment was sometimes getting mixed into the middle of the rollup *.d.ts file
1581
+
1582
+ ## 5.5.2
1583
+ Fri, 23 Mar 2018 00:34:53 GMT
1584
+
1585
+ ### Patches
1586
+
1587
+ - Upgrade colors to version ~1.2.1
1588
+
1589
+ ## 5.5.1
1590
+ Tue, 20 Mar 2018 02:44:45 GMT
1591
+
1592
+ ### Patches
1593
+
1594
+ - Improve packageTypings generator to trim nested members according to their release tag
1595
+ - Fix a bug where packageTypings failed to handle merged declarations properly
1596
+
1597
+ ## 5.5.0
1598
+ Sat, 17 Mar 2018 02:54:22 GMT
1599
+
1600
+ ### Minor changes
1601
+
1602
+ - Overhaul the packageTypings generator analysis to get ready for the upcoming nested member trimming
1603
+ - Breaking change: Any projects using the package typings feature must now have a "tsdoc" section in their package.json
1604
+
1605
+ ### Patches
1606
+
1607
+ - Add "--debug" flag for debugging
1608
+
1609
+ ## 5.4.0
1610
+ Thu, 15 Mar 2018 20:00:50 GMT
1611
+
1612
+ ### Minor changes
1613
+
1614
+ - Add a new setting validationRules.missingReleaseTags to optionally remove the requirement that every API item should have a release tag
1615
+ - Add new API "Markup.formatApiItemReference()"
1616
+
1617
+ ### Patches
1618
+
1619
+ - Fix an issue where the automatically generated documentation for class constructors sometimes had a broken hyperlink
1620
+
1621
+ ## 5.3.9
1622
+ Thu, 15 Mar 2018 16:05:43 GMT
1623
+
1624
+ _Version update only_
1625
+
1626
+ ## 5.3.8
1627
+ Mon, 12 Mar 2018 20:36:19 GMT
1628
+
1629
+ ### Patches
1630
+
1631
+ - Locked down some "@types/" dependency versions to avoid upgrade conflicts
1632
+
1633
+ ## 5.3.7
1634
+ Tue, 06 Mar 2018 17:04:51 GMT
1635
+
1636
+ ### Patches
1637
+
1638
+ - Add preliminary support for preview and public outputs for packageTypings generator
1639
+
1640
+ ## 5.3.6
1641
+ Fri, 02 Mar 2018 01:13:59 GMT
1642
+
1643
+ _Version update only_
1644
+
1645
+ ## 5.3.5
1646
+ Tue, 27 Feb 2018 22:05:57 GMT
1647
+
1648
+ _Version update only_
1649
+
1650
+ ## 5.3.4
1651
+ Wed, 21 Feb 2018 22:04:19 GMT
1652
+
1653
+ _Version update only_
1654
+
1655
+ ## 5.3.3
1656
+ Wed, 21 Feb 2018 03:13:28 GMT
1657
+
1658
+ _Version update only_
1659
+
1660
+ ## 5.3.2
1661
+ Sat, 17 Feb 2018 02:53:49 GMT
1662
+
1663
+ ### Patches
1664
+
1665
+ - Fix several bugs with the way that imports were being deduplicated by the packageTypings feature
1666
+
1667
+ ## 5.3.1
1668
+ Fri, 16 Feb 2018 22:05:23 GMT
1669
+
1670
+ _Version update only_
1671
+
1672
+ ## 5.3.0
1673
+ Fri, 16 Feb 2018 17:05:11 GMT
1674
+
1675
+ ### Minor changes
1676
+
1677
+ - Fix an issue where the packageTypings feature didn't handle some import/export patterns
1678
+
1679
+ ### Patches
1680
+
1681
+ - Fix an issue where the packageTypings feature sometimes emitted "default" instead of the class name
1682
+ - Improve the packageTypings feature to support triple-slash references to typings
1683
+
1684
+ ## 5.2.7
1685
+ Wed, 07 Feb 2018 17:05:11 GMT
1686
+
1687
+ _Version update only_
1688
+
1689
+ ## 5.2.6
1690
+ Fri, 26 Jan 2018 22:05:30 GMT
1691
+
1692
+ _Version update only_
1693
+
1694
+ ## 5.2.5
1695
+ Fri, 26 Jan 2018 17:53:38 GMT
1696
+
1697
+ ### Patches
1698
+
1699
+ - Force a patch bump in case the previous version was an empty package
1700
+
1701
+ ## 5.2.4
1702
+ Fri, 26 Jan 2018 00:36:51 GMT
1703
+
1704
+ _Version update only_
1705
+
1706
+ ## 5.2.3
1707
+ Tue, 23 Jan 2018 17:05:28 GMT
1708
+
1709
+ _Version update only_
1710
+
1711
+ ## 5.2.2
1712
+ Thu, 18 Jan 2018 03:23:46 GMT
1713
+
1714
+ ### Patches
1715
+
1716
+ - Enable package typings generated by api-extractor
1717
+
1718
+ ## 5.2.1
1719
+ Thu, 18 Jan 2018 00:48:06 GMT
1720
+
1721
+ _Version update only_
1722
+
1723
+ ## 5.2.0
1724
+ Thu, 18 Jan 2018 00:27:23 GMT
1725
+
1726
+ ### Minor changes
1727
+
1728
+ - Improve the packageTypings feature to support abstract classes and "import * as X" imports
1729
+
1730
+ ## 5.1.3
1731
+ Wed, 17 Jan 2018 10:49:31 GMT
1732
+
1733
+ _Version update only_
1734
+
1735
+ ## 5.1.2
1736
+ Fri, 12 Jan 2018 03:35:22 GMT
1737
+
1738
+ ### Patches
1739
+
1740
+ - Add some incremental improvements for the experimental PackageTypingsGenerator feature
1741
+
1742
+ ## 5.1.1
1743
+ Thu, 11 Jan 2018 22:31:51 GMT
1744
+
1745
+ _Version update only_
1746
+
1747
+ ## 5.1.0
1748
+ Wed, 10 Jan 2018 20:40:01 GMT
1749
+
1750
+ ### Minor changes
1751
+
1752
+ - Upgrade to Node 8
1753
+
1754
+ ### Patches
1755
+
1756
+ - Continued progress for the experimental PackageTypingsGenerator
1757
+
1758
+ ## 5.0.1
1759
+ Tue, 09 Jan 2018 17:05:51 GMT
1760
+
1761
+ ### Patches
1762
+
1763
+ - Get web-build-tools building with pnpm
1764
+
1765
+ ## 5.0.0
1766
+ Sun, 07 Jan 2018 05:12:08 GMT
1767
+
1768
+ ### Breaking changes
1769
+
1770
+ - API Extractor now processes *.d.ts files instead of *.ts files
1771
+
1772
+ ### Minor changes
1773
+
1774
+ - Introduced new tag @packagedocumentation which replaces the earlier approach that used a "packageDescription" variable
1775
+
1776
+ ## 4.3.7
1777
+ Fri, 05 Jan 2018 20:26:45 GMT
1778
+
1779
+ _Version update only_
1780
+
1781
+ ## 4.3.6
1782
+ Fri, 05 Jan 2018 00:48:41 GMT
1783
+
1784
+ ### Patches
1785
+
1786
+ - Update Jest to ~21.2.1
1787
+
1788
+ ## 4.3.5
1789
+ Fri, 22 Dec 2017 17:04:46 GMT
1790
+
1791
+ ### Patches
1792
+
1793
+ - 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
1794
+
1795
+ ## 4.3.4
1796
+ Tue, 12 Dec 2017 03:33:26 GMT
1797
+
1798
+ _Version update only_
1799
+
1800
+ ## 4.3.3
1801
+ Thu, 30 Nov 2017 23:59:09 GMT
1802
+
1803
+ _Version update only_
1804
+
1805
+ ## 4.3.2
1806
+ Thu, 30 Nov 2017 23:12:21 GMT
1807
+
1808
+ _Version update only_
1809
+
1810
+ ## 4.3.1
1811
+ Wed, 29 Nov 2017 17:05:37 GMT
1812
+
1813
+ _Version update only_
1814
+
1815
+ ## 4.3.0
1816
+ Tue, 28 Nov 2017 23:43:55 GMT
1817
+
1818
+ ### Minor changes
1819
+
1820
+ - Add Extractor.processProject() whose return value indicates success
1821
+
1822
+ ### Patches
1823
+
1824
+ - Deprecate Extractor.analyzeProject() API
1825
+
1826
+ ## 4.2.6
1827
+ Mon, 13 Nov 2017 17:04:50 GMT
1828
+
1829
+ _Version update only_
1830
+
1831
+ ## 4.2.5
1832
+ Mon, 06 Nov 2017 17:04:18 GMT
1833
+
1834
+ _Version update only_
1835
+
1836
+ ## 4.2.4
1837
+ Thu, 02 Nov 2017 16:05:24 GMT
1838
+
1839
+ ### Patches
1840
+
1841
+ - lock the reference version between web build tools projects
1842
+
1843
+ ## 4.2.3
1844
+ Wed, 01 Nov 2017 21:06:08 GMT
1845
+
1846
+ ### Patches
1847
+
1848
+ - Upgrade cyclic dependencies
1849
+
1850
+ ## 4.2.2
1851
+ Tue, 31 Oct 2017 21:04:04 GMT
1852
+
1853
+ _Version update only_
1854
+
1855
+ ## 4.2.1
1856
+ Tue, 31 Oct 2017 16:04:55 GMT
1857
+
1858
+ _Version update only_
1859
+
1860
+ ## 4.2.0
1861
+ Wed, 25 Oct 2017 20:03:59 GMT
1862
+
1863
+ ### Minor changes
1864
+
1865
+ - Improved the way API JSON represents documentation markup; this is a file format change
1866
+
1867
+ ## 4.1.2
1868
+ Tue, 24 Oct 2017 18:17:12 GMT
1869
+
1870
+ _Version update only_
1871
+
1872
+ ## 4.1.1
1873
+ Mon, 23 Oct 2017 21:53:12 GMT
1874
+
1875
+ ### Patches
1876
+
1877
+ - Updated cyclic dependencies
1878
+
1879
+ ## 4.1.0
1880
+ Fri, 20 Oct 2017 19:57:12 GMT
1881
+
1882
+ ### Minor changes
1883
+
1884
+ - Add policies.namespaceSupport option to API Extractor config
1885
+
1886
+ ### Patches
1887
+
1888
+ - Fixed an issue where properties were sometimes marked as readonly; a remark is automatically generated for classes with internal constructors
1889
+
1890
+ ## 4.0.1
1891
+ Fri, 20 Oct 2017 01:52:54 GMT
1892
+
1893
+ ### Patches
1894
+
1895
+ - Rename ApiExtractor class to Extractor
1896
+
1897
+ ## 4.0.0
1898
+ Fri, 20 Oct 2017 01:04:44 GMT
1899
+
1900
+ ### Breaking changes
1901
+
1902
+ - Redesigned interface for invoking API Extractor
1903
+
1904
+ ## 3.4.2
1905
+ Thu, 05 Oct 2017 01:05:02 GMT
1906
+
1907
+ _Version update only_
1908
+
1909
+ ## 3.4.1
1910
+ Fri, 29 Sep 2017 01:03:42 GMT
1911
+
1912
+ ### Patches
1913
+
1914
+ - Removed IMarkupPage.docId
1915
+
1916
+ ## 3.4.0
1917
+ Thu, 28 Sep 2017 01:04:28 GMT
1918
+
1919
+ ### Minor changes
1920
+
1921
+ - Skipping two lines in an AEDoc comment now creates a paragraph separator for the generated documentation
1922
+
1923
+ ### Patches
1924
+
1925
+ - The *.api.json "linkDocElement" type now always explicitly specifies the package name, rather than expecting the reader to infer it
1926
+ - The *.api.json file format now exposes "signature" information for properties, functions, and module variables
1927
+
1928
+ ## 3.3.0
1929
+ Fri, 22 Sep 2017 01:04:02 GMT
1930
+
1931
+ ### Minor changes
1932
+
1933
+ - Upgrade to es6
1934
+
1935
+ ## 3.2.6
1936
+ Wed, 20 Sep 2017 22:10:17 GMT
1937
+
1938
+ _Version update only_
1939
+
1940
+ ## 3.2.5
1941
+ Mon, 11 Sep 2017 13:04:55 GMT
1942
+
1943
+ ### Patches
1944
+
1945
+ - The isBeta and deprecatedMessage fields are now inherited in the *.api.json files
1946
+ - Fix an issue where the *.api.json file was sometimes missing function parameters
1947
+
1948
+ ## 3.2.4
1949
+ Fri, 08 Sep 2017 01:28:04 GMT
1950
+
1951
+ ### Patches
1952
+
1953
+ - Deprecate @types/es6-coll ections in favor of built-in typescript typings 'es2015.collection' a nd 'es2015.iterable'
1954
+
1955
+ ## 3.2.3
1956
+ Thu, 07 Sep 2017 13:04:35 GMT
1957
+
1958
+ ### Patches
1959
+
1960
+ - Fix incorrect schema/typings for enum members
1961
+
1962
+ ## 3.2.2
1963
+ Thu, 07 Sep 2017 00:11:11 GMT
1964
+
1965
+ ### Patches
1966
+
1967
+ - Add $schema field to all schemas
1968
+
1969
+ ## 3.2.1
1970
+ Wed, 06 Sep 2017 13:03:42 GMT
1971
+
1972
+ ### Patches
1973
+
1974
+ - Converted IMarkupDocumentationLink to IMarkupApiLink, which exposes the underlying IApiItemReference rather than assuming a particular "document ID" model
1975
+
1976
+ ## 3.2.0
1977
+ Tue, 05 Sep 2017 19:03:56 GMT
1978
+
1979
+ ### Minor changes
1980
+
1981
+ - Add the constructor signature and package name to the exported API signature
1982
+
1983
+ ## 3.1.0
1984
+ Sat, 02 Sep 2017 01:04:26 GMT
1985
+
1986
+ ### Minor changes
1987
+
1988
+ - Expanded the api-extractor API to expose interfaces for the *.api.json file fileformat
1989
+
1990
+ ## 3.0.0
1991
+ Thu, 31 Aug 2017 18:41:18 GMT
1992
+
1993
+ ### Breaking changes
1994
+
1995
+ - Fix compatibility issues with old releases, by incrementing the major version number
1996
+
1997
+ ## 2.3.7
1998
+ Thu, 31 Aug 2017 17:46:25 GMT
1999
+
2000
+ ### Patches
2001
+
2002
+ - Fix issue where node-core-library was not an explicit dependency
2003
+
2004
+ ## 2.3.6
2005
+ Wed, 30 Aug 2017 01:04:34 GMT
2006
+
2007
+ _Version update only_
2008
+
2009
+ ## 2.3.5
2010
+ Thu, 24 Aug 2017 22:44:12 GMT
2011
+
2012
+ ### Patches
2013
+
2014
+ - Update the schema validator.
2015
+
2016
+ ## 2.3.4
2017
+ Thu, 24 Aug 2017 01:04:33 GMT
2018
+
2019
+ _Version update only_
2020
+
2021
+ ## 2.3.3
2022
+ Tue, 22 Aug 2017 13:04:22 GMT
2023
+
2024
+ ### Patches
2025
+
2026
+ - Added "api-documenter" code sample
2027
+
2028
+ ## 2.3.2
2029
+ Tue, 15 Aug 2017 01:29:31 GMT
2030
+
2031
+ ### Patches
2032
+
2033
+ - Introduce Span parser for upcoming *.d.ts generator
2034
+
2035
+ ## 2.3.1
2036
+ Thu, 27 Jul 2017 01:04:48 GMT
2037
+
2038
+ ### Patches
2039
+
2040
+ - Upgrade to the TS2.4 version of the build tools.
2041
+
2042
+ ## 2.3.0
2043
+ Tue, 25 Jul 2017 20:03:31 GMT
2044
+
2045
+ ### Minor changes
2046
+
2047
+ - Upgrade to TypeScript 2.4
2048
+
2049
+ ## 2.2.0
2050
+ Wed, 21 Jun 2017 04:19:35 GMT
2051
+
2052
+ ### Minor changes
2053
+
2054
+ - 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.
2055
+
2056
+ ## 2.0.10
2057
+ Tue, 20 Jun 2017 01:04:54 GMT
2058
+
2059
+ ### Patches
2060
+
2061
+ - Improve the wording of many error messages
2062
+ - Fix a bug with parsing of @link tags
2063
+ - Issue warnings for @internal definitions that are not prefixed with an underscore
2064
+
2065
+ ## 2.0.9
2066
+ Sat, 17 Jun 2017 01:02:59 GMT
2067
+
2068
+ ### Patches
2069
+
2070
+ - The unsupported @summary tag is now reported as an error
2071
+ - Use a cache to speed up package.json lookups
2072
+
2073
+ ## 2.0.8
2074
+ Wed, 14 Jun 2017 13:03:40 GMT
2075
+
2076
+ ### Patches
2077
+
2078
+ - Definitions marked as @beta are now included in the *.api.json files for documentation
2079
+
2080
+ ## 2.0.7
2081
+ Thu, 08 Jun 2017 05:15:52 GMT
2082
+
2083
+ ### Patches
2084
+
2085
+ - Updated README.md
2086
+
2087
+ ## 2.0.6
2088
+ Mon, 15 May 2017 21:59:43 GMT
2089
+
2090
+ ### Patches
2091
+
2092
+ - Added support for Namespace with ApiNamespace
2093
+
2094
+ ## 2.0.5
2095
+ Sat, 22 Apr 2017 01:02:03 GMT
2096
+
2097
+ ### Patches
2098
+
2099
+ - Added check for API names that are not supported (only letters and numbers supported)
2100
+
2101
+ ## 2.0.4
2102
+ Wed, 19 Apr 2017 20:18:06 GMT
2103
+
2104
+ ### Patches
2105
+
2106
+ - Remove ES6 Promise & @types/es6-promise typings
2107
+
2108
+ ## 2.0.3
2109
+ Fri, 14 Apr 2017 17:44:08 GMT
2110
+
2111
+ ### Patches
2112
+
2113
+ - Added collect references ability to detect determine type information of return types and parameter types.
2114
+
2115
+ ## 2.0.2
2116
+ Fri, 07 Apr 2017 21:43:16 GMT
2117
+
2118
+ ### Patches
2119
+
2120
+ - Adjusted the version specifier for typescript to ~2.2.2
2121
+
2122
+ ## 2.0.1
2123
+ Thu, 06 Apr 2017 01:32:23 GMT
2124
+
2125
+ ### Patches
2126
+
2127
+ - Removed hard coding of @public for ApiPackage
2128
+
2129
+ ## 2.0.0
2130
+ Mon, 20 Mar 2017 21:52:20 GMT
2131
+
2132
+ ### Breaking changes
2133
+
2134
+ - Fixing whitespace, also a variable that was shadowing another variable.
2135
+
2136
+ ## 1.1.19
2137
+ Mon, 20 Mar 2017 04:20:13 GMT
2138
+
2139
+ ### Patches
2140
+
2141
+ - Reverting change.
2142
+
2143
+ ## 1.1.18
2144
+ Mon, 20 Mar 2017 03:50:55 GMT
2145
+
2146
+ ### Patches
2147
+
2148
+ - Reverting previous change, which causes a regression in SPFx yeoman sc enario.
2149
+
2150
+ ## 1.1.17
2151
+ Mon, 20 Mar 2017 00:54:03 GMT
2152
+
2153
+ ### Patches
2154
+
2155
+ - Fixing lint whitespace issues.
2156
+
2157
+ ## 1.1.16
2158
+ Sun, 19 Mar 2017 19:10:30 GMT
2159
+
2160
+ ### Patches
2161
+
2162
+ - Fixing variable that was shadowing another variable.
2163
+
2164
+ ## 1.1.15
2165
+ Wed, 15 Mar 2017 01:32:09 GMT
2166
+
2167
+ ### Patches
2168
+
2169
+ - Locking `@types` packages. Synchronizing version specifiers for dependencies with other `web-build-tools` projects.
2170
+
2171
+ ## 1.1.14
2172
+ Sat, 18 Feb 2017 02:32:06 GMT
2173
+
2174
+ ### Patches
2175
+
2176
+ - 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"
2177
+
2178
+ ## 1.1.13
2179
+ Thu, 16 Feb 2017 22:10:39 GMT
2180
+
2181
+ ### Patches
2182
+
2183
+ - Fixed Api-Extractor error message, changed apostrophe to backtick.
2184
+
2185
+ ## 1.1.12
2186
+ Thu, 16 Feb 2017 18:56:57 GMT
2187
+
2188
+ ### Patches
2189
+
2190
+ - Added support for local API definition resolution"
2191
+
2192
+ ## 1.1.11
2193
+ Sat, 11 Feb 2017 02:32:35 GMT
2194
+
2195
+ ### Patches
2196
+
2197
+ - Changed dependency for ApiDocumentation to abstract the resolving of API definition references.
2198
+
2199
+ ## 1.1.10
2200
+ Fri, 10 Feb 2017 20:01:30 GMT
2201
+
2202
+ ### Patches
2203
+
2204
+ - Added support to not throw error, instead report error if no type is declared on properties and parameters
2205
+
2206
+ ## 1.1.9
2207
+ Tue, 07 Feb 2017 20:37:06 GMT
2208
+
2209
+ ### Patches
2210
+
2211
+ - Fixing issue where undocumented comment was not being emitted.
2212
+
2213
+ ## 1.1.8
2214
+ Sat, 04 Feb 2017 02:32:05 GMT
2215
+
2216
+ ### Patches
2217
+
2218
+ - Moved ApiItem references within ApiDocumentation, to ApiItem caller.
2219
+
2220
+ ## 1.1.7
2221
+ Thu, 02 Feb 2017 14:05:53 GMT
2222
+
2223
+ ### Patches
2224
+
2225
+ - Refactored ApiDocumentation creation to resolve references method.
2226
+
2227
+ ## 1.1.6
2228
+ Wed, 01 Feb 2017 20:09:30 GMT
2229
+
2230
+ ### Patches
2231
+
2232
+ - Added ApiItemKind enum and refactored child classes.
2233
+
2234
+ ## 1.1.5
2235
+ Fri, 27 Jan 2017 20:04:15 GMT
2236
+
2237
+ ### Patches
2238
+
2239
+ - Changed name of Analyzer to Extractor, added support for external api json doc loading.
2240
+
2241
+ ## 1.1.4
2242
+ Fri, 27 Jan 2017 02:35:10 GMT
2243
+
2244
+ ### Patches
2245
+
2246
+ - Added ExternalApiHelper class to be used in generating api documentation json files for external types.
2247
+ - Added description for packages implementation.
2248
+ - Added config folder with file to enable api-extractor on itself. rebuild project on previous build.
2249
+
2250
+ ## 1.1.3
2251
+ Tue, 24 Jan 2017 01:36:35 GMT
2252
+
2253
+ ### Patches
2254
+
2255
+ - 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.
2256
+
2257
+ ## 1.1.2
2258
+ Fri, 20 Jan 2017 01:46:41 GMT
2259
+
2260
+ _Version update only_
2261
+
2262
+ ## 1.1.1
2263
+ Thu, 19 Jan 2017 20:04:40 GMT
2264
+
2265
+ ### Patches
2266
+
2267
+ - Check for missing JSDoc sequences changed.
2268
+ - Improved error messages
2269
+
2270
+ ## 1.1.0
2271
+ Wed, 18 Jan 2017 20:04:29 GMT
2272
+
2273
+ ### Minor changes
2274
+
2275
+ - Updating API Extractor to work with TypeScript 2.1
2276
+
2277
+ ## 1.0.2
2278
+ Mon, 16 Jan 2017 20:04:15 GMT
2279
+
2280
+ ### Patches
2281
+
2282
+ - @link capability for href and API definition references
2283
+
2284
+ ## 1.0.1
2285
+ Fri, 13 Jan 2017 06:46:05 GMT
2286
+
2287
+ _Version update only_
2288
+
2289
+ ## 1.0.0
2290
+ Wed, 11 Jan 2017 14:11:26 GMT
2291
+
2292
+ ### Breaking changes
2293
+
2294
+ - Introducing API Extractor
2295
+