Releases: zircote/swagger-php
Releases · zircote/swagger-php
2.0.11
2.0.10
2.0.9
2.0.8
- Dynamic Definitions / partial support #301
- By default only scan *.php files #350
- Removed silence operator @, improves compatiblity custom errorhandlers #331
- Additional datetime classes & interfaces #338
- Fixed case of UNDEFINED constants namespaces, improves hhvm compatibility #319
- Misc improvements to the docs
2.0.7
- Beter validation of type="file" #305
- Augment Operations summary and description based on the comment. #293
- Bugfixes #300
- Add support for xml (and externalDocs and properties) inside a @swg\Items. #279
- Nested properties are no longer injected into the Definition #297
- Fixed nesting issue with verbose property notation #297
2.0.6
Release 2.0.6
- Deserializer added to convert json string into a Swagger Annotations object (@csimplestring)
- Various readme improvements (@spekulatius)
- Various PSR-2 coding standard fixes (@bravo-kernel)
- Travis now enforces passing PHP CodeSniffer PSR-2 tests (@bravo-kernel)
- Readme badges now use shields.io (@bravo-kernel)