Skip to content

Releases: typedoc2md/typedoc-plugin-markdown

[email protected]

23 Apr 10:57
fed1166
Compare
Choose a tag to compare

Patch Changes

  • Correctly handle group title in pageTitleTemplates callback (#807).
  • Format of optional type and getter/setter (#804) - thanks @normanzb.

[email protected]

09 Apr 16:30
64da790
Compare
Choose a tag to compare

Patch Changes

  • Expose full declaration for returned union types (#799).
  • Move isOptional flag inside backTicks (#797) - thanks @LekoArts.
  • Added support for TypeDoc's v0.28.2 features @group none, @category none and @disableGroups.

[email protected]

02 Apr 08:59
6d7b357
Compare
Choose a tag to compare

Patch Changes

  • Correctly render html table when interfacePropertiesFormat=htmlTable (#794).
  • Correctly handle overloaded function display in list and table views (#793).
  • Expose comments and signatures to index signature members.
  • Wrap default values in back ticks on table views to be consistent with list views.
  • Append semi colons to signature in code blocks.

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