Releases: styleguidist/react-docgen-typescript
Releases · styleguidist/react-docgen-typescript
v1.0.1
08 Sep 17:39
Compare
Sorry, something went wrong.
No results found
fixing issue #43
adding withDefaultConfig, withCustomConfig methods that should be used for importing parser.
default config extended for jsx: "React" option
v1.0.0
03 Aug 20:26
Compare
Sorry, something went wrong.
No results found
v0.0.15
21 Jun 19:01
Compare
Sorry, something went wrong.
No results found
Added support for JsDoc tags
v0.0.14
19 Jun 19:02
Compare
Sorry, something went wrong.
No results found
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
18 Jun 20:10
Compare
Sorry, something went wrong.
No results found
fixing problem with version v0.0.12
v0.0.12
18 Jun 19:02
Compare
Sorry, something went wrong.
No results found
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
24 May 20:03
Compare
Sorry, something went wrong.
No results found
#3 Cannot read property 'methods' of null
v0.0.10
04 May 21:12
Compare
Sorry, something went wrong.
No results found
Merge pull request #12 from pvasek/fix/HOC_not_working_for_external_f…
v0.0.9
03 May 21:39
Compare
Sorry, something went wrong.
No results found
Added support for higher order components
0.0.8
02 May 05:05
Compare
Sorry, something went wrong.
No results found
Support for PureComponents added.