github TypeStrong/typedoc v0.28.2

latest releases: v0.28.15, v0.28.14, v0.28.13...
8 months ago

Features

  • @group none and @category none will now render their children without a section
    heading in the default theme, #2922.
  • Added @disableGroups tag to completely disable the grouping mechanism for a
    given reflection, #2922.

Bug Fixes

  • Variables using @class now correctly handle @category, #2914.
  • Variables using @class now include constructor parameters, #2914.
  • Variables using @class with a generic first constructor function now adopt
    that function's type parameters as the class type parameters, #2914.
  • When printing entry point globs which fail to match any paths, TypeDoc will no longer normalize the glob, #2918.
  • Inlining types can now handle more type variants, #2920.
  • Fixed behavior of externalSymbolLinkMappings option when URL is set to #, #2921.
  • Fixed broken links within module pages when structure-dir router was used, #2928.
  • Type parameters on JS classes defined with @typedef now correctly handle the constraint, #2929.
  • API: toString on types containing index signatures now behave correctly, #2917.
  • Added @inlineType to the list of tags excluded by default.

Don't miss a new typedoc release

NewReleases is sending notifications on new releases.