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.5 (2024-01-01)
--navigation.includeFolders
(default: true
) option to create nested navigation for projects which include many entry points, #2388.@param
tags which do not apply, #2368.this
or accepting this
as a parameter, #2458.
Note: This will only happen if a method is declared as method(): this
, it will not happen if the method implicitly returns this
as the compiler strips that information when creating types for a class instance.Object.assign
or via property assignment on the function
TypeDoc will now instead add the properties to the function's page, #2461.notDocumented
validation will no longer require documentation for data within parameters that cannot be documented via @param
, #2291.typedocOptions
fields from extended tsconfig files, #2334.@group
and @category
organization is now applied later to allow inherited comments to create groups/categories, #2459.this
, #2466.M
icon rather than sharing with the namespace icon.
Note: The default CSS still colors both modules and namespaces the same, as it is generally uncommon to have both in a generated site.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.