Skip to content

Releases: typedoc2md/typedoc-plugin-markdown

[email protected]

27 Nov 12:38
8fa35a8
Compare
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).

[email protected]

01 Nov 23:00
b3f39c3
Compare
Choose a tag to compare

Patch Changes

  • Enhanced the formatting and structure of accessor output (#711)

[email protected]

01 Oct 21:22
b456b8f
Compare
Choose a tag to compare

Patch Changes

  • Expose @return block tags on declarations (#694)
  • Add parentheses on function names in type declaration table views (#696)

[email protected]

22 Sep 22:35
7e0c460
Compare
Choose a tag to compare

Patch Changes

  • Fix missing slash when public path is prefixed with http (#688)

[email protected]

05 Sep 21:23
42079ce
Compare
Choose a tag to compare

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

[email protected]

25 Aug 08:55
c7d4e0d
Compare
Choose a tag to compare

Patch Changes

  • Expose missing entrypoints to navigation (#663)
  • Fix missing function descriptions in indexes

[email protected]

15 Aug 22:26
32ec0d1
Compare
Choose a tag to compare

Patch Changes

  • Expose comment for arrow functions in type declarations (#670)
  • Tables generated with the "htmlTable" key will include <thead> and <tbody> elements to fix MDX compatibility issues (#671)
  • Expose missing descriptions with accessor keyword (#664)

[email protected]

13 Aug 19:27
9bdf546
Compare
Choose a tag to compare

Patch Changes

  • Expose comments to reflections with the accessor keyword (#664)
  • Omit constructors from category groups (#661)
  • Update categories structure in navigation to match interface model

[email protected]

24 Jul 18:53
55f341e
Compare
Choose a tag to compare

Patch Changes

  • Fix missing return comments for const functions (#656)

[email protected]

22 Jul 17:22
bdc5dda
Compare
Choose a tag to compare

Patch Changes

  • Correctly resolve comment summary for const functions (#656)
  • Fix anchor links containing generics (#655)