Skip to content

Commit

Permalink
3.1.0 released
Browse files Browse the repository at this point in the history
  • Loading branch information
Vitaly Puzrin committed Jun 24, 2013
1 parent ca6ae75 commit 7eeaa99
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
9 changes: 9 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
3.1.0 / 2013-06-24
------------------

* Removed all async code, API is also sync now
* Improved error reporting for invalid syntax (#72)
* Different syntax fixes
* Removed mincer, files are rendered directly


3.0.1 / 2013-06-19
------------------

Expand Down
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name" : "ndoc",
"version" : "3.0.1",
"version" : "3.1.0",
"description" : "JavaScript API documentor with simple syntax.",
"keywords" : [
"api", "doc", "apidoc", "documentation", "pdoc"
Expand All @@ -24,7 +24,6 @@
"dependencies" : {
"lodash" : "~1.3.1",
"fs-tools" : "~0.2.2",
"async" : "~0.2.4",
"argparse" : "~0.1.12",
"minimatch" : "~0.2.5",
"jade" : "~0.31.2",
Expand Down

0 comments on commit 7eeaa99

Please sign in to comment.