github TypeStrong/typedoc 0.17.0

latest releases: v0.25.13, v0.25.12, v0.25.11...
4 years ago

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:

Don't miss a new typedoc release

NewReleases is sending notifications on new releases.