Skip to content

Releases: typedoc2md/typedoc-plugin-markdown

typedoc-plugin-markdown@4.3.3

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

typedoc-plugin-markdown@4.3.2

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

typedoc-plugin-markdown@4.3.1

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

typedoc-plugin-markdown@4.3.0

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

typedoc-plugin-markdown@4.2.10

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

Patch Changes

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

typedoc-plugin-markdown@4.2.9

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)

typedoc-plugin-markdown@4.2.8

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

Patch Changes

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

typedoc-plugin-markdown@4.2.7

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

typedoc-plugin-markdown@4.2.6

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

typedoc-plugin-markdown@4.2.5

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)