Comparing version 0.12.0 to 0.12.1
# apiDoc Changelog | ||
#### 0.12.1 | ||
* CLI | ||
* Add some version information for verbose / debug output. | ||
* Bugfix: Parse blocks with unknown parameters (before the block was skipped). | ||
* Bugfix: show correct block index. | ||
* Update dependencies. | ||
#### 0.12.0 | ||
@@ -4,0 +14,0 @@ |
{ | ||
"name": "apidoc", | ||
"version": "0.12.0", | ||
"version": "0.12.1", | ||
"description": "RESTful web API Documentation Generator", | ||
@@ -38,4 +38,4 @@ "author": "Peter Rottmann <rottmann@inveris.de>", | ||
"dependencies": { | ||
"apidoc-core": "~0.3.0", | ||
"fs-extra": "~0.13.0", | ||
"apidoc-core": "~0.3.1", | ||
"fs-extra": "~0.14.0", | ||
"lodash": "~2.4.1", | ||
@@ -49,5 +49,5 @@ "marked": "~0.3.2", | ||
"jshint": "^2.5.10", | ||
"mocha": "~2.0.1", | ||
"mocha": "~2.1.0", | ||
"semver": "^4.1.0", | ||
"should": "~4.2.1" | ||
"should": "~4.6.0" | ||
}, | ||
@@ -54,0 +54,0 @@ "jshintConfig": { |
@@ -121,2 +121,7 @@ # apiDoc | ||
## Gulp Module | ||
[gulp-apidoc](https://github.com/ayhankuru/gulp-apidoc) `npm install gulp-apidoc`. | ||
## Editor integration | ||
@@ -123,0 +128,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
612152
140
+ Addedfs-extra@0.14.0(transitive)
- Removedfs-extra@0.13.0(transitive)
Updatedapidoc-core@~0.3.1
Updatedfs-extra@~0.14.0