gulp-typedoc
Advanced tools
Comparing version 2.0.0 to 2.0.1
{ | ||
"name": "gulp-typedoc", | ||
"version": "2.0.0", | ||
"version": "2.0.1", | ||
"description": "Gulp plugin for the TypeDoc typescript documentation tool.", | ||
@@ -5,0 +5,0 @@ "repository": { |
@@ -12,5 +12,4 @@ # Gulp-TypeDoc | ||
Gulp plugin to execute the TypeDoc tool by Sebastian Lenz | ||
http://typedoc.io/ | ||
http://typedoc.org | ||
https://github.com/TypeStrong/typedoc | ||
https://github.com/TypeStrong/typedoc | ||
@@ -62,3 +61,8 @@ ## Installation | ||
### 2.0.1 | ||
* Update typedoc URL in README.md (thanks @pascalberger) | ||
### 2.0.0 | ||
* Have typedoc as peer dependency (thanks @mizunashi-mana) | ||
@@ -70,2 +74,3 @@ * Ensure it works with https://github.com/TypeStrong/typedoc | ||
### 1.2.0 | ||
* Don't start a child process anymore. | ||
@@ -75,2 +80,3 @@ * FIX: having many .ts files no longer causes "command line too long" error. | ||
### 1.1.0 | ||
* Allow specifying boolean arguments for typedoc; | ||
@@ -80,11 +86,15 @@ * Replace module "gulp-clean" by "del" | ||
### 1.0.6 | ||
* Moved to typedoc version 0.2.x | ||
### 1.0.5 | ||
* Moved to typedoc version 0.1.x | ||
### 1.0.3 | ||
* Use require.resolve() to find typedoc more reliably | ||
### 1.0.2 | ||
* Allow any typedoc version 0.0.x | ||
@@ -97,2 +107,3 @@ | ||
* Mizunashi Mana | ||
* Pascal Berger | ||
@@ -99,0 +110,0 @@ ## License |
8282
107