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.