Skip to content

Commit c618cdb

Browse files
committed
Version bump.
Updated CHANGELOG.
1 parent 2ec1622 commit c618cdb

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
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.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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",

0 commit comments

Comments
 (0)