| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2026-07-05 | 1.1 kB | |
| v0.28.20 source code.tar.gz | 2026-07-05 | 802.1 kB | |
| v0.28.20 source code.zip | 2026-07-05 | 1.1 MB | |
| Totals: 3 Items | 1.9 MB | 0 | |
Features
- Group/category section headings (
<h2>) in the default theme now include anidattribute so they can be linked to via fragment identifiers (e.g.modules.html#classes), [#3029]. - Added a
@reexportmodifier tag to have TypeDoc convert variable/type references as a re-export instead of a new symbol, [#3096]. - API: Introduced
generateOutputsBeginandgenerateOutputsEndevents onApplicationfor plugin use.
Bug Fixes
- When
--emit noneis used, TypeDoc will now report warnings about missing relative paths previously reported when rendering, [#3078]. - Improved performance via asynchronously performing git and file write operations, more performant JSX rendering, and source code bundling, [#3103].
- A
@hiddentag on a constructor parameter-property will now only hide the property, not both the property and the parameter, [#3111]. - Custom
@groupand@categorytitles with the same sort weight are now ordered consistently with thealphabeticalreflection sort, [#3120].
Thanks!
- @greymoth-jp
- @jonathanhefner
- @kcastellino
- @Metbcy
- @StoneCypher
- @wotan-allfather