Releases: typedoc2md/typedoc-plugin-markdown
Releases · typedoc2md/typedoc-plugin-markdown
typedoc-plugin-markdown@4.2.5
typedoc-plugin-markdown@4.2.4
typedoc-plugin-markdown@4.2.3
Patch Changes
- Fix missing return comments for const functions (#656)
typedoc-plugin-markdown@4.2.2
typedoc-plugin-markdown@4.2.1
Patch Changes
- Fix missing index descriptions for signatures (#618)
typedoc-plugin-markdown@4.2.0
Minor Changes
typedoc-plugin-markdown@4.1.2
Patch Changes
- Support TypeDoc 0.26 relative links implementation (#645).
typedoc-plugin-markdown@4.1.1
Patch Changes
- normalize window paths when "publicPath" is set (#639)
typedoc-plugin-markdown@4.1.0
Minor Changes
- Theme support for TypeDoc’s 0.26 localization model.
- Theme support for TypeDoc’s 0.26 documents implementation.
- Exposed a new key "htmlTable" to formatting options enabling block elements to render as intended inside table cells. Affects all existing formatting options. Fixes (#618).
- Added new formatting options --classPropertiesFormat, --interfacePropertiesFormat and --propertyMembersFormat to further control formatting of different declaration structures.
- Supports the ability to control what table columns are rendered with the --tableColumnSettings option.