Skip to content

Releases: TypeStrong/typedoc

0.17.4

06 Apr 02:42
Compare
Choose a tag to compare

0.17.4 (2020-04-06)

Bug Fixes

  • options: Map type options should not have their default value validated (#1250) (c296503)

Features

  • Generate search index before rendering theme (#1252) (c73eaaf)

Thanks!

0.17.3

22 Mar 04:45
Compare
Choose a tag to compare

Features

Fixed

  • The legend is no longer missing on most documentation pages

Thanks!

0.17.2

21 Mar 22:54
Compare
Choose a tag to compare

0.17.2 (2020-03-21)

Bug Fixes

0.17.1

18 Mar 04:02
Compare
Choose a tag to compare

0.17.1 (2020-03-18)

Bug Fixes

  • Report errors from setting bad options on CLI (a2e4db1), closes #1237

0.17.0

15 Mar 23:06
Compare
Choose a tag to compare

0.17.0 (2020-03-15)

Bug Fixes

  • Check for compiler errors before converting (802c408)
  • Plugin resolution now uses relative paths (#1194) closes #1188

Features

  • Allow user to set git remote (5cbd44d), closes #1130

  • Move TypeScript to a peer dependency (49b1c4f), closes #880

  • Only generate legend for items that are displayed on the page (#1187) (923c55d), closes #1136

  • Support disabling sources (3dadcde), closes #808

  • Support for @template (c015fd9), closes #860

  • Support for private fields (5d41a2e)

  • fix!: Rename external modules to modules (295ccdd), closes #109

  • fix!: Moved @types/minimatch dependency to devDepencencies (#1206) (592e0b3), closes #1206

BREAKING CHANGES

  • Any plugins which referenced ReflectionKind.ExternalModule or ReflectionKind.Module need to be updated to reference ReflectionKind.Module and ReflectionKind.Namespace respectively.
  • createMinimatch is no longer a public function.
  • @Option decorator removed

Thanks!

TypeDoc wouldn't be maintained without the help of the community, thanks to all who submitted issues and especially to those who contributed code to this release:

v0.16.11

28 Feb 04:44
Compare
Choose a tag to compare

Bug Fixes πŸ›

Features ✨

  • Add support for `` inside of Marked Link Brackets (#1091) (1ec2fb8)
  • Config option to exclude not explicitly documented symbols (#996) (20db9a5), closes #995
  • Support for extended config in typedoc.json (07fb1ce), closes #493 #1115

Thanks πŸ‘

v0.16.10...v0.16.11

v0.16.10

16 Feb 05:09
Compare
Choose a tag to compare

Features ✨

  • Add the ability to remove tags from doc comments (#815)
  • The logger will now also count warning messages (#1205)

Fixed πŸ›

  • The link tag will now no longer be incorrectly stripped from some param comments (#1001)
  • Mixins will no longer cause TypeDoc to crash in some cases (#1207)

Thanks πŸ‘

v0.16.9

25 Jan 22:08
Compare
Choose a tag to compare

Fixed πŸ›

  • TypeDoc now correctly handles BOM in package.json (#1192)

Thanks πŸ‘

v0.16.8

21 Jan 17:52
Compare
Choose a tag to compare

Fixed πŸ›

  • export * from ... could cause a circular reference that sent TypeDoc into an infinite loop (#1186)

v0.16.7

17 Jan 04:28
Compare
Choose a tag to compare

Fixed πŸ›

  • Object literal {} now renders correctly (#1179)

Features ✨

  • Support for query types (type Z = typeof z)

Thanks