strothj / react-docgen-typescript-loader

Webpack loader to generate docgen information from Typescript React components.
Other
360 stars 47 forks source link

chore: upgrade react-docgen-typescript #14

Closed zetoke closed 6 years ago

zetoke commented 6 years ago

Upgrade react-docgen-typescript to 1.6.0 with new fixes https://github.com/styleguidist/react-docgen-typescript/releases/tag/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)
strothj commented 6 years ago

Thanks for the pull request! Would you mind also updating the change log in the READM.md?

strothj commented 6 years ago

Don't worry about, took care of it, thanks again

zetoke commented 6 years ago

@strothj thank you very much!