Releases: zircote/swagger-php
Releases · zircote/swagger-php
4.8.1
What's Changed
- Webhooks 2 by @DerManoMann in #1511
- Add more notes about doctrine/annotations being optional as of version 4.8 by @DerManoMann in #1516
Full Changelog: 4.8.0...4.8.1
4.8.0
What's Changed
- Make doctrine/annotations optional by @DerManoMann in #1508
- Add missing attribute PathItem constructor args by @DerManoMann in #1510
Full Changelog: 4.7.16...4.8.0
4.7.16
What's Changed
- Preserve properties when
$ref
is nullable by @DerManoMann in #1487 - Set
type: 'object'
when moving properties intoallOf
by @DerManoMann in #1489 - Allow recursive nesting of AdditionalProperties in Attributes by @rien-vroom-cquential in #1490
- Add scratch test for multi path endpoints by @DerManoMann in #1492
- Generate operationId for class endpoints by @DerManoMann in #1493
- Update phpstan baseline by @DerManoMann in #1500
- Add more enum reflection type checks by @DerManoMann in #1507
- Fixed url error for OpenAPI. by @xuanyanwow in #1506
- Fix RequestBody content type-hint by @DerManoMann in #1495
- feat: Convert exclusiveMinimum/Maximum for openapi 3.1 by @DjordyKoert in #1503
- Feat: Change nullable & type for OpenApi v3.1.0 by @DjordyKoert in #1502
New Contributors
- @rien-vroom-cquential made their first contribution in #1490
- @xuanyanwow made their first contribution in #1506
- @DjordyKoert made their first contribution in #1503
Full Changelog: 4.7.15...4.7.16
4.7.15
What's Changed
- Add missing fixture by @DerManoMann in #1480
- Remove duplicate
$ref
inallOf
by @DerManoMann in #1481 - Girve
PathItem
the same attribute targets as operations by @DerManoMann in #1485 - Avoid unguarded use of
enum_exists
by @DerManoMann in #1486
Full Changelog: 4.7.14...4.7.15
4.7.14
What's Changed
- Ignore unexpected properties by @DerManoMann in #1476
- Enum can have boolean values by @momala454 in #1467
Full Changelog: 4.7.13...4.7.14
2.1.13
4.7.13
What's Changed
- Fix skip closing curly brace by @Fantom409 in #1468
New Contributors
- @Fantom409 made their first contribution in #1468
Full Changelog: 4.7.12...4.7.13
4.7.12
What's Changed
- Custom property attr by @DerManoMann in #1466
- Add nullable scratch test by @DerManoMann in #1470
Full Changelog: 4.7.11...4.7.12
4.7.11
What's Changed
- Improve example of using global parameter references by @DerManoMann in #1450
- allow OpenApi\Attributes\Options attribute target in methods by @YerlenZhubangaliyev in #1454
- Support Multiple Enums class-names in Schema::enum property by @vad0s94 in #1460
- Bump build deps and add 8.3 to matrix by @DerManoMann in #1463
New Contributors
- @YerlenZhubangaliyev made their first contribution in #1454
- @vad0s94 made their first contribution in #1460
Full Changelog: 4.7.10...4.7.11
4.7.10
What's Changed
- Better documentation for annotations/attributes by @MalekMneri in #1441
- Make
RequestBody
attribute IS_REPEATABLE by @DerManoMann in #1445
New Contributors
- @MalekMneri made their first contribution in #1441
Full Changelog: 4.7.9...4.7.10