zircote/swagger-php v6.2.0 Release Notes
Release Date: 2026-06-14 // 6 days ago-
What's Changed
- 👉 Make
AbstractAnnotation::$_contextnon-nullable by @krissss in #2008 - 🛠 fix: prevent PHP "mixed" from being emitted as invalid OpenAPI "type: mixed" by @krissss in #2011
- ➕ Add return type to
GeneratorAwareInterface::setGenerator()and align related code by @DerManoMann in #2013 - ➕ Add domain glossary (CONTEXT.md) by @DerManoMann in #2016
- 🛠 fix: remove redundant is_array() check in Serializer by @DerManoMann in #2020
- 🛠 fix: remove consumed annotations from analysis registry by @DerManoMann in #2024
Full Changelog : 6.1.2...6.2.0
- 👉 Make
Previous changes from v6.1.2
-
What's Changed
- 🖐 Handle parameter dockblocks by @DerManoMann in #1998
- Map
array<K, V>totype: object+additionalPropertiesby @krissss in #2003
Full Changelog : 6.1.1...6.1.2