UNPKG

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