Releases: typedoc2md/typedoc-plugin-markdown
Releases · typedoc2md/typedoc-plugin-markdown
typedoc-plugin-markdown@4.3.2
Patch Changes
- Enable
{@link}
resolution on type alias properties (#732).
- Remove superfluous name attribute when "useHtmlAnchors" is true..
- Escape characters inside
@link
tags.
- Fixed spacing around inline object declarations.
- Always expose type arguments of reference types as per default theme (#733).
typedoc-plugin-markdown@4.3.1
Patch Changes
- Expose type declarations to array types.
- Correctly wrap array of unions in parenthesis (#719).
- Omit inline parameter declarations when not useful (#720).
typedoc-plugin-markdown@4.3.0
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
- Improved structure of curried and overloaded signatures (#714) (#718)
- The "hideGroupHeadings" option respects group order (#716)
- Handle Optional types correctly (#719).
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