Skip to content

Releases: TypeStrong/typedoc

Patch Release

03 Apr 21:04
Compare
Choose a tag to compare

Fixed

  • Ignore declarationDir option
  • Fix crash in source plugin
  • Fix separator in getDefaultLibFileName

Added

  • Add a this type converter

Changed

  • Update to TypeScript 2.2

Map Handling

22 Mar 22:21
Compare
Choose a tag to compare

Fixed

  • Correct the map handling of TypeScript 2.2 (#455)

TypeScript 2.2

22 Mar 04:03
Compare
Choose a tag to compare

Changed

  • Update to TypeScript 2.2.1 (#448)
  • Remove exclusion of TypeScript options and support lib (#449)

Fixed

  • Check if reflection has children (#426)
  • Correctly replace version string (#427)
  • Include type arguments when converting aliases (#452)
  • Handle constructor return types (#389)

Exclusion Rules

17 Feb 18:17
Compare
Choose a tag to compare

Fixed

  • Fix exclusion rules (7134401)
  • Add typeArguments to ReferenceType (26fbd15)

Patch Release

14 Feb 23:43
Compare
Choose a tag to compare

Added

Fixed

  • Use default TypeScript lib (627bc17)
  • Honour exclude list with list of files (6ddb7f5)

CLI Option Precedence

13 Jan 02:24
Compare
Choose a tag to compare

Fixed

  • Make CLI options take precedence over tsconfig.json options

Patch

13 Jan 00:40
Compare
Choose a tag to compare

Added

  • Add --listInvalidSymbolLinks option

Fixed

  • Fixed raw typedocOptions

Package Files Fix

27 Dec 22:22
Compare
Choose a tag to compare

Fixed

  • Publish the correct files with the package

TypeScript 2.1

27 Dec 21:41
Compare
Choose a tag to compare

Added

Changed

  • Moved TypeScript compilation output directory
  • Support for more compiler options
  • Use TypeScript to process tsconfig.json file

Ignore Unsupport TS options

28 Oct 17:30
Compare
Choose a tag to compare

Changed

  • Ignore unsupported TS 2.0 options
  • Use TypeScript @types
  • Exclude constructor private properties using --excludePrivate
  • Update to TypeScript 2.0.6