We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e79995 commit b3a6105Copy full SHA for b3a6105
CHANGELOG.md
@@ -1,5 +1,12 @@
1
#Changelog
2
3
+##0.0.5 (August 17, 2014)
4
+
5
+- Added support for crawling directories.
6
+- Added support for pulling title and description from package.json files.
7
+- Added "Back to Top" link.
8
+- Minor visual changes.
9
10
##0.0.4 (August 10, 2014)
11
12
- Improved Node.js support with the addition of a new method: parseFile.
package.json
@@ -1,7 +1,7 @@
{
"name": "doxdox",
"description": "HTML and Markdown documentation generator.",
- "version": "0.0.4",
+ "version": "0.0.5",
"bin": "./bin/doxdox",
"license": "MIT",
"dependencies": {
0 commit comments