UNPKG

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