Skip to content

Latest commit

 

History

History
31 lines (17 loc) · 1.09 KB

CHANGELOG.md

File metadata and controls

31 lines (17 loc) · 1.09 KB

gulp-react-docs Change Log

1.0.0 (2020-03-04)

BREAKING

  • Update react-docgen to 5.3.0

Improvements

  • Upgrade to gulp@4 for local development
  • Update lodash to 4.17.15
  • Remove gulp-util dependency

0.1.3 (2017-12-13)

Upgraded react-docgen to ^2.20.0. Fixes #7

0.1.2 (2016-07-14)

Make the options argument optional and make gulp-util a production dependency (#4)

0.1.1 (2016-04-08)

Pinned react-docgen dependency to version 2.7.0. This prevents backwards incompatible changes in [email protected] from breaking this package.

0.1.0 (2015-12-17)

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.