Changelog
0.12.1
CLI
Parser
Changelog
0.11.0
CLI
--parse-languages
for custom language regex.Parser
.clj
files.Template
Changelog
0.10.0
Split apidoc code
apidoc is now only the CLI-Tool with UI-Template and file creation (as you know it). You can use apidoc without change anything.
apidoc-core (for developers) is the parser and response the api-data.
apidoc-example (for developers) are the test files for the apidoc-spec.
CLI
--markdown
or disable --no-markdown
.--markdown
.Parser
Template
Common
npm run test
).Changelog
0.9.1
Parser
Bugfix: Extend parser regexp to allow inline comment-code (https://github.com/apidoc/apidoc/pull/180)
Bugfix: Slash only path in api triggered error (https://github.com/apidoc/apidoc/pull/159)
Bugfix: Scrollspy offset (https://github.com/apidoc/apidoc/pull/176)
Bugfix: Get package infos from package.json or apidoc.json (https://github.com/apidoc/apidoc/pull/169)
Changelog
0.9.0
CLI
Template
Add custom order in apidoc.json
Append apiName or apiGroup in the order
list:
"order": [
"MyGroupName",
"MyParameterName",
"MyOtherParameterName"
]
Speed up rendering of subtemplates (https://github.com/apidoc/apidoc/issues/164)
Bugfix: Special char doesn't show in @apiGroup. (https://github.com/apidoc/apidoc/issues/163)
Changelog
0.8.2