Releases: jdesrosiers/silex-swagger-provider
v1.2.0
This release adds the ability to specify the Swagger PHP options in the service provider. This means that things like basePath can be dynamic (and environment dependant via environment<->config variables).
Thanks to @andreiashu for this contribution.
v0.1.2
Fixed the swagger-php version constraints.
v1.1.0
This release adds support for swagger-php v0.8 and therefore swagger 1.2
v1.0.2
swagger-php 0.8 is not compatible with this version. This release fixes the composer.json definition so it excludes this new version of swagger-php.
v0.1.1
This release only updates the composer.json required packages to exclude version 0.8 of swagger-php. This new version is not backward compatible.
v1.0.1
There are no significant changes in this minor release. Improvements were made to code style and unit test coverage.
v1.0.0
With the swagger-ui 2.0.0 release came a change in the way resources were followed from the resource list. ~1.0 will support swagger-ui 2.0 diverging from ~0.1 which will continue to support swagger-ui 1.0. This was the only change in this release.
v0.1.0
Initial Release.