UNPKG

16.2 kBJSONView Raw
1{
2 "name": "@microsoft/tsdoc",
3 "entries": [
4 {
5 "version": "0.12.15",
6 "tag": "@microsoft/tsdoc_v0.12.15",
7 "date": "Sat, 09 Nov 2019 05:55:42 GMT",
8 "comments": {
9 "patch": [
10 {
11 "comment": "Add new API TSDocConfiguration.allTsdocMessageIds"
12 }
13 ]
14 }
15 },
16 {
17 "version": "0.12.14",
18 "tag": "@microsoft/tsdoc_v0.12.14",
19 "date": "Wed, 04 Sep 2019 03:30:10 GMT",
20 "comments": {
21 "patch": [
22 {
23 "comment": "Fix a regression where some API signatures were incompatible with TypeScript versions prior to 3.4"
24 }
25 ]
26 }
27 },
28 {
29 "version": "0.12.13",
30 "tag": "@microsoft/tsdoc_v0.12.13",
31 "date": "Fri, 30 Aug 2019 18:38:59 GMT",
32 "comments": {
33 "patch": [
34 {
35 "comment": "Fix an invalid regular expression."
36 }
37 ]
38 }
39 },
40 {
41 "version": "0.12.12",
42 "tag": "@microsoft/tsdoc_v0.12.12",
43 "date": "Wed, 07 Aug 2019 23:06:02 GMT",
44 "comments": {
45 "patch": [
46 {
47 "comment": "Improve DeclarationReference.parse for module sources"
48 },
49 {
50 "comment": "Add a definition for the `@throws` block tag (RFC 171)"
51 }
52 ]
53 }
54 },
55 {
56 "version": "0.12.11",
57 "tag": "@microsoft/tsdoc_v0.12.11",
58 "date": "Wed, 24 Jul 2019 00:38:18 GMT",
59 "comments": {
60 "patch": [
61 {
62 "comment": "Add new meanings to DeclarationReference and fix some parsing bugs"
63 }
64 ]
65 }
66 },
67 {
68 "version": "0.12.10",
69 "tag": "@microsoft/tsdoc_v0.12.10",
70 "date": "Fri, 19 Jul 2019 02:47:09 GMT",
71 "comments": {
72 "patch": [
73 {
74 "comment": "Add beta implementation of new DeclarationReference API"
75 }
76 ]
77 }
78 },
79 {
80 "version": "0.12.9",
81 "tag": "@microsoft/tsdoc_v0.12.9",
82 "date": "Thu, 11 Apr 2019 03:58:35 GMT",
83 "comments": {
84 "patch": [
85 {
86 "comment": "Improve the wording of the error messages involving character sequences that look like TSDoc tags"
87 }
88 ]
89 }
90 },
91 {
92 "version": "0.12.8",
93 "tag": "@microsoft/tsdoc_v0.12.8",
94 "date": "Tue, 12 Mar 2019 23:18:11 GMT",
95 "comments": {
96 "patch": [
97 {
98 "comment": "Fix an issue where tsdoc-param-tag-with-invalid-name was sometimes incorrectly reported certain identifiers (issue #148)"
99 }
100 ]
101 }
102 },
103 {
104 "version": "0.12.7",
105 "tag": "@microsoft/tsdoc_v0.12.7",
106 "date": "Fri, 01 Mar 2019 06:39:52 GMT",
107 "comments": {
108 "patch": [
109 {
110 "comment": "Add new API TSDocConfiguration.isKnownMessageId()"
111 }
112 ]
113 }
114 },
115 {
116 "version": "0.12.6",
117 "tag": "@microsoft/tsdoc_v0.12.6",
118 "date": "Thu, 28 Feb 2019 01:29:39 GMT",
119 "comments": {
120 "patch": [
121 {
122 "comment": "Add a new API ParserMessage.messageId with a unique ID useful for filtering and searching for errors"
123 }
124 ]
125 }
126 },
127 {
128 "version": "0.12.5",
129 "tag": "@microsoft/tsdoc_v0.12.5",
130 "date": "Tue, 29 Jan 2019 22:49:58 GMT",
131 "comments": {
132 "patch": [
133 {
134 "comment": "Update parser to allow `$` character in `@param` names, since ECMAScript allows this in unquoted identifiers"
135 },
136 {
137 "comment": "Allow `$` character in declaration reference member identifiers (Example: `{@link Button.$render}`)"
138 }
139 ]
140 }
141 },
142 {
143 "version": "0.12.4",
144 "tag": "@microsoft/tsdoc_v0.12.4",
145 "date": "Tue, 20 Nov 2018 21:23:06 GMT",
146 "comments": {
147 "patch": [
148 {
149 "comment": "Add new interface `IStringBuilder`"
150 }
151 ]
152 }
153 },
154 {
155 "version": "0.12.3",
156 "tag": "@microsoft/tsdoc_v0.12.3",
157 "date": "Tue, 20 Nov 2018 07:42:17 GMT",
158 "comments": {
159 "patch": [
160 {
161 "comment": "Add a new API `PlainTextEmitter.hasAnyTextContent()`"
162 }
163 ]
164 }
165 },
166 {
167 "version": "0.12.2",
168 "tag": "@microsoft/tsdoc_v0.12.2",
169 "date": "Fri, 09 Nov 2018 15:13:13 GMT",
170 "comments": {
171 "patch": [
172 {
173 "comment": "Improve trimming of spacing for link text in `{@link}` tags"
174 }
175 ]
176 }
177 },
178 {
179 "version": "0.12.1",
180 "tag": "@microsoft/tsdoc_v0.12.1",
181 "date": "Tue, 06 Nov 2018 01:37:22 GMT",
182 "comments": {
183 "patch": [
184 {
185 "comment": "Allow HTML in a `DocSection` node"
186 },
187 {
188 "comment": "Fix a bug where `TSDocEmitter.renderHtmlTag()` and `TSDocEmitter.renderDeclarationReference()` were including comment framing"
189 },
190 {
191 "comment": "Add `DocSection.appendNodesInParagraph()` API"
192 }
193 ]
194 }
195 },
196 {
197 "version": "0.12.0",
198 "tag": "@microsoft/tsdoc_v0.12.0",
199 "date": "Sat, 03 Nov 2018 02:07:10 GMT",
200 "comments": {
201 "patch": [
202 {
203 "comment": "Add `DocDeclarationReference.emitAsTsdoc()`, `DocHtmlStartTag.emitAsHtml()`, and `DocHtmlEndTag.emitAsHtml()`"
204 },
205 {
206 "comment": "Child nodes can now be specified as a second constructor parameter for `DocNodeContainer`"
207 }
208 ],
209 "minor": [
210 {
211 "comment": "(API change) `DocErrorText` is no longer allowed in `DocSection`; instead it must be part of a `DocParagraph`"
212 },
213 {
214 "comment": "(API change) Rename `TSDocParserConfiguration` to `TSDocConfiguration`"
215 },
216 {
217 "comment": "(API change) Require an associated `TSDocConfiguration` to be included with the parameters for every `DocNode` constructor"
218 },
219 {
220 "comment": "Introduce `TSDocConfiguration.docNodeManager` for registering custom `DocNode` subclasses and their container relationships"
221 }
222 ]
223 }
224 },
225 {
226 "version": "0.11.0",
227 "tag": "@microsoft/tsdoc_v0.11.0",
228 "date": "Sat, 27 Oct 2018 04:52:23 GMT",
229 "comments": {
230 "minor": [
231 {
232 "comment": "(API change) Introduce `DocParamCollection` to enable efficient lookups of parameters by name"
233 },
234 {
235 "comment": "(API change) Rename `DocComment.typeParamBlocks` --> `DocComment.typeParams`"
236 },
237 {
238 "comment": "(API change) Rename `DocComment.paramBlocks` --> `DocComment.params`"
239 }
240 ]
241 }
242 },
243 {
244 "version": "0.10.0",
245 "tag": "@microsoft/tsdoc_v0.10.0",
246 "date": "Fri, 26 Oct 2018 08:42:51 GMT",
247 "comments": {
248 "minor": [
249 {
250 "comment": "Add new APIs `DocComment.emitAsTsdoc()`, `TSDocEmitter`, and `StringBuilder`"
251 }
252 ]
253 }
254 },
255 {
256 "version": "0.9.3",
257 "tag": "@microsoft/tsdoc_v0.9.3",
258 "date": "Thu, 25 Oct 2018 08:29:36 GMT",
259 "comments": {
260 "patch": [
261 {
262 "comment": "Fix issue where `DocErrorText.text` returned `[object Object]` instead of the text"
263 }
264 ]
265 }
266 },
267 {
268 "version": "0.9.2",
269 "tag": "@microsoft/tsdoc_v0.9.2",
270 "date": "Wed, 17 Oct 2018 13:41:54 GMT",
271 "comments": {
272 "patch": [
273 {
274 "comment": "Fix stack overflow in DocFencedCode.language property getter"
275 }
276 ]
277 }
278 },
279 {
280 "version": "0.9.1",
281 "tag": "@microsoft/tsdoc_v0.9.1",
282 "date": "Wed, 17 Oct 2018 12:49:01 GMT",
283 "comments": {
284 "patch": [
285 {
286 "comment": "Fix a regression where the paragraph splitter was sometimes skipping blocks"
287 }
288 ]
289 }
290 },
291 {
292 "version": "0.9.0",
293 "tag": "@microsoft/tsdoc_v0.9.0",
294 "date": "Wed, 17 Oct 2018 04:47:19 GMT",
295 "comments": {
296 "minor": [
297 {
298 "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"
299 },
300 {
301 "comment": "(API change) Rename `DocParticle` to `DocExcerpt`, and eliminate the `Excerpt` class"
302 },
303 {
304 "comment": "(API change) Eliminate `DocNodeLeaf`, since now `DocExcerpt` is the only class that can represent excerpts"
305 },
306 {
307 "comment": "(API change) Remove `DocNode.updateParameters()` because it is no longer needed"
308 },
309 {
310 "comment": "(API change) Spacing is now represented as a normal `DocExcerpt`, rather than via a special `Excerpt.spacingAfterContent`"
311 },
312 {
313 "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."
314 }
315 ]
316 }
317 },
318 {
319 "version": "0.8.1",
320 "tag": "@microsoft/api-extractor_v0.8.1",
321 "date": "Sun, 07 Oct 2018 06:30:34 GMT",
322 "comments": {
323 "patch": [
324 {
325 "comment": "Improve error reporting for declaration references that are probably missing a `\"#\"` delimiter"
326 },
327 {
328 "comment": "Rename `DocCodeFence` to `DocFencedCode`"
329 }
330 ]
331 }
332 },
333 {
334 "version": "0.8.0",
335 "tag": "@microsoft/api-extractor_v0.8.0",
336 "date": "Wed, 03 Oct 2018 02:43:47 GMT",
337 "comments": {
338 "minor": [
339 {
340 "comment": "Introduce a distinction between \"defined\" tags (i.e. recognized) versus \"supported\" tags (i.e. implemented by the tool)"
341 },
342 {
343 "comment": "The parser optionally reports usage of undefined tags"
344 },
345 {
346 "comment": "The parser optionally reports usage of unsupported tags"
347 },
348 {
349 "comment": "The parser reports usage of inline/block syntax that is inconsistent with the tag definition"
350 },
351 {
352 "comment": "Code spans are now allowed to be adjacent to other text, but must contain at least one character"
353 },
354 {
355 "comment": "An `@deprecated` block must contain a deprecation message"
356 },
357 {
358 "comment": "If `@inheritDoc` is used, then the summary section must be empty, and there must not be an `@remarks` block"
359 }
360 ]
361 }
362 },
363 {
364 "version": "0.7.0",
365 "tag": "@microsoft/api-extractor_v0.7.0",
366 "date": "Tue, 02 Oct 2018 02:35:35 GMT",
367 "comments": {
368 "minor": [
369 {
370 "comment": "Add support for `@defaultValue` tag"
371 },
372 {
373 "comment": "Add support for `@typeParam` tag"
374 }
375 ]
376 }
377 },
378 {
379 "version": "0.6.0",
380 "tag": "@microsoft/api-extractor_v0.6.0",
381 "date": "Mon, 01 Oct 2018 22:11:24 GMT",
382 "comments": {
383 "minor": [
384 {
385 "comment": "Add support for `@link` tags using the new declaration reference syntax"
386 },
387 {
388 "comment": "Add support for `@inheritDoc` tags"
389 },
390 {
391 "comment": "Add new APIs: `DocDeclarationReference`, `DocInheritDocTag`, `DocLinkTag`, `DocMemberIdentifier`, `DocMemberReference`, `DocMemberSelector`, `DocMemberSymbol`"
392 },
393 {
394 "comment": "Remove `ParserContext.verbatimNodes`"
395 },
396 {
397 "comment": "Add `DocParticle.particleId` property"
398 }
399 ]
400 }
401 },
402 {
403 "version": "0.5.0",
404 "tag": "@microsoft/api-extractor_v0.5.0",
405 "date": "Tue, 25 Sep 2018 03:04:06 GMT",
406 "comments": {
407 "minor": [
408 {
409 "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"
410 },
411 {
412 "comment": "Add `DocNodeTransforms.trimSpacesInParagraphNodes()` for collapsing whitespace inside `DocParagraph` subtrees"
413 },
414 {
415 "comment": "Extract the `DocNode.excerpt` property into a new abstract base class `DocNodeLeaf`"
416 }
417 ]
418 }
419 },
420 {
421 "version": "0.4.1",
422 "tag": "@microsoft/api-extractor_v0.4.1",
423 "date": "Fri, 31 Aug 2018 03:32:18 GMT",
424 "comments": {
425 "patch": [
426 {
427 "comment": "Improve the error location reporting for DocErrorText objects"
428 },
429 {
430 "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"
431 }
432 ]
433 }
434 },
435 {
436 "version": "0.4.0",
437 "tag": "@microsoft/api-extractor_v0.4.0",
438 "date": "Tue, 28 Aug 2018 03:17:20 GMT",
439 "comments": {
440 "minor": [
441 {
442 "comment": "Rename `DocCodeSpan.text` to `DocCodeSpan.code` and model the delimiters using particles"
443 },
444 {
445 "comment": "Add support for code fences (`DocCodeFence`)"
446 },
447 {
448 "comment": "`DocSection` content is now grouped into `DocParagraph` nodes; blank lines are used to indicate paragraph boundaries"
449 },
450 {
451 "comment": "Rename `DocComment.deprecated` to `deprecatedBlock`"
452 }
453 ]
454 }
455 },
456 {
457 "version": "0.3.0",
458 "tag": "@microsoft/api-extractor_v0.3.0",
459 "date": "Sat, 25 Aug 2018 05:53:56 GMT",
460 "comments": {
461 "minor": [
462 {
463 "comment": "Add TextRange.isEmpty()"
464 },
465 {
466 "comment": "Improve the ModifierTagSet API"
467 },
468 {
469 "comment": "Implement the @privateRemarks and @deprecated tags"
470 }
471 ]
472 }
473 },
474 {
475 "version": "0.2.0",
476 "tag": "@microsoft/api-extractor_v0.2.0",
477 "date": "Fri, 24 Aug 2018 01:19:56 GMT",
478 "comments": {
479 "minor": [
480 {
481 "comment": "Rename `CoreTags` to `StandardTags` so we can include non-core tags in the standard definitions"
482 },
483 {
484 "comment": "Rename `CoreModifierTagSet` to `StandardModifierTagSet` and convert properties to functions"
485 },
486 {
487 "comment": "Categorize the standard tags according to a `Standardization` enum, and document them"
488 },
489 {
490 "comment": "Add more standard tag definitions: `@deprecated`, `@eventProperty`, `@example`, `@inheritDoc`, `@link`, `@override`, `@packageDocumentation`, `@public`, `@privateRemarks`, `@sealed`, `@virtual`"
491 },
492 {
493 "comment": "Replace TSDocTagDefinition.singleton with TSDocTagDefinition.allowMultiple, since in practice most tags are single-usage"
494 }
495 ]
496 }
497 },
498 {
499 "version": "0.1.0",
500 "tag": "@microsoft/api-extractor_v0.1.0",
501 "date": "Thu, 16 Aug 2018 18:18:02 GMT",
502 "comments": {
503 "minor": [
504 {
505 "comment": "Initial release of the TSDoc library! :-)"
506 }
507 ]
508 }
509 }
510 ]
511}