Skip to content

Commit

Permalink
Bump version 0.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rottmann committed Sep 5, 2014
1 parent fc35660 commit 159a9bd
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,17 @@
# apiDoc Changelog


#### 0.7.1

Add type for `@apiExample {type} Title`, `@apiSuccessExample`, `@apiErrorExample`.

Add type switch in template.

Append filetype to fields at ajax reuqest testform.

Bugfix: Same file handling with regexp under win32. (https://github.com/apidoc/apidoc/issues/109)


#### 0.7.0

Add rudimentary support for direct api calls (test requests) from within the doc.
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.7.0",
"version": "0.7.1",
"description": "RESTful web API Documentation Generator",
"author": "Peter Rottmann <[email protected]>",
"preferGlobal": true,
Expand Down

0 comments on commit 159a9bd

Please sign in to comment.