All Versions
85
Latest Version
Avg Release Cycle
138 days
Latest Release
-
Changelog History
Page 5
Changelog History
Page 5
-
v0.12.1 Changes
CLI
- Add some version information for verbose / debug output.
๐ Parser
- Bugfix: Parse blocks with unknown parameters (before the block was skipped).
- Bugfix: show correct block index.
- Update dependencies.
-
v0.12.0 Changes
- ๐ Parser
- Unindent strings in description fields. Mulitlines start with the same leading whitespaces. 173
- ๐ Parser
-
v0.11.0 Changes
CLI
- Add parameter
--parse-languages
for custom language regex.
- Add parameter
๐ Parser
- Add Clojure parser for
.clj
files. - Extend parser to transfer own language regex.
- Update apidoc-core interface (replace arguments with setters).
- Add Clojure parser for
Template
- Add chinese and dutch translations files.
-
v0.10.1 Changes
- ๐ Bugfix: Path to apidoc-core.
-
v0.10.0 Changes
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
- Replace optimist (not maintained anymore) with nomnom:
true / false parameters can now be used, e.g. enable markdown (default)
--markdown
or disable--no-markdown
. - Add parameter
--markdown
. - Replace the custom Logger with winston.
- Replace optimist (not maintained anymore) with nomnom:
true / false parameters can now be used, e.g. enable markdown (default)
๐ Parser
- Bugfix: Settings to enable / disable markdown (marked-gfm was previously used).
Template
- Add generator.url and generator.name to the footer generator information (for custom ui-generators).
- Move handlebars_helper.js to utils/
Common
- Remove grunt dependencies (test run with
npm run test
). - Change grunt-apidoc (0.10.0) to use always the latest version of apiDoc.
- Remove grunt dependencies (test run with
-
v0.9.1 Changes
๐ Parser
- Allow overwrite of packageInfo e.g. from grunt task (https://github.com/apidoc/apidoc/pull/177)
๐ 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)
-
v0.9.0 Changes
CLI
- Allow to include an external file which can set the markdown settings. (https://github.com/apidoc/apidoc/pull/166)
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)
- Add custom order in apidoc.json
Append apiName or apiGroup in the
-
v0.8.2 Changes
- ๐ Bugfix: apiGroupDescription from apiDefine not working. (https://github.com/apidoc/apidoc/issues/156)
- ๐ Bugfix: remove deprecated message for apiPermission. (https://github.com/apidoc/apidoc/issues/154)
- ๐ Bugfix: Testclient did not send JSON format. (https://github.com/apidoc/apidoc/issues/152)
-
v0.8.1 Changes
- ๐ Bugfix: Python regex doublequote. (https://github.com/apidoc/apidoc/issues/151)
- ๐ Bugfix: Issue with multiple apiSuccessExample blocks. (https://github.com/apidoc/apidoc/issues/150)