UNPKG

20.9 kBJSONView Raw
1{
2 "name": "@microsoft/tsdoc",
3 "entries": [
4 {
5 "version": "0.13.2",
6 "tag": "@microsoft/tsdoc_v0.13.2",
7 "date": "Tue, 20 Apr 2021 04:25:13 GMT",
8 "comments": {
9 "patch": [
10 {
11 "comment": "Fix an issue where \"tsdoc-inline-tag-missing-braces\" and \"tsdoc-tag-should-not-have-braces\" were reported incorrectly"
12 }
13 ]
14 }
15 },
16 {
17 "version": "0.13.1",
18 "tag": "@microsoft/tsdoc_v0.13.1",
19 "date": "Mon, 19 Apr 2021 21:22:32 GMT",
20 "comments": {
21 "patch": [
22 {
23 "comment": "Add a new TSDocMessageId definition used by @microsoft/tsdoc-config"
24 }
25 ]
26 }
27 },
28 {
29 "version": "0.13.0",
30 "tag": "@microsoft/tsdoc_v0.13.0",
31 "date": "Fri, 22 Jan 2021 18:07:19 GMT",
32 "comments": {
33 "patch": [
34 {
35 "comment": "Update doc comments to fix some syntax issues"
36 }
37 ],
38 "minor": [
39 {
40 "comment": "Update tsdoc.json schema to add a new field \"noStandardTags\""
41 },
42 {
43 "comment": "Add new APIs: TSDocConfiguration.clear() and TSDocTagDefinition.validateTSDocTagName()"
44 },
45 {
46 "comment": "Add new \"supportForTags\" field to tsdoc.json schema"
47 }
48 ]
49 }
50 },
51 {
52 "version": "0.12.24",
53 "tag": "@microsoft/tsdoc_v0.12.24",
54 "date": "Thu, 03 Dec 2020 08:07:55 GMT",
55 "comments": {
56 "patch": [
57 {
58 "comment": "Add a missing declaration file"
59 }
60 ]
61 }
62 },
63 {
64 "version": "0.12.23",
65 "tag": "@microsoft/tsdoc_v0.12.23",
66 "date": "Thu, 03 Dec 2020 04:31:52 GMT",
67 "comments": {
68 "patch": [
69 {
70 "comment": "Add a definition for the `@decorator` block tag (RFC 271)"
71 }
72 ]
73 }
74 },
75 {
76 "version": "0.12.22",
77 "tag": "@microsoft/tsdoc_v0.12.22",
78 "date": "Mon, 30 Nov 2020 06:16:21 GMT",
79 "comments": {
80 "patch": [
81 {
82 "comment": "Update documentation to reference the new website URL"
83 },
84 {
85 "comment": "Upgrade build tools and configuration"
86 },
87 {
88 "comment": "Fix typo"
89 }
90 ]
91 }
92 },
93 {
94 "version": "0.12.21",
95 "tag": "@microsoft/tsdoc_v0.12.21",
96 "date": "Fri, 04 Sep 2020 15:53:27 GMT",
97 "comments": {
98 "patch": [
99 {
100 "comment": "Fix an issue where the line extractor's trailing whitespace trimming sometimes trimmed a non-whitespace character (GitHub #258)"
101 },
102 {
103 "comment": "Update build system"
104 }
105 ]
106 }
107 },
108 {
109 "version": "0.12.20",
110 "tag": "@microsoft/tsdoc_v0.12.20",
111 "date": "Wed, 20 May 2020 22:33:27 GMT",
112 "comments": {
113 "patch": [
114 {
115 "comment": "Add support for `@see` tag"
116 },
117 {
118 "comment": "Improve documentation for `@inheritDoc`"
119 }
120 ]
121 }
122 },
123 {
124 "version": "0.12.19",
125 "tag": "@microsoft/tsdoc_v0.12.19",
126 "date": "Fri, 27 Mar 2020 23:14:53 GMT",
127 "comments": {
128 "patch": [
129 {
130 "comment": "Add some missing entries to TSDocConfiguration.allTsdocMessageIds() which were breaking eslint-plugin-tsdoc"
131 },
132 {
133 "comment": "Fix an issue where \"h1\" was not allowed as an HTML element name"
134 }
135 ]
136 }
137 },
138 {
139 "version": "0.12.18",
140 "tag": "@microsoft/tsdoc_v0.12.18",
141 "date": "Sat, 22 Feb 2020 20:44:16 GMT",
142 "comments": {
143 "patch": [
144 {
145 "comment": "Fix an issue where JSDoc optional params were not parsed correctly"
146 }
147 ]
148 }
149 },
150 {
151 "version": "0.12.17",
152 "tag": "@microsoft/tsdoc_v0.12.17",
153 "date": "Sat, 22 Feb 2020 02:55:07 GMT",
154 "comments": {
155 "patch": [
156 {
157 "comment": "Improve the parsing of `@param` and `@typeParam` tags to recognize legacy syntaxes"
158 }
159 ]
160 }
161 },
162 {
163 "version": "0.12.16",
164 "tag": "@microsoft/tsdoc_v0.12.16",
165 "date": "Tue, 19 Nov 2019 22:01:56 GMT",
166 "comments": {
167 "patch": [
168 {
169 "comment": "Add some new TSDocMessageId definitions used by @microsoft/tsdoc-config"
170 }
171 ]
172 }
173 },
174 {
175 "version": "0.12.15",
176 "tag": "@microsoft/tsdoc_v0.12.15",
177 "date": "Sat, 09 Nov 2019 05:55:42 GMT",
178 "comments": {
179 "patch": [
180 {
181 "comment": "Add new API TSDocConfiguration.allTsdocMessageIds"
182 }
183 ]
184 }
185 },
186 {
187 "version": "0.12.14",
188 "tag": "@microsoft/tsdoc_v0.12.14",
189 "date": "Wed, 04 Sep 2019 03:30:10 GMT",
190 "comments": {
191 "patch": [
192 {
193 "comment": "Fix a regression where some API signatures were incompatible with TypeScript versions prior to 3.4"
194 }
195 ]
196 }
197 },
198 {
199 "version": "0.12.13",
200 "tag": "@microsoft/tsdoc_v0.12.13",
201 "date": "Fri, 30 Aug 2019 18:38:59 GMT",
202 "comments": {
203 "patch": [
204 {
205 "comment": "Fix an invalid regular expression."
206 }
207 ]
208 }
209 },
210 {
211 "version": "0.12.12",
212 "tag": "@microsoft/tsdoc_v0.12.12",
213 "date": "Wed, 07 Aug 2019 23:06:02 GMT",
214 "comments": {
215 "patch": [
216 {
217 "comment": "Improve DeclarationReference.parse for module sources"
218 },
219 {
220 "comment": "Add a definition for the `@throws` block tag (RFC 171)"
221 }
222 ]
223 }
224 },
225 {
226 "version": "0.12.11",
227 "tag": "@microsoft/tsdoc_v0.12.11",
228 "date": "Wed, 24 Jul 2019 00:38:18 GMT",
229 "comments": {
230 "patch": [
231 {
232 "comment": "Add new meanings to DeclarationReference and fix some parsing bugs"
233 }
234 ]
235 }
236 },
237 {
238 "version": "0.12.10",
239 "tag": "@microsoft/tsdoc_v0.12.10",
240 "date": "Fri, 19 Jul 2019 02:47:09 GMT",
241 "comments": {
242 "patch": [
243 {
244 "comment": "Add beta implementation of new DeclarationReference API"
245 }
246 ]
247 }
248 },
249 {
250 "version": "0.12.9",
251 "tag": "@microsoft/tsdoc_v0.12.9",
252 "date": "Thu, 11 Apr 2019 03:58:35 GMT",
253 "comments": {
254 "patch": [
255 {
256 "comment": "Improve the wording of the error messages involving character sequences that look like TSDoc tags"
257 }
258 ]
259 }
260 },
261 {
262 "version": "0.12.8",
263 "tag": "@microsoft/tsdoc_v0.12.8",
264 "date": "Tue, 12 Mar 2019 23:18:11 GMT",
265 "comments": {
266 "patch": [
267 {
268 "comment": "Fix an issue where tsdoc-param-tag-with-invalid-name was sometimes incorrectly reported certain identifiers (issue #148)"
269 }
270 ]
271 }
272 },
273 {
274 "version": "0.12.7",
275 "tag": "@microsoft/tsdoc_v0.12.7",
276 "date": "Fri, 01 Mar 2019 06:39:52 GMT",
277 "comments": {
278 "patch": [
279 {
280 "comment": "Add new API TSDocConfiguration.isKnownMessageId()"
281 }
282 ]
283 }
284 },
285 {
286 "version": "0.12.6",
287 "tag": "@microsoft/tsdoc_v0.12.6",
288 "date": "Thu, 28 Feb 2019 01:29:39 GMT",
289 "comments": {
290 "patch": [
291 {
292 "comment": "Add a new API ParserMessage.messageId with a unique ID useful for filtering and searching for errors"
293 }
294 ]
295 }
296 },
297 {
298 "version": "0.12.5",
299 "tag": "@microsoft/tsdoc_v0.12.5",
300 "date": "Tue, 29 Jan 2019 22:49:58 GMT",
301 "comments": {
302 "patch": [
303 {
304 "comment": "Update parser to allow `$` character in `@param` names, since ECMAScript allows this in unquoted identifiers"
305 },
306 {
307 "comment": "Allow `$` character in declaration reference member identifiers (Example: `{@link Button.$render}`)"
308 }
309 ]
310 }
311 },
312 {
313 "version": "0.12.4",
314 "tag": "@microsoft/tsdoc_v0.12.4",
315 "date": "Tue, 20 Nov 2018 21:23:06 GMT",
316 "comments": {
317 "patch": [
318 {
319 "comment": "Add new interface `IStringBuilder`"
320 }
321 ]
322 }
323 },
324 {
325 "version": "0.12.3",
326 "tag": "@microsoft/tsdoc_v0.12.3",
327 "date": "Tue, 20 Nov 2018 07:42:17 GMT",
328 "comments": {
329 "patch": [
330 {
331 "comment": "Add a new API `PlainTextEmitter.hasAnyTextContent()`"
332 }
333 ]
334 }
335 },
336 {
337 "version": "0.12.2",
338 "tag": "@microsoft/tsdoc_v0.12.2",
339 "date": "Fri, 09 Nov 2018 15:13:13 GMT",
340 "comments": {
341 "patch": [
342 {
343 "comment": "Improve trimming of spacing for link text in `{@link}` tags"
344 }
345 ]
346 }
347 },
348 {
349 "version": "0.12.1",
350 "tag": "@microsoft/tsdoc_v0.12.1",
351 "date": "Tue, 06 Nov 2018 01:37:22 GMT",
352 "comments": {
353 "patch": [
354 {
355 "comment": "Allow HTML in a `DocSection` node"
356 },
357 {
358 "comment": "Fix a bug where `TSDocEmitter.renderHtmlTag()` and `TSDocEmitter.renderDeclarationReference()` were including comment framing"
359 },
360 {
361 "comment": "Add `DocSection.appendNodesInParagraph()` API"
362 }
363 ]
364 }
365 },
366 {
367 "version": "0.12.0",
368 "tag": "@microsoft/tsdoc_v0.12.0",
369 "date": "Sat, 03 Nov 2018 02:07:10 GMT",
370 "comments": {
371 "patch": [
372 {
373 "comment": "Add `DocDeclarationReference.emitAsTsdoc()`, `DocHtmlStartTag.emitAsHtml()`, and `DocHtmlEndTag.emitAsHtml()`"
374 },
375 {
376 "comment": "Child nodes can now be specified as a second constructor parameter for `DocNodeContainer`"
377 }
378 ],
379 "minor": [
380 {
381 "comment": "(API change) `DocErrorText` is no longer allowed in `DocSection`; instead it must be part of a `DocParagraph`"
382 },
383 {
384 "comment": "(API change) Rename `TSDocParserConfiguration` to `TSDocConfiguration`"
385 },
386 {
387 "comment": "(API change) Require an associated `TSDocConfiguration` to be included with the parameters for every `DocNode` constructor"
388 },
389 {
390 "comment": "Introduce `TSDocConfiguration.docNodeManager` for registering custom `DocNode` subclasses and their container relationships"
391 }
392 ]
393 }
394 },
395 {
396 "version": "0.11.0",
397 "tag": "@microsoft/tsdoc_v0.11.0",
398 "date": "Sat, 27 Oct 2018 04:52:23 GMT",
399 "comments": {
400 "minor": [
401 {
402 "comment": "(API change) Introduce `DocParamCollection` to enable efficient lookups of parameters by name"
403 },
404 {
405 "comment": "(API change) Rename `DocComment.typeParamBlocks` --> `DocComment.typeParams`"
406 },
407 {
408 "comment": "(API change) Rename `DocComment.paramBlocks` --> `DocComment.params`"
409 }
410 ]
411 }
412 },
413 {
414 "version": "0.10.0",
415 "tag": "@microsoft/tsdoc_v0.10.0",
416 "date": "Fri, 26 Oct 2018 08:42:51 GMT",
417 "comments": {
418 "minor": [
419 {
420 "comment": "Add new APIs `DocComment.emitAsTsdoc()`, `TSDocEmitter`, and `StringBuilder`"
421 }
422 ]
423 }
424 },
425 {
426 "version": "0.9.3",
427 "tag": "@microsoft/tsdoc_v0.9.3",
428 "date": "Thu, 25 Oct 2018 08:29:36 GMT",
429 "comments": {
430 "patch": [
431 {
432 "comment": "Fix issue where `DocErrorText.text` returned `[object Object]` instead of the text"
433 }
434 ]
435 }
436 },
437 {
438 "version": "0.9.2",
439 "tag": "@microsoft/tsdoc_v0.9.2",
440 "date": "Wed, 17 Oct 2018 13:41:54 GMT",
441 "comments": {
442 "patch": [
443 {
444 "comment": "Fix stack overflow in DocFencedCode.language property getter"
445 }
446 ]
447 }
448 },
449 {
450 "version": "0.9.1",
451 "tag": "@microsoft/tsdoc_v0.9.1",
452 "date": "Wed, 17 Oct 2018 12:49:01 GMT",
453 "comments": {
454 "patch": [
455 {
456 "comment": "Fix a regression where the paragraph splitter was sometimes skipping blocks"
457 }
458 ]
459 }
460 },
461 {
462 "version": "0.9.0",
463 "tag": "@microsoft/tsdoc_v0.9.0",
464 "date": "Wed, 17 Oct 2018 04:47:19 GMT",
465 "comments": {
466 "minor": [
467 {
468 "comment": "(API change) Change `DocBlock` to have a `DocSection` property rather than inheriting from `DocSection`; this eliminates confusion about which nodes belong to the container"
469 },
470 {
471 "comment": "(API change) Rename `DocParticle` to `DocExcerpt`, and eliminate the `Excerpt` class"
472 },
473 {
474 "comment": "(API change) Eliminate `DocNodeLeaf`, since now `DocExcerpt` is the only class that can represent excerpts"
475 },
476 {
477 "comment": "(API change) Remove `DocNode.updateParameters()` because it is no longer needed"
478 },
479 {
480 "comment": "(API change) Spacing is now represented as a normal `DocExcerpt`, rather than via a special `Excerpt.spacingAfterContent`"
481 },
482 {
483 "comment": "(API change) Simplify `DocNodeTransforms.trimSpacesInParagraph()` to no longer merge/remap excerpts during the transformation. If we need this information, we will track it differently."
484 }
485 ]
486 }
487 },
488 {
489 "version": "0.8.1",
490 "tag": "@microsoft/api-extractor_v0.8.1",
491 "date": "Sun, 07 Oct 2018 06:30:34 GMT",
492 "comments": {
493 "patch": [
494 {
495 "comment": "Improve error reporting for declaration references that are probably missing a `\"#\"` delimiter"
496 },
497 {
498 "comment": "Rename `DocCodeFence` to `DocFencedCode`"
499 }
500 ]
501 }
502 },
503 {
504 "version": "0.8.0",
505 "tag": "@microsoft/api-extractor_v0.8.0",
506 "date": "Wed, 03 Oct 2018 02:43:47 GMT",
507 "comments": {
508 "minor": [
509 {
510 "comment": "Introduce a distinction between \"defined\" tags (i.e. recognized) versus \"supported\" tags (i.e. implemented by the tool)"
511 },
512 {
513 "comment": "The parser optionally reports usage of undefined tags"
514 },
515 {
516 "comment": "The parser optionally reports usage of unsupported tags"
517 },
518 {
519 "comment": "The parser reports usage of inline/block syntax that is inconsistent with the tag definition"
520 },
521 {
522 "comment": "Code spans are now allowed to be adjacent to other text, but must contain at least one character"
523 },
524 {
525 "comment": "An `@deprecated` block must contain a deprecation message"
526 },
527 {
528 "comment": "If `@inheritDoc` is used, then the summary section must be empty, and there must not be an `@remarks` block"
529 }
530 ]
531 }
532 },
533 {
534 "version": "0.7.0",
535 "tag": "@microsoft/api-extractor_v0.7.0",
536 "date": "Tue, 02 Oct 2018 02:35:35 GMT",
537 "comments": {
538 "minor": [
539 {
540 "comment": "Add support for `@defaultValue` tag"
541 },
542 {
543 "comment": "Add support for `@typeParam` tag"
544 }
545 ]
546 }
547 },
548 {
549 "version": "0.6.0",
550 "tag": "@microsoft/api-extractor_v0.6.0",
551 "date": "Mon, 01 Oct 2018 22:11:24 GMT",
552 "comments": {
553 "minor": [
554 {
555 "comment": "Add support for `@link` tags using the new declaration reference syntax"
556 },
557 {
558 "comment": "Add support for `@inheritDoc` tags"
559 },
560 {
561 "comment": "Add new APIs: `DocDeclarationReference`, `DocInheritDocTag`, `DocLinkTag`, `DocMemberIdentifier`, `DocMemberReference`, `DocMemberSelector`, `DocMemberSymbol`"
562 },
563 {
564 "comment": "Remove `ParserContext.verbatimNodes`"
565 },
566 {
567 "comment": "Add `DocParticle.particleId` property"
568 }
569 ]
570 }
571 },
572 {
573 "version": "0.5.0",
574 "tag": "@microsoft/api-extractor_v0.5.0",
575 "date": "Tue, 25 Sep 2018 03:04:06 GMT",
576 "comments": {
577 "minor": [
578 {
579 "comment": "Add a new API `DocNode.updateParameters()` that allows a `DocNode` object to be updated after it was created; the tree nodes are no longer immutable"
580 },
581 {
582 "comment": "Add `DocNodeTransforms.trimSpacesInParagraphNodes()` for collapsing whitespace inside `DocParagraph` subtrees"
583 },
584 {
585 "comment": "Extract the `DocNode.excerpt` property into a new abstract base class `DocNodeLeaf`"
586 }
587 ]
588 }
589 },
590 {
591 "version": "0.4.1",
592 "tag": "@microsoft/api-extractor_v0.4.1",
593 "date": "Fri, 31 Aug 2018 03:32:18 GMT",
594 "comments": {
595 "patch": [
596 {
597 "comment": "Improve the error location reporting for DocErrorText objects"
598 },
599 {
600 "comment": "Separate the **api-demo** sample into a \"simple\" scenario which parses a simple text string, and an \"advanced\" scenario which uses the TypeScript compiler API to extract comments and parse custom TSDoc tags"
601 }
602 ]
603 }
604 },
605 {
606 "version": "0.4.0",
607 "tag": "@microsoft/api-extractor_v0.4.0",
608 "date": "Tue, 28 Aug 2018 03:17:20 GMT",
609 "comments": {
610 "minor": [
611 {
612 "comment": "Rename `DocCodeSpan.text` to `DocCodeSpan.code` and model the delimiters using particles"
613 },
614 {
615 "comment": "Add support for code fences (`DocCodeFence`)"
616 },
617 {
618 "comment": "`DocSection` content is now grouped into `DocParagraph` nodes; blank lines are used to indicate paragraph boundaries"
619 },
620 {
621 "comment": "Rename `DocComment.deprecated` to `deprecatedBlock`"
622 }
623 ]
624 }
625 },
626 {
627 "version": "0.3.0",
628 "tag": "@microsoft/api-extractor_v0.3.0",
629 "date": "Sat, 25 Aug 2018 05:53:56 GMT",
630 "comments": {
631 "minor": [
632 {
633 "comment": "Add TextRange.isEmpty()"
634 },
635 {
636 "comment": "Improve the ModifierTagSet API"
637 },
638 {
639 "comment": "Implement the @privateRemarks and @deprecated tags"
640 }
641 ]
642 }
643 },
644 {
645 "version": "0.2.0",
646 "tag": "@microsoft/api-extractor_v0.2.0",
647 "date": "Fri, 24 Aug 2018 01:19:56 GMT",
648 "comments": {
649 "minor": [
650 {
651 "comment": "Rename `CoreTags` to `StandardTags` so we can include non-core tags in the standard definitions"
652 },
653 {
654 "comment": "Rename `CoreModifierTagSet` to `StandardModifierTagSet` and convert properties to functions"
655 },
656 {
657 "comment": "Categorize the standard tags according to a `Standardization` enum, and document them"
658 },
659 {
660 "comment": "Add more standard tag definitions: `@deprecated`, `@eventProperty`, `@example`, `@inheritDoc`, `@link`, `@override`, `@packageDocumentation`, `@public`, `@privateRemarks`, `@sealed`, `@virtual`"
661 },
662 {
663 "comment": "Replace TSDocTagDefinition.singleton with TSDocTagDefinition.allowMultiple, since in practice most tags are single-usage"
664 }
665 ]
666 }
667 },
668 {
669 "version": "0.1.0",
670 "tag": "@microsoft/api-extractor_v0.1.0",
671 "date": "Thu, 16 Aug 2018 18:18:02 GMT",
672 "comments": {
673 "minor": [
674 {
675 "comment": "Initial release of the TSDoc library! :-)"
676 }
677 ]
678 }
679 }
680 ]
681}