Releases: styleguidist/react-docgen-typescript
Releases · styleguidist/react-docgen-typescript
v1.8.1
- 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
- possibility to pass factory method that creates instance of TS program class - thanks to @strothj and his PR #119
v1.7.0
- Allow filtering by parent interface or type declaration - thanks to @rkostrzewski and his PR #111
v1.6.3
- Some components showing up as "Requireable" #106 - fixed thanks to @milesj and his PR #110
v1.6.2
- additional exports added to support easier integrations with other project (thanks to @strothj and his PR #104)
v1.6.1
- support shorthand default props (thanks to @milesj and his PR #99)
v1.6.0
- 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
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
- use
displayName
as default component name (thanks to @argshook for his PR #87)
v1.3.2
- 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)