You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Release 2.0.2
- Added support for @swg\Head & @swg\Options for documenting the HEAD and OPTIONS responses
- Removed restrictions in @swg\Items, allow @swg\Property and other @swg\Schema options.
Release 0.9.6
* Fixzircote#169: Merge apis partials and then merge apis operation in one API (path) definition.
* Fixzircote#163: Detect model inheritance for classes that are scanned in different paths.
Released 0.9.5
* Implemented @swg\Info & @swg\Authorizations which can be used to augment the api-docs.json with metadata. zircote#126
* Updated @link references to the github.com/wordnik/swagger-spec repository
* Reimplemented the petstore example using the updated json files from http://petstore.swagger.wordnik.com/api/api-docs
* Detect when an @swg in a normal comment `//` or `/* */` instead of a DocBlock `/** */`
* Don't call hasPartialId() on non-swagger annotations zircote#160