- Update
react-docgen
to5.3.0
- Upgrade to
gulp@4
for local development - Update
lodash
to4.17.15
- Remove
gulp-util
dependency
Upgraded react-docgen
to ^2.20.0
. Fixes #7
Make the options
argument optional and make gulp-util
a production dependency (#4)
Pinned react-docgen
dependency to version 2.7.0
. This prevents backwards incompatible changes in [email protected]
from breaking this package.
Initial publication of the gulp-react-docs
plugin. The gulp plugin uses [email protected]
and generates documentation for React components and the propTypes
they expect. The plugin takes the following options at the moment:
path
: If given, a link from the generated.md
doc to the source code / file will be included in the generated output. See the repo README.md for more information.