Changelog
v0.25.12 (2024-03-10)
Changelog
v0.25.11 (2024-03-06)
h1>h2>h3
process, #2515.Changelog
v0.25.10 (2024-03-03)
@interface
, #2508.Changelog
v0.25.9 (2024-02-26)
--excludeNotDocumented
was used and the project contained a reference to a removed signature, #2496.--maxTypeConversionDepth
option, #2507.Changelog
v0.25.8 (2024-02-09)
--sitemapBaseUrl
option. When specified, TypeDoc will generate a sitemap.xml
in your output folder that describes the site, #2480.@class
tag. When added to a comment on a variable or function, TypeDoc will convert the member as a class, #2479.
Note: This should only be used on symbols which actually represent a class, but are not declared as a class for some reason.@groupDescription
and @categoryDescription
to provide a description of groups and categories, #2494.Context.getNodeComment
for plugin use, #2498.Context.programs
will no longer contain duplicates, #2498.Changelog
v0.25.7 (2024-01-08)
Changelog
v0.25.6 (2024-01-01)
Changelog
v0.25.4 (2023-11-26)
DefaultThemeRenderContext.reflectionPreview
helper.gitRevision
will now be replaced in sourceLinkTemplate
, #2434.Object.assign
, #2436.skipLibCheck
is used to ignore some compiler errors, #2438.@example
tag titles will now be rendered in the example heading, #2440.@namespace
-created namespaces, #2444.Changelog
v0.25.3 (2023-10-29)
--sourceLinkExternal
option to render source code links as external, #2415.declarationMap
option to be set to true to handle cross-package links in packages mode, #2416.external-last
option for the --sort
option, #2418.