Releases: styleguidist/react-docgen-typescript
Releases · styleguidist/react-docgen-typescript
v1.0.1
- fixing issue #43
- adding withDefaultConfig, withCustomConfig methods that should be used for importing parser.
- default config extended for
jsx: "React"
option
v0.0.15
Added support for JsDoc tags
v0.0.14
robustness improved
- if the component is not found the parse method still returns doc object so styleguidist can work
- components with inline function crashed - fixed
v0.0.13
- fixing problem with version v0.0.12
v0.0.12
- properties can be defined in different files that component
- properties defined as type should work
- there can be cases that failed before and now they will pass (but for these props will be empty)
v0.0.11
#3 Cannot read property 'methods' of null
v0.0.10
Merge pull request #12 from pvasek/fix/HOC_not_working_for_external_f…
v0.0.9
Added support for higher order components
0.0.8
Support for PureComponents added.