Skip to content

Releases: typedoc2md/typedoc-plugin-markdown

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)

typedoc-plugin-markdown@4.1.0

22 Jun 10:40
43c10ac
Compare
Choose a tag to compare

Minor Changes

  • Theme support for TypeDoc’s 0.26 localization model.
  • Theme support for TypeDoc’s 0.26 documents implementation.
  • Exposed a new key "htmlTable" to formatting options enabling block elements to render as intended inside table cells. Affects all existing formatting options. Fixes (#618).
  • Added new formatting options --classPropertiesFormat, --interfacePropertiesFormat and --propertyMembersFormat to further control formatting of different declaration structures.
  • Supports the ability to control what table columns are rendered with the --tableColumnSettings option.

Patch Changes

  • Handle duplicate files when tagged in same group (#625)
  • Fix issues with tables and block tags (#618)

typedoc-plugin-markdown@4.0.3

27 May 11:09
d95d425
Compare
Choose a tag to compare

Patch Changes

  • Remove superfluous quotes from prop names (#619)
  • Fix display of index descriptions in tables (#618)