Skip to content

Releases: TypeStrong/typedoc

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)

v0.4.4

20 Jun 16:06
Compare
Choose a tag to compare

Fixed

  • Call getRelativeUri when a path is defined
  • Fix lodash _.unique call

v0.4.3

15 Jun 02:02
Compare
Choose a tag to compare

Fixed

  • Fix theme options (#230)
  • Update project dependencies (aab7af9)

v0.4.2

09 Jun 16:24
Compare
Choose a tag to compare

Fixed

  • Replace the correct file with version
  • Resolve options argument before requiring

v0.4.1

04 Jun 23:39
Compare
Choose a tag to compare

Fixed

  • Corrected the repo links in the README

v0.4.0

04 Jun 23:39
Compare
Choose a tag to compare

Release for TypeScript 1.8 support!

TypeDoc v0.3.12

07 Oct 09:09
Compare
Choose a tag to compare
Update to version 0.3.12

TypeDoc v0.3.11

19 Sep 11:32
Compare
Choose a tag to compare
Update to version 0.3.11

TypeDoc v0.3.10

09 Sep 15:38
Compare
Choose a tag to compare
Bugfix: Wrong path to default lib, see #134