| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2026-01-12 | 1.3 kB | |
| v0.28.16 source code.tar.gz | 2026-01-12 | 783.3 kB | |
| v0.28.16 source code.zip | 2026-01-12 | 1.1 MB | |
| Totals: 3 Items | 1.9 MB | 1 | |
Bug Fixes
- Fixed an issue causing TypeDoc to fail to generate documentation when implementing interfaces, [#3052].
- Fixed an issue preventing automatic entry point discovery on Windows, [#3057].
- Improved vertical positioning of text icons, [#3056].
- TypeDoc no longer includes source location information for type literal reflections. This could sometimes cause TypeDoc to infer the wrong path when resolving base paths for display.
- Adjusted markdown rendering to allow
markdownItLoaderto override more rendering [#3055].
Features
- Added support for regions for
@includein.tsx,.cjs, and.mjsfile references [#3048]. - Comments for TS-in-JS
@typedeftags may now specify modifier tags with the inline tag syntax{@mod}. This makes it possible to add modifier tags to these members, which previously was not possible as TypeScript's parsing stops for these members at the next non-braced tag, [#2916] and [#3050]. - A
typedoc-config.schema.jsonis now included in the root of the package with a JSON schema for TypeDoc's configuration file. The schema for the latest version is also published at https://typedoc.org/schema.json and will automatically be picked up when writing typedoc.json files if you are using VSCode, [#3054].
Thanks!
- @a10nik
- @kozi
- @Lakuna