@microsoft/api-extractor 7.19.3 → 7.20.0

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