Skip to content

Releases: TypeStrong/typedoc

v0.20.30

06 Mar 16:19
Compare
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
Compare
Choose a tag to compare

0.20.29 (2021-03-04)

Features

v0.20.28

23 Feb 02:01
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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

v0.20.22

06 Feb 16:22
Compare
Choose a tag to compare

0.20.22 (2021-02-06)

Bug Fixes

  • Import from shiki rather than shiki-themes (1c37702), closes #1496

v0.20.21

05 Feb 18:01
Compare
Choose a tag to compare

0.20.21 (2021-02-05)

Bug Fixes

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