Releases: TypeStrong/typedoc
Releases · TypeStrong/typedoc
v0.23.24
v0.23.23
v0.23.22
v0.23.21
Features
- Added support for a catch-all wildcard in
externalSymbolLinkMappings
, #2102. - Added support for TypeScript 4.9.
Thanks!
v0.23.20
v0.23.19
v0.23.18
Features
Bug Fixes
v0.23.17
Features
- Added
titleLink
,navigationLinks
andsidebarLinks
options to add additional links to the rendered output, #1830. - Added
sourceLinkTemplate
option to allow more flexible specification of remote urls.
Deprecated now redundantgitRevision
detection starting withhttps?://
introduced in v0.23.16, #2068.
Thanks!
v0.23.16
Features
- Object types will now be pretty printed, #1793.
- Added support for specifying the tsconfig.json file in packages mode with
{ "typedoc": { "tsconfig": "tsconfig.lib.json" }}
in package.json, #2061. - In packages mode, readme files will now be automatically included if present, #2065.
- Added support for specifying the base file url for links to source code, #2068.
Bug Fixes
- Private parameter properties will no longer be ignored, #2064.
Thanks!
- @captainTorch
v0.23.15
Features
- TypeDoc will now treat
@typedef {import("foo").Bar<Z>} Baz
type declarations which forward type parameters to the imported
symbol as re-exports of that symbol, #2044.
Bug Fixes
- TypeDoc will now prefer comments on variable declarations over signature comments, #2042.
- Fixed double rendering of "Type Parameters" header, #2054.
- Fixed double rendering of "Hierarchy" header, #2053.
- Removed unused
widgets.png
and[email protected]
files from generated assets folder.