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 11#Changelog
22
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+
316##0 .0.18 (December 12, 2014)
417
518- Improved Dash docset generation.
Original file line number Diff line number Diff line change 11{
22 "name" : " doxdox" ,
33 "description" : " HTML, Markdown and Dash documentation generator." ,
4- "version" : " 0.0.18 " ,
4+ "version" : " 0.1.0 " ,
55 "bin" : " ./bin/doxdox" ,
66 "preferGlobal" : true ,
77 "license" : " MIT" ,
You can’t perform that action at this time.
0 commit comments