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 1481d27 commit eb8d4adCopy full SHA for eb8d4ad
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# Changelog
2
3
+## 1.1.0 (October 25, 2016)
4
+
5
+- Added ignore flag.
6
+- Added "tests" to default ignored folder names.
7
8
## 1.0.1 (October 24, 2016)
9
10
- Fixed issue with pattern matching.
package.json
@@ -1,7 +1,7 @@
{
"name": "doxdox",
"description": "JSDoc to Bootstrap and Markdown documentation generator.",
- "version": "1.0.1",
+ "version": "1.1.0",
"bin": "./bin/doxdox",
"preferGlobal": true,
"license": "MIT",
0 commit comments