Skip to content
This repository has been archived by the owner on Jul 9, 2019. It is now read-only.

Releases: jdesrosiers/silex-swagger-provider

v1.2.0

08 Feb 06:15
Compare
Choose a tag to compare

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

30 Jan 05:03
Compare
Choose a tag to compare

Fixed the swagger-php version constraints.

v1.1.0

23 Oct 06:08
Compare
Choose a tag to compare

This release adds support for swagger-php v0.8 and therefore swagger 1.2

v1.0.2

22 Oct 01:43
Compare
Choose a tag to compare

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

22 Oct 02:40
Compare
Choose a tag to compare

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

13 Oct 03:08
Compare
Choose a tag to compare

There are no significant changes in this minor release. Improvements were made to code style and unit test coverage.

v1.0.0

28 Aug 06:20
Compare
Choose a tag to compare

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

16 Jul 23:28
Compare
Choose a tag to compare

Initial Release.