Skip to content

Tags: DerManoMann/swagger-php

Tags

2.0.6

Toggle 2.0.6's commit message
Merge pull request zircote#292 from bravo-kernel/versioning

Prepares for release 2.0.6

2.0.5

Toggle 2.0.5's commit message
Release 2.0.5

2.0.4

Toggle 2.0.4's commit message
Release 2.0.4

- Fixed minor regression
- Removed format restrictions from the remaining annotations

2.0.3

Toggle 2.0.3's commit message
Release 2.0.3

- Removed format restrictions
- Fixed a bug with inherited properties

2.0.2

Toggle 2.0.2's commit message
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.

2.0.1

Toggle 2.0.1's commit message
Release 2.0.1

* fix (nested) validation
* minimal trait support

2.0.0

Toggle 2.0.0's commit message
Release 2.0.0

- Generates swagger.json with Swagger Specification v2
- New simplified architecture (crawl -> analysis -> processors -> validation -> output)

1.0.0

Toggle 1.0.0's commit message
Merged patch from zircote#152

Credits to  @OPM87

0.9.6

Toggle 0.9.6's commit message
Release 0.9.6

* Fix zircote#169: Merge apis partials and then merge apis operation in one API (path) definition.
* Fix zircote#163: Detect model inheritance for classes that are scanned in different paths.

0.9.5

Toggle 0.9.5's commit message
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