Skip to content

Releases: typedoc2md/typedoc-plugin-markdown

typedoc-plugin-markdown@4.8.1

11 Aug 22:56
c1eea81
Compare
Choose a tag to compare

Patch Changes

  • Correctly handle empty markdown links (#836).

typedoc-plugin-markdown@4.8.0

29 Jul 22:42
f44b2d9
Compare
Choose a tag to compare

Minor Changes

  • Exposed additional placeholders in pageTitleTemplates and adjusted default templates ([#831]).
  • Tweaked the format of abstract class page titles to include the translated abstract keyword (e.g., "Abstract Class: MyClass") for improved readability.
  • Added strikeDeprecatedPageTitles option.

Patch Changes

  • Fix incorrect link fragments (#832).

typedoc-plugin-markdown@4.7.1

19 Jul 20:21
a72af31
Compare
Choose a tag to compare

Patch Changes

  • Escape square brackets in index signature types (#829).
  • Fix missing segments in declaration titles that contain periods.

typedoc-plugin-markdown@4.7.0

20 Jun 07:21
5081ddf
Compare
Choose a tag to compare

Minor Changes

  • Added useCustomAnchors and customAnchorsFormat options - thanks @ocavue.

Patch Changes

  • Fix incorrect overload function comments (#827).

typedoc-plugin-markdown@4.6.4

01 Jun 11:27
c050212
Compare
Choose a tag to compare

Patch Changes

  • Added theme translations for "de" locale.
  • Fix navigation items without group or categories (@group/@category=none) (#815).
  • Correctly handle sidebar groups for packages with merged modules.

typedoc-plugin-markdown@4.6.3

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.

typedoc-plugin-markdown@4.6.2

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.

typedoc-plugin-markdown@4.6.1

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.

typedoc-plugin-markdown@4.6.0

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

typedoc-plugin-markdown@4.5.2

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

Patch Changes

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