File tree Expand file tree Collapse file tree 2 files changed +14
-1
lines changed Expand file tree Collapse file tree 2 files changed +14
-1
lines changed Original file line number Diff line number Diff line change 1
1
#Changelog
2
2
3
+ ##0 .1.0 (December 24, 2014)
4
+
5
+ - Restructured data returned from ` utils.parseData ` method.
6
+ - Renamed method ` utils.findPackage ` to ` utils.findPackagePath ` to better reflect it's purpose.
7
+ - package.json contents is now passed through to the template as ` pkg ` .
8
+ - Bootstrap template redesigned.
9
+ - Bootstrap template updated to include homepage link and version number.
10
+ - Bootstrap template now includes deeplinks to individual files.
11
+ - Removed options from Bootstrap template for toggling code blocks and private methods.
12
+ - Consolidated Bootstrap template resources.
13
+ - Markdown template updated to include homepage link and version number.
14
+ - Fixed issue with improperly detecting language through highlight.js handlebars helper.
15
+
3
16
##0 .0.18 (December 12, 2014)
4
17
5
18
- Improved Dash docset generation.
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " doxdox" ,
3
3
"description" : " HTML, Markdown and Dash documentation generator." ,
4
- "version" : " 0.0.18 " ,
4
+ "version" : " 0.1.0 " ,
5
5
"bin" : " ./bin/doxdox" ,
6
6
"preferGlobal" : true ,
7
7
"license" : " MIT" ,
You can’t perform that action at this time.
0 commit comments