Skip to content

Releases: typedoc2md/typedoc-plugin-markdown

[email protected]

23 Mar 22:31
878c58a
Compare
Choose a tag to compare

Minor Changes

  • Implemented support for consuming TypeDoc core routers.
  • Exported routers to public api.
  • Implemented a hierarchy summary page as per default theme.
  • Updated "Constructor" titles of classes to fix internal anchor issues.

Patch Changes

  • Fix incompatibility when used with "outputs" (#788).
  • Utilize "anchorPrefix" option to ensure unique anchors linking if required (#764).

[email protected]

19 Mar 10:16
5d7c3c7
Compare
Choose a tag to compare

Patch Changes

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

[email protected]

18 Mar 23:53
3cd8c27
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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).