Skip to content

v0.27.6

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 26 Dec 00:02
· 10 commits to master since this release

Features

  • Added ignoredHighlightLanguages option to specify languages which will be
    allowed in code blocks but not highlighted, #2819.

Bug Fixes

  • @include and @includeCode now work in the readme file, #2814.
  • TypeDoc will now avoid making references to references, #2811.
  • Fixed output specific option specification, #2818.
  • Improved type reference conversion to avoid including defaulted type arguments, #2820.
  • Fixed parsing of declaration references which include a module and a local reference, #2810.
  • Improved link resolution logic to prioritize type alias properties with the
    same symbol over type literal properties within function parameters.