Releases: typedoc2md/typedoc-plugin-markdown
Releases · typedoc2md/typedoc-plugin-markdown
[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)
[email protected]
[email protected]
Patch Changes
- Expose missing entrypoints to navigation (#663)
- Fix missing function descriptions in indexes
[email protected]
[email protected]
[email protected]
Patch Changes
- Fix missing return comments for const functions (#656)