Tsdoc Versions Save

A doc comment standard for TypeScript

@microsoft/tsdoc_v0.12.15

4 years ago
  • Add new API TSDocConfiguration.allTsdocMessageIds

@microsoft/tsdoc_v0.12.14

4 years ago
  • Fix a regression where some API signatures were incompatible with TypeScript versions prior to 3.4

@microsoft/tsdoc_v0.12.13

4 years ago
  • Fix an invalid regular expression.

@microsoft/tsdoc_v0.12.12

4 years ago
  • Improve DeclarationReference.parse for module sources
  • Add a definition for the @throws block tag (RFC 171)

@microsoft/tsdoc_v0.12.11

4 years ago
  • Add new meanings to DeclarationReference and fix some parsing bugs

@microsoft/tsdoc_v0.12.10

4 years ago
  • Add beta implementation of new DeclarationReference API

@microsoft/tsdoc_v0.12.9

5 years ago
  • Improve the wording of the error messages involving character sequences that look like TSDoc tags

@microsoft/tsdoc_v0.12.8

5 years ago
  • Fix an issue where tsdoc-param-tag-with-invalid-name was sometimes incorrectly reported for certain identifiers (issue #148)

@microsoft/tsdoc_v0.12.7

5 years ago
  • Add new API TSDocConfiguration.isKnownMessageId()

@microsoft/tsdoc_v0.12.6

5 years ago
  • Add a new API ParserMessage.messageId with a unique ID useful for filtering and searching for errors