- Fixed issue with loading plugins via absolute paths.
- Updated packages.
- Updated tests.
- Set the rejection reason to an Error object.
- Updated documentation.
- Updated packages.
- Added yarn support.
- Prevent update notification from displaying when piping output.
- Updated packages.
- Changed
parseInput
toparseFile
- Added
setConfigDefaults
method. - Added ability to load custom parsers.
- Filter out files with no methods.
- Updated packages.
- Added update-notifier.
- Added local plugin resolution.
- Updated packages.
- Fixed issue with loading custom parsers and plugins.
- Added ignore flag.
- Added "tests" to default ignored folder names.
- Fixed issue with pattern matching.
- Rewrite to support custom parsers and plugins.
- Updated packages.
- Updated packages.
- Improved regular expression for matching excluded directories and files.
- Added support for multiple inputs.
- Updated packages.
- Fixed issue locating package.json file.
- Updated packages.
- Updated packages.
- Fixed regression with output generated via non-promise logic.
- Support for Node.js 0.12, 4.0, 5.0
- Updated packages.
- Updated packages.
- Updated packages.
- Updated packages.
- Fixed Markdown issue with underscores in method names.
- Fixed Markdown issue with headers on npmjs.com
- Updated packages.
- Added support for node 0.12.x.
- Updated tests.
- Added export to wiki.
- Updated packages.
- Added highlight.js support to markdown content.
- Updated
promise
andmarked
packages.
- Removed parameters from Dash search index. (@Kapeli)
- Use FQN when adding properties to Dash search index. (@Kapeli)
- Optimized Dash tooltips. (@Kapeli)
- Fixed a bug where a missing property would cause app to crash.
- 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.
- 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.
- Improved Dash docset generation.
- Removed brackets from around optional tag names.
- Removed paragraph tag from descriptions.
- Forced language on highlight method.
- Added promise to buildDashDocSet method.
- Added offline support to dash documentation.
- Added new export to Dash.
- Updated to latest version of dox.
- Large code blocks are now pre-highlighted.
- Updated to latest version of dox.
- Added text overflow to methods to prevent overlapping body content.
- Removed tag made redundant by doxdox 0.5.0 update.
- Fixed bug related to relative directories.
- Added findPackage method to utils.
- Updated to latest version of Handlebars.
- Fixed issue with relative source paths.
- Updated to latest version of dox.
- Updated to latest version of dox.
- Added support for examples tag.
- Added support for returns tag.
- Added both
bower_components
andgulpfile
to default walk exceptions.
- Added support for custom Handlebars templates.
- Improved built-in template selection (now case insensitive).
- Added support for crawling directories.
- Added support for pulling title and description from package.json files.
- Added "Back to Top" link.
- Minor visual changes.
- Improved Node.js support with the addition of a new method: parseFile.
- Updated doxdox to be importable through Node.js
- Added output flag.
- Added syntax highlighting to Bootstrap layout.
- Initial public release.