UNPKG

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