Releases: typedoc2md/typedoc-plugin-markdown
Releases · typedoc2md/typedoc-plugin-markdown
Minor Changes
- Expose "isDeprecated" flag to navigation model (#747).
- Moved source link inline and exposed to all parent symbols (#746).
- Remove extraneous "Index" headings.
- Always assign HTML anchor ids to linkable symbols within table rows.
Patch Changes
- Always display inline object for tuple types (#745).
- Strikeout deprecated items in reflection indexes.
- Fix inline formatting of types when when "useCodeBlocks" is used (#742).
- Expose group descriptions to module indexes.
- Expose global documents with "packages" entryPointStrategy.
Patch Changes
- Correctly handle anchor resolutions with table formats.
- Fix invalid typescript syntax for type aliases inside declaration code blocks when "useCodeBlocks" is true (#741).
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).
Patch Changes
- Expose type declarations to array types.
- Correctly wrap array of unions in parenthesis (#719).
- Omit inline parameter declarations when not useful (#720).
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).
Patch Changes
- Enhanced the formatting and structure of accessor output (#711)
Patch Changes
- Expose
@return
block tags on declarations (#694)
- Add parentheses on function names in type declaration table views (#696)
Patch Changes
- Fix missing slash when public path is prefixed with http (#688)
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
Patch Changes
- Expose missing entrypoints to navigation (#663)
- Fix missing function descriptions in indexes