You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+9-2Lines changed: 9 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,15 @@
1
1
# gulp-react-docs Change Log
2
2
3
-
## 0.1.0 - 2015.12.17
3
+
## 0.1.2 (2016-07-14)
4
+
5
+
- Make the `options` argument optional and make `gulp-util` a production dependency (https://github.com/AdRoll/gulp-react-docs/pull/4)
6
+
7
+
## 0.1.1 (2016-04-08)
8
+
9
+
Pinned `react-docgen` dependency to version `2.7.0`. This prevents backwards incompatible changes in `react-docgen@2.8.0` from breaking this package.
10
+
11
+
## 0.1.0 (2015-12-17)
4
12
5
13
Initial publication of the `gulp-react-docs` plugin. The gulp plugin uses `react-docgen@2.4.0` and generates documentation for React components and the `propTypes` they expect. The plugin takes the following options at the moment:
6
14
7
15
-`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](./README.md) for more information.
0 commit comments