Skip to content

Releases: typedoc2md/typedoc-plugin-markdown

[email protected]

19 Mar 10:16
5d7c3c7

Choose a tag to compare

Patch Changes

  • Ensure all file paths use forward slashes in windows (#782).

[email protected]

18 Mar 23:53
3cd8c27

Choose a tag to compare

Patch Changes

  • Correctly handle package index paths (#782).
  • Make all options optional in PluginOptions interface (#781).

[email protected]

16 Mar 00:59
944b370

Choose a tag to compare

Minor Changes

  • Implemented custom routers for plugin to support TypeDoc 0.28 router implementation.
  • Added "typeAliasPropertiesFormat" option to support TypeDoc 0.28 updated behaviour for Object literal type alias types.

Patch Changes

  • Mark object properties as optional in PluginOptions interface (#777).

[email protected]

09 Feb 23:03
28c9a74

Choose a tag to compare

Patch Changes

  • Handle duplicate symbols with leading underscores
  • Correctly flag optional nested parameters (#765).
  • Introduced ja theme translations as per TypeDoc 0.27.7.
  • Expose anchors to relative document links (thanks @matus-vacula).

[email protected]

01 Jan 16:35
32af8b8

Choose a tag to compare

Patch Changes

  • Correctly display inline objects for tuple optional types (#745).
  • Expose isDeprecated flag to navigation category items.

[email protected]

30 Dec 21:55
4b938fb

Choose a tag to compare

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.

[email protected]

18 Dec 23:54
abe60a9

Choose a tag to compare

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).

[email protected]

08 Dec 15:57
6ee45d0

Choose a tag to compare

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).

[email protected]

01 Dec 23:03
acfa040

Choose a tag to compare

Patch Changes

  • Expose type declarations to array types.
  • Correctly wrap array of unions in parenthesis (#719).
  • Omit inline parameter declarations when not useful (#720).

[email protected]

27 Nov 12:38
8fa35a8

Choose a tag to compare

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).