grunt-jsdoc
Advanced tools
Comparing version 0.3.1 to 0.3.2
{ | ||
"name": "grunt-jsdoc", | ||
"description": "Integrates jsdoc3 generation into your Grunt build", | ||
"version": "0.3.1", | ||
"version": "0.3.2", | ||
"homepage": "https://github.com/krampstudio/grunt-jsdoc-plugin", | ||
@@ -6,0 +6,0 @@ "author": { |
@@ -7,3 +7,3 @@ # grunt-jsdoc-plugin [](https://travis-ci.org/krampstudio/grunt-jsdoc-plugin) | ||
The grunt team ask me to change the plugin name into NPM. The `grunt-contrib` namespace is now reserved to the tasks developped by the Grunt Team. | ||
The grunt team ask me to change the plugin name into NPM. The `grunt-contrib` namespace is now reserved to the tasks developed by the Grunt Team. | ||
I'll in a first time, deprecate the module in NPM and then update the name to `grunt-jsdoc`. You'll have to upgrade your `package.json` once the plugin will be removed from NPM. | ||
@@ -55,8 +55,8 @@ | ||
* `dest` : (deprecated) to support the previous way to set up destination folder | ||
* `jsdoc`: (optionnal) the path to the jsdoc bin (needed only for some boreder line cases) | ||
* `jsdoc`: (optional) the path to the jsdoc bin (needed only for some border line cases) | ||
* `options` : options used by jsdoc | ||
* `destination`: (required) the folder where the doc is generated | ||
* `configuration` : (optionnal) path to a config file | ||
* `template` : (optionnal) path or name to a different template | ||
* `private` : (optionnal) include the private functions to the doc (`true` by default). | ||
* `configure` : (optional) path to a config file | ||
* `template` : (optional) path or name to a different template | ||
* `private` : (optional) include the private functions to the doc (`true` by default). | ||
* ... refer the [usejsdocCli] documentation for all the available options. | ||
@@ -96,2 +96,3 @@ | ||
* _0.3.1_ Fix [bug #29](https://github.com/krampstudio/grunt-jsdoc-plugin/issues/29) | ||
* _0.3.2_ Fix [bug #32](https://github.com/krampstudio/grunt-jsdoc-plugin/issues/32) | ||
* _0.2.0_ Migrate to grunt 0.4 | ||
@@ -98,0 +99,0 @@ * _0.2.1_ Fix [bug #10](https://github.com/krampstudio/grunt-jsdoc-plugin/issues/10) |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
16300
120
1
19199