Releases: typedoc2md/typedoc-plugin-markdown
Releases · typedoc2md/typedoc-plugin-markdown
[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.
Patch Changes
[email protected]
Patch Changes
- Ensure all file paths use forward slashes in windows (#782).
[email protected]
[email protected]
Minor Changes
- Implemented custom routers for plugin to support TypeDoc 0.28 router implementation.
- Added "typeAliasPropertiesFormat" option to support TypeDoc 0.28 updated behaviour for Object literal type alias types.
Patch Changes
- Mark object properties as optional in PluginOptions interface (#777).
[email protected]
Patch Changes
- Handle duplicate symbols with leading underscores
- Correctly flag optional nested parameters (#765).
- Introduced ja theme translations as per TypeDoc 0.27.7.
- Expose anchors to relative document links (thanks @matus-vacula).
[email protected]
Patch Changes
- Correctly display inline objects for tuple optional types (#745).
- Expose isDeprecated flag to navigation category items.
[email protected]
[email protected]
Patch Changes
- Correctly handle anchor resolutions with table formats.
- Fix invalid typescript syntax for type aliases inside declaration code blocks when "useCodeBlocks" is true (#741).