Features
@group noneand@category nonewill now render their children without a section
heading in the default theme, #2922.- Added
@disableGroupstag to completely disable the grouping mechanism for a
given reflection, #2922.
Bug Fixes
- Variables using
@classnow correctly handle@category, #2914. - Variables using
@classnow include constructor parameters, #2914. - Variables using
@classwith 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
externalSymbolLinkMappingsoption 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
@typedefnow correctly handle the constraint, #2929. - API:
toStringon types containing index signatures now behave correctly, #2917. - Added
@inlineTypeto the list of tags excluded by default.