Skip to content

Releases: TypeStrong/typedoc

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

v0.5.0

11 Oct 20:56
Compare
Choose a tag to compare

Changed

  • Using TypeScript 2.0
  • Setting exported flags for export = and export x

Added

  • --excludePrivate option

v0.4.5

18 Aug 10:51
Compare
Choose a tag to compare

Added

  • Allow tsconfig.json comments (155fa12)
  • Fallback on default theme resources (721a97f)
  • Output sources files and lines into JSON (6f4e366)
  • Ignore inlineSources option (86a3596)
  • Output declarations and source maps (cbb9cf5)
  • Add typings support (2e9f102)