See #2763 for additional details.
Changes since 0.27.0-beta.0:
- Drop support for TypeScript <5.0, no longer supported by DefinitelyTyped (once TS 5.7 releases)
- Add support for TypeScript 5.7
- TypeDoc now properly flags
readonly
index signatures. - Expandable class hierarchy, #2744
- Fix infinite loop when handling
@mergeModuleWith
if targeting a non-toplevel module, #2776 - Fix inconsistency with handling of global symbols, #2774
- Tag name instead of tag target name is added to class names, #2772
- Separated output shortcut
--html
for HTML output,--out
may now be reused by plugins (e.g. typedoc-plugin-markdown) for the default output, #2769