- chore(deps): npm audit fix: bump lodash,acorn,minimist,mocha,mkdirp
- Bump lodash to 4.17.14 (CVE-2019-10744).
- Second attempt to update lodash to
v4.17.11
(and other packages) vianpm audit fix
- Update lodash to
v4.17.11
due to security vulnerabilities vianpm audit fix
- Make @return formatting consistent with @param and @throw
- Bump major version since we changed parser which may change output
- Remove node-component-grunt dep
- Update to latest dox
- chore(npm): Upgrade deps
- feat(markdown): Support two levels of list items under
@param
- feat(ApiDox): Add
@throws
rendering based ondox-0.4.4
support - chore(deps): Upgrade NPM dependencies
- feat(ApiDox): Added
fullSourceDescription
option to insert full source description instead of summary. Defaults to false. - fix(ApiDox): Omit source lines if no
input
orinputTitle
- fix(ApiDox): If
inputText
specified and no input, don't generate the link target
- feat(ApiDox): Add
inputTitle
config (#3)- Allow
set('inputTitle', <false|string>)
to either omitSource: ...
from markdown or customize the link text.
- Allow
- feat(ApiDox): Add
inputText
config as alternative toinput
(#4)
- fix(ApiDox): Return
this
fromparse
to match docs (#1)
- feat(markdown): Add anchors to intermediate obj paths
- chore(npm): Upgrade outdated dev dependencies
- feat(markdown): Add anchors before parent object's (
Klass.prototype
) heading. - feat(markdown): Add anchors before parent object's TOC entry.
- feat(markdown): Add links below each method section to TOC and parent object's TOC entry.
- fix(param): Remove leading newline from sub-item set
- fix(markdown): Add missing HTML escaping in method summaries, descriptions,
@param
,@return
.
- Fix circular NPM dependencies.
- Rename project to
apidox
.
- Remove NPM shrinkwrapping.
- Initial API:
parse()
,convert()
- Initial CLI:
--name
,--src
,--dst
,--desc
,--repo
,--json
,--verbose