Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2025-06-30 | 424 Bytes | |
v0.28.7 source code.tar.gz | 2025-06-30 | 756.4 kB | |
v0.28.7 source code.zip | 2025-06-30 | 1.1 MB | |
Totals: 3 Items | 1.8 MB | 5 |
Features
- Introduced the
@sortStrategy
tag to override thesort
option on a specific reflection, [#2965].
Bug Fixes
- Classes and functions exported with
export { type X }
are no longer missing comments, [#2970]. - Setting
locale
to an unknown value will now cause TypeDoc to operate in English instead of a debug locale. - Array options will now report an error if set to a non-array/non-string value.