Skip to content

Releases: typedoc2md/typedoc-plugin-markdown

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)

typedoc-plugin-markdown@4.2.4

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

typedoc-plugin-markdown@4.2.3

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

Patch Changes

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

typedoc-plugin-markdown@4.2.2

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)

typedoc-plugin-markdown@4.2.1

11 Jul 20:25
4d30a87
Compare
Choose a tag to compare

Patch Changes

  • Fix missing index descriptions for signatures (#618)

typedoc-plugin-markdown@4.2.0

10 Jul 22:18
9199cf2
Compare
Choose a tag to compare

Minor Changes

  • Exposed "modulesFileName" option (#647)
  • Write .nojekyll file if TypeDocs "githubPages" option is true (#650)
  • Exposed "blockTagsPreserveOrder" option to configure ordering of comment block tags (#627).
  • Exposed "useHTMLEncodedBrackets" option for alternative angle bracket escaping(#564).

typedoc-plugin-markdown@4.1.2

05 Jul 13:40
f90fcf7
Compare
Choose a tag to compare

Patch Changes

  • Support TypeDoc 0.26 relative links implementation (#645).

typedoc-plugin-markdown@4.1.1

30 Jun 21:22
31763f2
Compare
Choose a tag to compare

Patch Changes

  • normalize window paths when "publicPath" is set (#639)