Tsdoc Versions Save

A doc comment standard for TypeScript

@microsoft/tsdoc_v0.13.0

3 years ago

Minor changes

  • Update tsdoc.json schema to add a new field "noStandardTags"
  • Add new APIs: TSDocConfiguration.clear() and TSDocTagDefinition.validateTSDocTagName()
  • Add new "supportForTags" field to tsdoc.json schema

Patches

  • Update doc comments to fix some syntax issues

@microsoft/tsdoc_v0.12.24

3 years ago
  • Add a missing declaration file

@microsoft/tsdoc_v0.12.23

3 years ago
  • Add a definition for the @decorator block tag (RFC 271)

@microsoft/tsdoc_v0.12.22

3 years ago
  • Update documentation to reference the new website URL
  • Upgrade build tools and configuration
  • Fix typo

@microsoft/tsdoc_v0.12.21

3 years ago
  • Fix an issue where the line extractor's trailing whitespace trimming sometimes trimmed a non-whitespace character (GitHub #258)
  • Update build system

@microsoft/tsdoc_v0.12.20

3 years ago
  • Add support for @see tag
  • Improve documentation for @inheritDoc

@microsoft/tsdoc_v0.12.19

4 years ago
  • Add some missing entries to TSDocConfiguration.allTsdocMessageIds() which were breaking eslint-plugin-tsdoc
  • Fix an issue where <h1> was not allowed as an HTML element name

@microsoft/tsdoc_v0.12.18

4 years ago
  • Fix an issue where JSDoc optional params were not parsed correctly

@microsoft/tsdoc_v0.12.17

4 years ago
  • Improve the parsing of @param and @typeParam tags to recognize legacy syntaxes

@microsoft/tsdoc_v0.12.16

4 years ago
  • Add some new TSDocMessageId definitions used by @microsoft/tsdoc-config