Changelog
v0.23.18 (2022-10-23)
@param
comment for the parameter if available, #1261.Changelog
v0.23.17 (2022-10-18)
titleLink
, navigationLinks
and sidebarLinks
options to add additional links to the rendered output, #1830.sourceLinkTemplate
option to allow more flexible specification of remote urls.
Deprecated now redundant gitRevision
detection starting with https?://
introduced in v0.23.16, #2068.Changelog
v0.23.16 (2022-10-10)
{ "typedoc": { "tsconfig": "tsconfig.lib.json" }}
in package.json, #2061.Changelog
v0.23.15 (2022-09-18)
@typedef {import("foo").Bar<Z>} Baz
type declarations which forward type parameters to the imported
symbol as re-exports of that symbol, #2044.widgets.png
and widgets@2x.png
files from generated assets folder.Changelog
v0.23.14 (2022-09-03)
externalSymbolLinkMappings
see
the documentation for usage examples and caveats, #2030.addUnknownSymbolResolver
will now be checked when resolving @link
tags, #2030.
Note: To support this, resolution will now happen during conversion, and as such, Renderer.addUnknownSymbolResolver
has been
soft deprecated in favor of Converter.addUnknownSymbolResolver
. Plugins should update to use the method on Converter
.
DefaultThemeRenderContext.attemptExternalResolution
has also been deprecated since it will repeat work done during conversion,
use ReferenceType.externalUrl
instead.Converter.addUnknownSymbolResolver
for use by plugins supporting external links.Changelog
v0.23.13 (2022-09-01)
Changelog
v0.23.12 (2022-08-31)
ParameterType.Object
for declaring object options which will be shallowly merged when read from user configuration.Application.EVENT_BOOTSTRAP_END
event emitted when Application.bootstrap
is called.isIdentifierOrPrivateIdentifier
.Changelog
v0.23.11 (2022-08-26)
skipErrorChecking
option which instructs TypeDoc to not ask TypeScript for compiler errors
before attempting to generate documentation. Turning this on may improve generation speed, but could also
cause a crash if your code contains compiler errors.@link
tags resolved, #2029.DefaultThemeRenderContext
now contain all the HTML for their sections of the page, #2038.Changelog
v0.23.10 (2022-07-31)
sort
option.prop
as prop?
, #2023.DefaultThemeRenderContext.markdown
now also accepts a CommentDisplayPart[]
for rendering, #2004.Converter.resolveLinks
method for use with Converter.parseRawComment
, #2004.typedoc/tsdoc.json
in TSDoc extends, #2015.@typedef
comments for properties, #2020.Changelog
v0.23.9 (2022-07-24)
"entryPointStrategy": "expand"
, this change may result in new pages being added to your documentation.
If this is not desired, you can use the exclude
option to filter them out.--includeVersion
flag, #2010.