Skip to content

Releases: TypeStrong/typedoc

v0.20.12

05 Jan 00:29

Choose a tag to compare

0.20.12 (2021-01-05)

Bug Fixes

  • Add support for import types (37e8a3c), closes #1453
  • Arrow methods did not have modifiers set properly (9b4f898), closes #1452
  • Don't document type arguments if there are none (#1451) (894f92f)

Thanks!

v0.20.11

04 Jan 19:06

Choose a tag to compare

0.20.11 (2021-01-04)

Bug Fixes

  • Crash when converting a generic with a tuple constraint (685cd3e), closes #1449

v0.20.10

03 Jan 01:47

Choose a tag to compare

0.20.10 (2021-01-03)

Bug Fixes

  • Errors due to bad options in tsconfig file were dropped (f76b521), closes #1444

Changes

  • Updated warning about unsupported highlight language to point users to typedoc --help

v0.20.9

02 Jan 05:04

Choose a tag to compare

0.20.9 (2021-01-02)

Bug Fixes

  • Parameter declarations might not exist (1886304), closes #1443

v0.20.8

02 Jan 05:03

Choose a tag to compare

0.20.8 (2021-01-01)

Bug Fixes

  • CLI should not exit cleanly on unexpected error (2907328)

v0.20.7

01 Jan 06:28

Choose a tag to compare

0.20.7 (2021-01-01)

Bug Fixes

v0.20.6

01 Jan 01:37

Choose a tag to compare

0.20.6 (2021-01-01)

Bug Fixes

Features

v0.20.5

30 Dec 17:37

Choose a tag to compare

0.20.5 (2020-12-30)

Bug Fixes

  • Functions might not have a parent in global files (d739298), closes #1436

v0.20.4

30 Dec 00:01

Choose a tag to compare

0.20.4 (2020-12-30)

Bug Fixes

  • --excludeNotDocumented didn't remove reflections (5ebbd0f), closes #1435

v0.20.3

29 Dec 20:02

Choose a tag to compare

0.20.3 (2020-12-29)

Features