Releases: typedoc2md/typedoc-plugin-markdown
Releases · typedoc2md/typedoc-plugin-markdown
[email protected]
Minor Changes
- Exposed new option
navigationJson
that can be used to write navigation structure as JSON to disk.
Patch Changes
- Remove type params from inline reflection titles when router=module to resolve anchoring issues (#843).
[email protected]
Patch Changes
- Correctly handle empty markdown links (#836).
[email protected]
Minor Changes
- Exposed additional placeholders in
pageTitleTemplates
and adjusted default templates ([#831]). - Tweaked the format of abstract class page titles to include the translated abstract keyword (e.g., "Abstract Class: MyClass") for improved readability.
- Added
strikeDeprecatedPageTitles
option.
Patch Changes
- Fix incorrect link fragments (#832).
[email protected]
Patch Changes
- Escape square brackets in index signature types (#829).
- Fix missing segments in declaration titles that contain periods.
[email protected]
[email protected]
Patch Changes
- Added theme translations for "de" locale.
- Fix navigation items without group or categories (
@group/@category=none
) (#815). - Correctly handle sidebar groups for packages with merged modules.
[email protected]
[email protected]
[email protected]
Patch Changes
- Correctly render html table when interfacePropertiesFormat=htmlTable (#794).
- Correctly handle overloaded function display in list and table views (#793).
- Expose comments and signatures to index signature members.
- Wrap default values in back ticks on table views to be consistent with list views.
- Append semi colons to signature in code blocks.
[email protected]
Minor Changes
- Implemented support for consuming TypeDoc core routers.
- Exported routers to public api.
- Implemented a hierarchy summary page as per default theme.
- Updated "Constructor" titles of classes to fix internal anchor issues.