Skip to content

Releases: styleguidist/react-docgen-typescript

v1.0.1

08 Sep 17:39
Compare
Choose a tag to compare
  • 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
Choose a tag to compare

Complete rewrite by @RoystonS.

v0.0.15

21 Jun 19:01
Compare
Choose a tag to compare

Added support for JsDoc tags

v0.0.14

19 Jun 19:02
Compare
Choose a tag to compare

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
Choose a tag to compare
  • fixing problem with version v0.0.12

v0.0.12

18 Jun 19:02
Compare
Choose a tag to compare
  • 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
Choose a tag to compare

#3 Cannot read property 'methods' of null

v0.0.10

04 May 21:12
Compare
Choose a tag to compare
Merge pull request #12 from pvasek/fix/HOC_not_working_for_external_f…

v0.0.9

03 May 21:39
Compare
Choose a tag to compare

Added support for higher order components

0.0.8

02 May 05:05
Compare
Choose a tag to compare

Support for PureComponents added.