Skip to content

Releases: TypeStrong/typedoc

v0.20.32

14 Mar 20:03

Choose a tag to compare

0.20.32 (2021-03-14)

Bug Fixes

  • Correct crash with reflection types (5d7856b), closes #1538

v0.20.31

14 Mar 04:32

Choose a tag to compare

0.20.31 (2021-03-14)

Bug Fixes

  • Constructors were improperly reported as inherited (b908c09), closes #1528 #1527
  • readonly tuples were recognized as arrays (99c6a13), closes #1534

Thanks!

v0.20.30

06 Mar 16:19

Choose a tag to compare

0.20.30 (2021-03-06)

Bug Fixes

  • Categories should only appear once if specified multiple times (6949a1f), closes #1522
  • Remove undefined from optional property types (c9faa9b), closes #1525
  • Support JSDocNullableType, JSDocNonNullableType (34d05f2), closes #1524

v0.20.29

04 Mar 04:47

Choose a tag to compare

0.20.29 (2021-03-04)

Features

v0.20.28

23 Feb 02:01

Choose a tag to compare

0.20.28 (2021-02-23)

Bug Fixes

  • Detect visibility modifiers on accessors (46be74e), closes #1516

v0.20.27

20 Feb 23:56

Choose a tag to compare

0.20.27 (2021-02-20)

Bug Fixes

  • Detect and normalize unique symbol names (441fea2), closes #1514

Features

  • preserve spaces in code blocks (c8de53a)

Thanks!

v0.20.26

20 Feb 03:18

Choose a tag to compare

0.20.26 (2021-02-20)

Bug Fixes

  • Pick up optional/readonly from mapped types (a2d9dd8), closes #1509

v0.20.25

15 Feb 03:39

Choose a tag to compare

0.20.25 (2021-02-15)

Features

  • Support for specifying comments on export declarations (7b7bf66), closes #1504
  • Support for the @module tag to mark a comment as belonging to a module (7b7bf66)

v0.20.24

11 Feb 03:34

Choose a tag to compare

0.20.24 (2021-02-11)

Features

  • add support for non .com gh enterprise domains (#1507) (c0f5d91)

Thanks!

v0.20.23

06 Feb 22:51

Choose a tag to compare

0.20.23 (2021-02-06)

Bug Fixes

  • Missing namespace members when ns is created by re-exporting an entire module (7dfadcf), closes #1499
  • Set inheritedFrom on accessor signatures (ccd519a), closes #1497
  • Copy comment from interface members if implementing member doesn't have a comment #1498