We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d9f8f9 commit 9aba287Copy full SHA for 9aba287
History.md
@@ -1,3 +1,10 @@
1
+0.8.1 / 2016-03-29
2
+==================
3
+
4
+* Fix: Dox will no longer falsely enter or exit string blocks when encountering an escaped quote or double-quote
5
+* Deps: commander@2.9.0
6
+* Deps: marked@0.3.5
7
8
0.8.0 / 2015-05-27
9
==================
10
package.json
@@ -28,12 +28,12 @@
28
"dox": "./bin/dox"
29
},
30
"dependencies": {
31
- "commander": "~2.8.1",
+ "commander": "~2.9.0",
32
"jsdoctypeparser": "^1.2.0",
33
- "marked": ">=0.3.1"
+ "marked": "~0.3.5"
34
35
"devDependencies": {
36
- "mocha": "~2.2.5",
+ "mocha": "~2.4.5",
37
"should": "~6.0.3"
38
39
"license": "MIT",
0 commit comments