Skip to content

Commit

Permalink
Bugfix: executable line delimiters.
Browse files Browse the repository at this point in the history
  • Loading branch information
rottmann committed May 31, 2013
1 parent 6180a42 commit 3f00fea
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
9 changes: 6 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# apiDoc Changelog

#### 0.2.1
Bugfix: executable line delimiters.

#### 0.2.0
Extend `@apiParam`, `@apiSuccess`, `@apiError` with a grouping ability. Example `@apiParam (group) varname`.
view [@apiParam](http://apidocjs.com/#param-api-param)
Expand All @@ -18,10 +21,10 @@ Update Node Modules to newer versions.
Add `-e` exclude option for Files / Directories, example `apidoc -e node_modules/`.

#### 0.1.10
Fix check for a valid title in Template (Ben S. Stahlhood II https://github.com/apidoc/apidoc/pull/7)
Bugfix: check for a valid title in Template (Ben S. Stahlhood II https://github.com/apidoc/apidoc/pull/7)

#### 0.1.9
Fix for whitespace before comment block (Brandon Hamilton https://github.com/apidoc/apidoc/pull/2)
Bugfix: Whitespace before comment block (Brandon Hamilton https://github.com/apidoc/apidoc/pull/2)

#### 0.1.8
Change templates, enable navigation scroll.
Expand All @@ -31,7 +34,7 @@ Add [@apiIgnore](http://apidocjs.com/#param-api-ignore).
Update grunt Modules.

#### 0.1.6
Fix OSX executable
Bugfix: OSX executable

#### 0.1.5
Official release
2 changes: 1 addition & 1 deletion bin/apidoc
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ var argv = optimist
if(argv.help)
{
optimist.showHelp();
process.exit(0);
process.exit(0);
}

/**
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "apidoc",
"version": "0.2.0",
"version": "0.2.1",
"description": "RESTful web API Documentation Generator",
"author": "Peter Rottmann <[email protected]>",
"license": "MIT",
Expand Down

0 comments on commit 3f00fea

Please sign in to comment.