Skip to content

Releases: zircote/swagger-php

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

4.5.6

12 Jan 20:00
6fea22f
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 4.5.5...4.5.6

4.5.5

05 Jan 01:23
af672d3
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 4.5.4...4.5.5

4.5.4

04 Jan 02:59
09356f4
Compare
Choose a tag to compare

What's Changed

  • Allow and support doctrine/annotations ^2.0 by @DerManoMann in #1375
  • Add minProperties/maxProperties to attributes by @DerManoMann in #1376
    This is a potential BC break in case attributes are used with positional parameters instead of named arguments.
  • Add 8.2 to security check matrix by @DerManoMann in #1378
  • Set schema property only on actual Schema instances by @DerManoMann in #1379
  • Refactor enum fixtures into separate namespace by @DerManoMann in #1380

Full Changelog: 4.5.3...4.5.4

3.3.7

03 Jan 21:18
e8c3bb3
Compare
Choose a tag to compare

What's Changed

Full Changelog: 3.3.6...3.3.7

4.5.3

21 Dec 18:28
e505bce
Compare
Choose a tag to compare

What's Changed

Full Changelog: 4.5.2...4.5.3

4.5.2

19 Dec 00:41
8b55d61
Compare
Choose a tag to compare

What's Changed

Full Changelog: 4.5.1...4.5.2