Replace deprecated node-markdown with marked.
Add cli parameter for marked --marked-...
, watch all params with--help
.
Upgrade all used node modules.
Bugfix: executable line delimiters. (again).
Bugfix: Allow usage of structures and titles in the same block (apidoc#21)
Give some indication, in case file listing with fails (Johannes Zellner apidoc#20)
Allow multiple structure includes. Split and extend test-files.
Fix parsing for empty lines and removing stars on data that spans over multiple lines. (Martin Jonsson apidoc#11) Remove http:// link to make https compliant. (Thomas Schaaf apidoc#10)
Extend Template with url-param "compare=1" to show the compare version on page view. Bugfix: Minor fix with double structure examples.
Bugfix: Template not show @apiSuccessExample @apiErrorExample.
Bugfix: executable line delimiters.
Extend @apiParam
, @apiSuccess
, @apiError
with a grouping ability. Example @apiParam (group) varname
.
view @apiParam
Add new Functions:
- @apiParamTitle
- @apiSuccessTitle
- @apiErrorTitle Minor Template-Bugfixes.
Allow whitespace in apiName and apiGroup. Bugfix filter for directories. Update Node Modules to newer versions.
Add -e
exclude option for Files / Directories, example apidoc -e node_modules/
.
Bugfix: check for a valid title in Template (Ben S. Stahlhood II apidoc#7)
Bugfix: Whitespace before comment block (Brandon Hamilton apidoc#2)
Change templates, enable navigation scroll.
Add @apiIgnore. Update grunt Modules.
Bugfix: OSX executable
Official release