Changelog
v0.28.10 (2025-08-10)
Changelog
v0.28.9 (2025-08-01)
Changelog
v0.28.8 (2025-07-28)
plugin
function can now be given plugin functions to load.-
within tag names to support typescript-json-schema
's @TJS-type
tag, #2972.Context.createSymbolId
for use by plugins.<img srcset>
will now be discovered by TypeDoc, #2975.<source src>
and <source srcset>
elements will now be discovered by TypeDoc, #2975.Changelog
v0.28.7 (2025-06-30)
@sortStrategy
tag to override the sort
option on a specific reflection, #2965.export { type X }
are no longer missing comments, #2970.locale
to an unknown value will now cause TypeDoc to operate in English instead of a debug locale.Changelog
v0.28.6 (2025-06-27)
export { type X }
are now detected and converted as interfaces/type aliases, #2962.Changelog
v0.28.5 (2025-05-26)
ignoredHighlightLanguages
can now be used to prevent warnings for codeblocks containing languages
which are supported by Shiki but are not loaded, #2956.Changelog
v0.28.4 (2025-05-04)
chevronSmall
helper is now deprecated and will be removed with v0.29.0.@hidden
will no longer appear in the
"Hierarchy" section of the docs.Changelog
v0.28.3 (2025-04-20)
@inline
now functions when referencing tuple types, #2932.@link
links to the current page are now rendered, #2934.@includeCode
now supports regions in TypeScript files with .mts
and .cts
file extensions, #2935.Changelog
v0.28.2 (2025-04-07)
@group none
and @category none
will now render their children without a section
heading in the default theme, #2922.@disableGroups
tag to completely disable the grouping mechanism for a
given reflection, #2922.@class
now correctly handle @category
, #2914.@class
now include constructor parameters, #2914.@class
with a generic first constructor function now adopt
that function's type parameters as the class type parameters, #2914.externalSymbolLinkMappings
option when URL is set to #
, #2921.@typedef
now correctly handle the constraint, #2929.toString
on types containing index signatures now behave correctly, #2917.@inlineType
to the list of tags excluded by default.Changelog
v0.28.1 (2025-03-20)
TypeDocOptions
interface now marks options as optional so it no longer has to be wrapped in Partial
for use in config files, #2901.localStorage
without clearing it, #2908.--watch
can now infer entry points from package.json
as supported in non-watch mode, #2899.@include
with regions now works on files with CRLF line endings, #2902.module.exports = []
, #2909../
in relative links, #2910.