Releases: TypeStrong/typedoc
Releases · TypeStrong/typedoc
v0.23.25
Breaking Changes
- Upgraded Shiki, if your highlight theme was set to
material-<theme>, the value will need to be changed to
material-theme-<theme>, see the Shiki release notes.
Features
- Added new
excludeNotDocumentedKindsvariable to control which reflection types can be removed
by theexcludeNotDocumentedoption, #2162. - Added
typedoc.jsonc,typedoc.config.js,typedoc.config.cjs,typedoc.cjsto the list of files
which TypeDoc will automatically use as configuration files.
Bug Fixes
- Entry points under
node_moduleswill no longer be ignored, #2151. - Corrected behavior of
excludeNotDocumentedon arrow function-variables, #2156. - Added
package.jsonto exports declaration.
Thanks!
- @boneskull
- @Mikkal24
- @Zamiell
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,navigationLinksandsidebarLinksoptions to add additional links to the rendered output, #1830. - Added
sourceLinkTemplateoption to allow more flexible specification of remote urls.
Deprecated now redundantgitRevisiondetection 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