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 9f727f1 commit 4f78c54Copy full SHA for 4f78c54
CHANGELOG.md
@@ -1,5 +1,12 @@
1
#Changelog
2
3
+##0.1.2 (January 13, 2015)
4
+
5
+- Removed parameters from Dash search index. ([@Kapeli](https://github.com/Kapeli))
6
+- Use FQN when adding properties to Dash search index. ([@Kapeli](https://github.com/Kapeli))
7
+- Optimized Dash tooltips. ([@Kapeli](https://github.com/Kapeli))
8
+- Fixed a bug where a missing property would cause app to crash.
9
10
##0.1.1 (January 1, 2015)
11
12
- Added tests.
package.json
@@ -1,7 +1,7 @@
{
"name": "doxdox",
"description": "HTML, Markdown and Dash documentation generator.",
- "version": "0.1.1",
+ "version": "0.1.2",
"bin": "./bin/doxdox",
"preferGlobal": true,
"license": "MIT",
0 commit comments