Releases: styleguidist/react-docgen-typescript
Releases · styleguidist/react-docgen-typescript
v1.2.6
Type information added to package.json
v1.2.5
Correct name for stateless components.
Thanks to @skeate and his #76 PR. This release closes issue about wrong names for stateless components #74.
v1.2.4
Custom tsconfig.json can include comments.
Thanks to @eps1lon and his PR #75, the parsing of tsconfig.json uses the same code as the typescript itself. This enables to use whatever is allowed in typescript configuration as comments for example.
v1.2.3
Default values as numbers are not parsed.
Fix for #62
v1.2.2
Parser Options introduced
- skipping undocumented properties
- skipping particular properties
- custom filter
Thanks to @dotcs and his PR #63.
v1.2.0
Added support for default exports (#47 fixed).
v1.1.0
Support default props via defaultProps or JSDoc (fixed issue #37 with PR #53)
All credits to Brett Jurgens (@brettjurgens)
v1.0.2
#22 Props cannot extend from an interface using Pick
v1.0.1
- fixing issue #43
- adding withDefaultConfig, withCustomConfig methods that should be used for importing parser.
- default config extended for
jsx: "React"
option