Skip to content

Releases: zircote/swagger-php

4.7.9

13 Apr 01:53
3727cd8
Compare
Choose a tag to compare

What's Changed

  • Removed error catching on invalid attributes by @stollr in #1432
  • Use Annotation property docblocks to document Attribute constructor parameters by @DerManoMann in #1439
  • Add missing description property to PathItem by @DerManoMann in #1438

New Contributors

Full Changelog: 4.7.8...4.7.9

4.7.8

20 Mar 22:02
4a1d127
Compare
Choose a tag to compare

What's Changed

  • Add MediaType as possible type to RequestBody by @Malezha in #1426

New Contributors

Full Changelog: 4.7.4...4.7.8

4.7.4

17 Mar 20:00
1661f99
Compare
Choose a tag to compare

What's Changed

Full Changelog: 4.7.3...4.7.4

4.7.3

08 Mar 02:28
0299edc
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 4.7.2...4.7.3

4.7.2

07 Mar 02:54
09f0850
Compare
Choose a tag to compare

What's Changed

Full Changelog: 4.7.1...4.7.2

4.7.1

26 Feb 20:31
de32660
Compare
Choose a tag to compare

What's Changed

Full Changelog: 4.7.0...4.7.1

4.7.0

20 Feb 23:06
f2bcbd5
Compare
Choose a tag to compare

What's Changed

Full Changelog: 4.6.2...4.7.0

4.6.2

14 Feb 22:55
14d6c5e
Compare
Choose a tag to compare

What's Changed

Full Changelog: 4.6.1...4.6.2

4.6.1

03 Feb 01:28
e449670
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 4.6.0...4.6.1

4.6.0

13 Jan 00:54
ee81477
Compare
Choose a tag to compare

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