grunt-jsdoc
Advanced tools
Comparing version 0.4.1 to 0.4.2
@@ -44,3 +44,3 @@ module.exports = function(grunt) { | ||
// Default task. | ||
grunt.registerTask('default', ['jshint', 'nodeunit']); | ||
grunt.registerTask('default', ['jshint', 'test']); | ||
@@ -47,0 +47,0 @@ grunt.registerTask('test-dist', ['clean', 'jsdoc:dist', 'nodeunit:int']); |
{ | ||
"name": "grunt-jsdoc", | ||
"description": "Integrates jsdoc3 generation into your Grunt build", | ||
"version": "0.4.1", | ||
"version": "0.4.2", | ||
"homepage": "https://github.com/krampstudio/grunt-jsdoc-plugin", | ||
@@ -6,0 +6,0 @@ "author": { |
@@ -98,2 +98,3 @@ # grunt-jsdoc-plugin [](https://travis-ci.org/krampstudio/grunt-jsdoc-plugin) [](http://badge.fury.io/js/grunt-jsdoc) | ||
* _0.4.1_ Fix [#53](https://github.com/krampstudio/grunt-jsdoc-plugin/issues/53) and [#54](https://github.com/krampstudio/grunt-jsdoc-plugin/issues/54) | ||
* _0.4.2_ Fix [#57](https://github.com/krampstudio/grunt-jsdoc-plugin/issues/57) | ||
* _0.3.0_ Partial rewrite, Fix [#29](https://github.com/krampstudio/grunt-jsdoc-plugin/pull/30) and minor typos fixs | ||
@@ -100,0 +101,0 @@ * _0.3.1_ Fix [#29](https://github.com/krampstudio/grunt-jsdoc-plugin/issues/29) |
@@ -38,3 +38,3 @@ /** | ||
timeout = 60000, //todo implement and move in options | ||
cliFlags = ['recurse', 'private', 'lenient', 'explain', 'help', 'version', 'test', 'verbose', 'nocolor', 'template', 'configure', 'destination', 'encoding', 'tutorials'], | ||
cliFlags = ['recurse', 'private', 'lenient', 'explain', 'help', 'version', 'test', 'verbose', 'nocolor', 'template', 'configure', 'destination', 'encoding', 'tutorials', 'match', 'query'], | ||
jsDoc; | ||
@@ -41,0 +41,0 @@ |
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
19845
20977
128
1