packagist zircote/swagger-php 4.6.0

latest releases: dev-master, 4.9.2, 4.9.0...
16 months ago

What's Changed

The enum cleanup simplifies the rules around backed enums and fixes some edge cases where the values did not match the set type (typically when using the backed values but using string as type).

With this change backed enum schemas will always use the enum names, *unless the schema type is set and matches the backing type. This is even true for string type backed enums.

Full Changelog: 4.5.6...4.6.0

Don't miss a new swagger-php release

NewReleases is sending notifications on new releases.