Releases: typedoc2md/typedoc-plugin-markdown
Releases · typedoc2md/typedoc-plugin-markdown
typedoc-plugin-markdown@4.2.7
Patch Changes
- Correctly handle top level custom groups in navigation (#685)
- Fix missing index descriptions for some signatures (#670)
- Add '?' for optional type declarations in tables
typedoc-plugin-markdown@4.2.6
Patch Changes
- Expose missing entrypoints to navigation (#663)
- Fix missing function descriptions in indexes
typedoc-plugin-markdown@4.2.5
Patch Changes
- Expose comment for arrow functions in type declarations (#670)
- Tables generated with the "htmlTable" key will include
<thead>
and <tbody>
elements to fix MDX compatibility issues (#671)
- Expose missing descriptions with accessor keyword (#664)
typedoc-plugin-markdown@4.2.4
Patch Changes
- Expose comments to reflections with the accessor keyword (#664)
- Omit constructors from category groups (#661)
- Update categories structure in navigation to match interface model
typedoc-plugin-markdown@4.2.3
Patch Changes
- Fix missing return comments for const functions (#656)
typedoc-plugin-markdown@4.2.2
Patch Changes
- Correctly resolve comment summary for const functions (#656)
- Fix anchor links containing generics (#655)
typedoc-plugin-markdown@4.2.1
Patch Changes
- Fix missing index descriptions for signatures (#618)
typedoc-plugin-markdown@4.2.0
Minor Changes
- Exposed "modulesFileName" option (#647)
- Write
.nojekyll
file if TypeDocs "githubPages" option is true (#650)
- Exposed "blockTagsPreserveOrder" option to configure ordering of comment block tags (#627).
- Exposed "useHTMLEncodedBrackets" option for alternative angle bracket escaping(#564).
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)