Changelog
0.8.1
Changelog
0.8.0
Parameter
Add as replacement for all (now) deprecated define and structure methods:
@apiDefine
@apiUse
Deprecated:
@apiDefineErrorStructure
@apiDefineHeaderStructure
@apiDefinePermission
@apiDefineStructure
@apiDefineSuccessStructure
apiErrorTitle
apiErrorStructure
apiHeaderStructure
apiHeaderTitle
apiParamTitle
apiStructure
apiSuccessTitle
apiSuccessStructure
Remove unneeded methods since success and error response can be grouped:
@apiInfo
@apiInfoExample
@apiInfoTitle
Add for consistent usage:
@apiHeaderExample
@apiParamExample
Change:
@apiPermission
, multiple permission usage in a block is allowed now. Permission names must be defined with @apiDefine.Extend:
@apiParam
with size and allowed values.CLI
--debug
or --verbose
.Parser
Template
jQueryAjaxSetup
to apidoc.json for setup ajax requests (http://apidocjs.com/#configuration-template-settings).Changelog
0.7.2
Changelog
0.7.1
@apiExample {type} Title
, @apiSuccessExample
, @apiErrorExample
.Changelog
0.7.0
apidoc.json
.--parse
for parse only the files and return the parsed data.Changelog
0.6.5
Changelog
0.6.3
Changelog
0.6.2
apiExample
, apiErrorExample
, apiSuccessExample
. (https://github.com/apidoc/apidoc/issues/78)