Releases: typedoc2md/typedoc-plugin-markdown
Releases · typedoc2md/typedoc-plugin-markdown
typedoc-plugin-markdown@4.2.10
Patch Changes
- Enhanced the formatting and structure of accessor output (#711)
typedoc-plugin-markdown@4.2.9
Patch Changes
- Expose
@return
block tags on declarations (#694)
- Add parentheses on function names in type declaration table views (#696)
typedoc-plugin-markdown@4.2.8
Patch Changes
- Fix missing slash when public path is prefixed with http (#688)
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)