Releases: zircote/swagger-php
Releases · zircote/swagger-php
5.0.2
What's Changed
- Initialize Generator::$context by @brpauwels in #1692
New Contributors
- @brpauwels made their first contribution in #1692
Full Changelog: 5.0.1...5.0.2
5.0.1
What's Changed
- docs: Lookup processor defaults from constructor instead of class property by @DerManoMann in #1688
- fix: bracket correction in readme by @ghoshrahul in #1689
- Update tooling and dependency versions by @DerManoMann in #1691
New Contributors
- @ghoshrahul made their first contribution in #1689
Full Changelog: 5.0.0...5.0.1
5.0.0
What's Changed
- Merge Sample fixtures into Scratch tests by @DerManoMann in #1677
- Expand on using the
-b
option for single files by @DerManoMann in #1684 - Update external links to OpenAPI spec by @DerManoMann in #1685
- Improve
Context::getDebugLocation()
by @DerManoMann in #1686 - Expand on Response annotation warning message. by @kevinkopf in #1683
- [v5] by @DerManoMann in #1549
- Update PHP requirements by @DerManoMann in #1687
New Contributors
- @kevinkopf made their first contribution in #1683
Full Changelog: 4.11.1...5.0.0
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