Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2025-06-27 | 849 Bytes | |
v0.28.6 source code.tar.gz | 2025-06-27 | 752.0 kB | |
v0.28.6 source code.zip | 2025-06-27 | 1.1 MB | |
Totals: 3 Items | 1.8 MB | 0 |
Features
- TypeDoc now supports resolving relative paths in links to the package directory as belonging to the project, [#2961].
- Declarations without comments will now check for comments on their export specifier, [#2964].
Bug Fixes
- Attempting to highlight a supported language which is not enabled is now a warning, not an error, [#2956].
- Improved compatibility with CommonMark's link parsing, [#2959].
- Classes, variables, and functions exported with
export { type X }
are now detected and converted as interfaces/type aliases, [#2962]. - Improved warning messaging for links to symbols which were resolved, but the symbols were not included in the documentation, [#2967].
- Fixed an issue preventing nested documents from being deserialized from TypeDoc's JSON output or used in packages mode, [#2969].
Thanks!
- @yGuy