Releases: typedoc2md/typedoc-plugin-markdown
Releases · typedoc2md/typedoc-plugin-markdown
[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).
[email protected]
Patch Changes
[email protected]
[email protected]
Minor Changes
- Implemented typedoc 0.27 compatibility support.
- Exposed "typeDeclarationVisibility" option to provide a "compact" output structure (#703).
- Exposed "pageTitleTemplates" option that accepts a string with placeholder or function arguments to control page titles (#715).
- Exposed formatting with prettier options "formatWithPrettier" and "prettierConfigFile" that enables additional formatting of output if Prettier is installed on a project.
Patch Changes
[email protected]
Patch Changes
- Enhanced the formatting and structure of accessor output (#711)
[email protected]
[email protected]
Patch Changes
- Fix missing slash when public path is prefixed with http (#688)