Skip to content
This repository has been archived by the owner on Mar 5, 2024. It is now read-only.

Releases: marfatech/swagger-resolver-bundle

v1.0.1

31 Jan 11:00
dea0785
Compare
Choose a tag to compare

Fixed

  • #10 Fixed default properties of NumberMinimumValidator, NumberMaximumValidator and ArrayUniqueItemsValidator.
  • #10 Fixed multiple validators and constraints usage.

v1.0.0

21 Jul 08:18
Compare
Choose a tag to compare

Added

  • #6 #7 Support OpenApi 3.
  • #3 Support Symfony ~6.0

Removed

  • #6 [BC] Support Swagger 2.
  • #6 [BC] Set nullable type if property isn't required.

Changed

  • #3 Updated symfony/* with pattern version ~4.4||~5.4||~6.0.
  • #3 Removed compatibility with PHP lower than 8.0.

v0.5.1

15 Jun 09:05
Compare
Choose a tag to compare

Fixed

  • Set nullable type if property isn't required.
  • Forward all parent property meta while describe model.

v0.5.0

17 May 06:57
Compare
Choose a tag to compare

Added

  • Accept and read swagger extension x-nullable.
  • Accept property annotation constraints.
  • Swagger extension x-class has full class name of body model.
  • Accept enum class to swagger enum configuration.

Changed

  • Required field can be with null value.
  • Remove support of symfony/* with version ~3.4.