grunt-jsdoc
Advanced tools
Comparing version 0.5.6 to 0.5.7
{ | ||
"name": "grunt-jsdoc", | ||
"description": "Integrates jsdoc3 generation into your Grunt build", | ||
"version": "0.5.6", | ||
"version": "0.5.7", | ||
"homepage": "https://github.com/krampstudio/grunt-jsdoc", | ||
@@ -47,3 +47,3 @@ "author": { | ||
"jsdoc": "~3.2.2", | ||
"ink-docstrap": "~0.4.5" | ||
"ink-docstrap": "~0.4.12" | ||
}, | ||
@@ -50,0 +50,0 @@ "peerDependencies": { |
@@ -24,2 +24,13 @@ # grunt-jsdoc [](https://travis-ci.org/krampstudio/grunt-jsdoc) [](http://badge.fury.io/js/grunt-jsdoc) [](http://gruntjs.com/) | ||
### jsdoc3 3.3.0 | ||
The jsdoc3 team is working on the 3.3.0 version that works on node.js and doesn't need Rhino (Java) anymore. This version is not yet stable (flagged as _alpha_). If you want this plugin to use this version, you can install the _beta_ tag of this grunt plugin (branch 0.6.x). | ||
```bash | ||
npm install grunt-jsdoc@beta --save-dev | ||
``` | ||
> Feedback on the beta branch is more than welcomed! | ||
### Grunt <= 0.3.x | ||
If you use the previous version of Grunt (0.3), you can install it with: | ||
@@ -31,3 +42,6 @@ | ||
## Upstream issues | ||
*For documentation related issues, please ask the jsdoc3 people.* To be sure the issue comes from the Grunt plugin, you can check by running directly jsdoc3 command. Run the task with the `--debug` flag and the command to run is outputed. | ||
## Documentation | ||
@@ -107,2 +121,3 @@ | ||
* _0.5.6_ Fix dependencies version and bug [#87](https://github.com/krampstudio/grunt-jsdoc/issues/87) | ||
* _0.5.7_ Update readme, docstrap version | ||
* _0.4.0_ Update to jsdoc 3.2.0 stable, Fix [#37](https://github.com/krampstudio/grunt-jsdoc/issues/37), add integration tests | ||
@@ -109,0 +124,0 @@ * _0.4.1_ Fix [#53](https://github.com/krampstudio/grunt-jsdoc/issues/53) and [#54](https://github.com/krampstudio/grunt-jsdoc/issues/54) |
21861
153
19199
Updatedink-docstrap@~0.4.12