Skip to content

Releases: TypeStrong/typedoc

v0.20.21

05 Feb 18:01

Choose a tag to compare

0.20.21 (2021-02-05)

Bug Fixes

  • Missing exported members in file-as-namespace reflection (1423960), closes #1493

v0.20.20

31 Jan 20:26

Choose a tag to compare

0.20.20 (2021-01-31)

Bug Fixes

  • Avoid crash with removed project reflection (fa95b07), closes #1489
  • function-namespaces were converted incorrectly (3097c5a), closes #1483
  • Missing comments on optional methods (e4fb866), closes #1490

Features

  • add highlight theme option (4a6df9a)

Thanks!

  • @refineddigital

v0.20.19

25 Jan 14:47

Choose a tag to compare

0.20.19 (2021-01-25)

Features

  • Support for --watch, --preserveWatchOutput, --emit (2188f86)

v0.20.18

24 Jan 19:33

Choose a tag to compare

0.20.18 (2021-01-24)

Bug Fixes

  • Static methods added to the class manually in JS (687ae53), closes #1481

v0.20.17

23 Jan 20:17

Choose a tag to compare

0.20.17 (2021-01-23)

Bug Fixes

  • CommonJS export= with type exports (4a539dd), closes #1476

Features

  • inheritDoc: Add support for copying item’s documentation by copying it from another API item (84db49a)

Thanks!

v0.20.16

17 Jan 02:29

Choose a tag to compare

0.20.16 (2021-01-17)

Bug Fixes

  • Comments on projects were broken (685ca41)
  • Constructors were a bit broken (d746d85)

v0.20.15

16 Jan 18:05

Choose a tag to compare

0.20.15 (2021-01-16)

Bug Fixes

  • Crash when converting @types/ws (b8071c6), closes #1463
  • excludeNotDocumented incorrectly ignored some symbols (1d03d4b), closes #1465
  • Support for JSDoc @enum tags (66c1652), closes #1464

Features

  • Support for excludeInternal (4f4d85c), closes #1469
  • category: add option to read more categories from doc (18d83f6)

Thanks!

v0.20.14

09 Jan 20:29

Choose a tag to compare

0.20.14 (2021-01-09)

Bug Fixes

Thanks!

v0.20.13

06 Jan 13:57

Choose a tag to compare

0.20.13 (2021-01-06)

Bug Fixes

  • Use type nodes if converting a regular function (d528c69), closes #1454

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!