Skip to content

Commit

Permalink
Bump version 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rottmann committed Aug 22, 2014
1 parent 5917c7f commit cdf2e3e
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,14 @@

Add rudimentary support for direct api calls from within the doc.

Add configuration var `sampleUrl` parameter for `apidoc.json`.
Add configuration var `sampleUrl` parameter for `apidoc.json` (for the api calls).

Added ability to have forward slash (/) in parameter field names.

Add parameter `--parse` for parse only the files and return the parsed data.

Allow perl comments between "=pod" and "=cut".


#### 0.6.5

Expand Down
3 changes: 3 additions & 0 deletions CONTRIBUTORS.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

Thanks to all people that help to make apiDoc better!

* [Brian Horakh](https://github.com/brianhorakh)
* Perl - allow =pod and =cut ([#103] (https://github.com/apidoc/apidoc/issues/103))

* [Brian Horakh](https://github.com/brianhorakh)
* Added ability to have forward slash (/) in parameter field names ([#101] (https://github.com/apidoc/apidoc/pull/101))

Expand Down
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# apiDoc 0.6.x
# apiDoc 0.7.x

Generates a RESTful web API Documentation.

Expand Down Expand Up @@ -69,6 +69,11 @@ Creates from input files in `example/` a documentation in path `doc/`.
# This is a comment.
#*
```

```=pod
This is a comment.
=cut
```

* **Python**

Expand Down

0 comments on commit cdf2e3e

Please sign in to comment.