Releases: zircote/swagger-php
Releases · zircote/swagger-php
4.11.1
What's Changed
- Allow inserting pipes using a class name as matcher by @DerManoMann in #1664
- Fix readme links by @Kiina in #1665
Full Changelog: 4.11.0...4.11.1
4.11.0
What's Changed
- Update generator.md by @Kiina in #1662
- Allow nesting of
Attachable
annotations by @DerManoMann in #1663
New Contributors
Full Changelog: 4.10.7...4.11.0
4.10.7
What's Changed
- Fix yaml formatting by @DerManoMann in #1641
- Add
Context::getVersion()
as safe way to access the OpenApi version by @DerManoMann in #1644 - Add more variations to request body scratch by @DerManoMann in #1640
- Update CS / phpstan changes by @DerManoMann in #1648
- allow unused tags to be kept by @pauljohnston2009 in #1647
- Add required: yes/no to reference docs by @DerManoMann in #1652
- Fix processor option default by @DerManoMann in #1653
- Prefer attributes, deprecate annotations by @fulldecent in #1651
- Reference
openapi
CLI tools as./vendor/bin/openapi
by @DerManoMann in #1656 - Reference
openapi
CLI tools as./vendor/bin/openapi
Part II by @DerManoMann in #1658 - Add example of using
-b
to basic CLI example by @DerManoMann in #1659 - Fix handling of
processor
option inGenerator::scan()
by @DerManoMann in #1660
New Contributors
- @pauljohnston2009 made their first contribution in #1647
- @fulldecent made their first contribution in #1651
Full Changelog: 4.10.6...4.10.7
4.10.6
What's Changed
- Use array_search strict comparison by @DerManoMann in #1632
- Follow phpstan rule changes by @DerManoMann in #1635
- Deduplicate declared tags by @DerManoMann in #1634
Full Changelog: 4.10.5...4.10.6
4.10.5
What's Changed
- Remove annotation based
schema-query-parameter
processor example in favour of the attribute version by @DerManoMann in #1628 - Preserve docblocks for consecutive promoted properties by @DerManoMann in #1627
- Move
AugmentTags
afterCleanUnusedComponents
by @DerManoMann in #1630
Full Changelog: 4.10.4...4.10.5
4.10.4
4.10.3
What's Changed
- Strip duplicate tags in
AugmentTags
by @DerManoMann in #1622
Full Changelog: 4.10.2...4.10.3
4.10.2
What's Changed
- Add processor config section to reference by @DerManoMann in #1618
- Fix promoted properties sharing context by @rasmuscnielsen in #1619
New Contributors
- @rasmuscnielsen made their first contribution in #1619
Full Changelog: 4.10.1...4.10.2
4.10.1
What's Changed
- doctrine/annotations is not required if you have switched to attributes by @bobvandevijver in #1605
- Fix PHP 8.4 type error by @DerManoMann in #1606
- Simplify the collector implementation by @DerManoMann in #1611
- Fix: Pass CLI config options into
Generator
by @DerManoMann in #1612 - Add
AugmentTags
processor by @DerManoMann in #1615 - Add
PathFilter
processor to filter paths by @DerManoMann in #1613 - Improve processor reference by @DerManoMann in #1617
New Contributors
- @bobvandevijver made their first contribution in #1605
Full Changelog: 4.10.0...4.10.1
4.9.4
What's Changed
- Introduce
OpenApiException
by @DerManoMann in #1602 - Fix nullable processor call by @mstegmeyer in #1604
New Contributors
- @mstegmeyer made their first contribution in #1604
Full Changelog: 4.9.3...4.9.4