Releases: docsbydoxdox/doxdox
Releases · docsbydoxdox/doxdox
v0.1.1
- Added tests.
- Bootstrap template now includes parameters after each function name with optional brackets.
- Markdown template now includes parameters after each function name with optional brackets.
- Dash template now includes parameters after each function name with optional brackets.
- Added parameters and properties to dash export.
v0.1.0
- Restructured data returned from
utils.parseData
method. - Renamed method
utils.findPackage
toutils.findPackagePath
to better reflect it's purpose. - package.json contents is now passed through to the template as
pkg
. - Bootstrap template redesigned.
- Bootstrap template updated to include homepage link and version number.
- Bootstrap template now includes deeplinks to individual files.
- Removed options from Bootstrap template for toggling code blocks and private methods.
- Consolidated Bootstrap template resources.
- Markdown template updated to include homepage link and version number.
- Fixed issue with improperly detecting language through highlight.js handlebars helper.