Skip to content

Releases: styleguidist/react-docgen-typescript

v1.8.1

11 Sep 20:11
Compare
Choose a tag to compare
  • fix for #121 - The example code don't work
  • fix for #120 - programProvider is not a function
  • fix for #92 - console.log causes TypeError in parser

v1.8.0

01 Sep 17:35
13f5570
Compare
Choose a tag to compare
  • possibility to pass factory method that creates instance of TS program class - thanks to @strothj and his PR #119

v1.7.0

20 Aug 18:47
6d31f2a
Compare
Choose a tag to compare
  • Allow filtering by parent interface or type declaration - thanks to @rkostrzewski and his PR #111

v1.6.3

06 Aug 18:13
deaab67
Compare
Choose a tag to compare
  • Some components showing up as "Requireable" #106 - fixed thanks to @milesj and his PR #110

v1.6.2

10 Jul 18:44
57bf7ae
Compare
Choose a tag to compare
  • additional exports added to support easier integrations with other project (thanks to @strothj and his PR #104)

v1.6.1

13 Jun 18:30
332b2d6
Compare
Choose a tag to compare
  • support shorthand default props (thanks to @milesj and his PR #99)

v1.6.0

06 Jun 17:39
0e0130f
Compare
Choose a tag to compare
  • parse can be called with multiple source file paths (thanks to @marionebl PR #91)
  • upgraded typescript version and fixed parsing comment problem (thanks to @kbukum PR #97)

v1.5.0

14 May 19:13
54b0087
Compare
Choose a tag to compare

This is @milesj release. Thanks for that!

  • feat: folder name as a fallback for component name if file is index.tsx (@milesj PR #88)
  • fix: parser fails for defaultProps that use spreading syntax (@milesj PR #89)

v1.4.0

10 May 18:51
a5012fa
Compare
Choose a tag to compare
  • use displayName as default component name (thanks to @argshook for his PR #87)

v1.3.2

02 May 20:12
82300d6
Compare
Choose a tag to compare
  • improving default props for stateless components (thanks to @chrisalbert for his PR #84)
  • improving tsconfig parsing fix for #83 (thanks to @yoiang for his PR #85)