Releases: typedoc2md/typedoc-plugin-markdown
Releases · typedoc2md/typedoc-plugin-markdown
[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.
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.