Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2025-09-14 | 632 Bytes | |
v0.28.13 source code.tar.gz | 2025-09-14 | 770.9 kB | |
v0.28.13 source code.zip | 2025-09-14 | 1.1 MB | |
Totals: 3 Items | 1.9 MB | 2 |
Features
- The
basePath
option now also affects relative link resolution, TypeDoc will also check for paths relative to the provided base path. If you instead want TypeDoc to only change the rendered base path for sources, use thedisplayBasePath
option, [#3009].
Bug Fixes
- Fixed bug introduced in 0.28.8 where TypeDoc could not render docs with some mixin classes, [#3007].
@inheritDoc
will now correctly overwrite@remarks
and@returns
blocks on the target comment, [#3012].- The
externalSymbolLinkMappings
option now works properly on links pointing to inherited/overwritten signatures, [#3014].