Releases: zircote/swagger-php
Releases · zircote/swagger-php
4.4.0
What's Changed
- Refactor example code to avoid text on stdout by @DerManoMann in #1208
- Initialise optional context properties with
null
by @DerManoMann in #1209 - Add YAML support to Serializer by @DerManoMann in #1212
- Components cleanup by @DerManoMann in #1199
- Minor documentation fixes for v4 migration guide by @jt2k in #1214
- fix Attributes\Components typo. by @recca0120 in #1215
- Add test to ensure attribute parameters are matching annotations by @DerManoMann in #1217
- Document parent and nested elements by @DerManoMann in #1219
- Add PHPStan workflow and baseline by @DerManoMann in #1222
- Add Psalm to analysis chain by @DerManoMann in #1223
- Add support for generator / processor configuration by @DerManoMann in #1211
- Handle
required
forParameter
by @DerManoMann in #1225 - get enum backing value by @recca0120 in #1218
New Contributors
- @jt2k made their first contribution in #1214
- @recca0120 made their first contribution in #1215
Full Changelog: 4.3.0...4.4.0
4.3.0
What's Changed
- Skip inherited interfaces when expanding by @DerManoMann in #1202
- Sync attribute flags and add
\Attribute::TARGET_PARAMETER
by @DerManoMann in #1206 - Fix injecting docblock parser aliases by @DerManoMann in #1207
Full Changelog: 4.2.15...4.3.0
4.2.15
What's Changed
- Rename license file to be in line with what GH expects by @DerManoMann in #1188
- Use Generator::UNDEFINED as default for untyped args default/example by @DerManoMann in #1189
- Add security parameter to OpenApi attribute by @DerManoMann in #1191
- Add @see support to annotation property docblocks by @DerManoMann in #1194
- Add callbacks parameter to OperationTrait by @edipoReboucas in #1196
- Allow to annotate class constants as properties by @DerManoMann in #1193
New Contributors
- @edipoReboucas made their first contribution in #1196
Full Changelog: 4.2.14...4.2.15
4.2.14
What's Changed
- Added deprecated to OperationTrait by @tm1000 in #1175
- OpenApi version override by @DerManoMann in #1179
- Document PHP requirements by @DerManoMann in #1182
- Fix Generator reference link by @DerManoMann in #1184
New Contributors
Full Changelog: 4.2.13...4.2.14
4.2.13
4.2.12
What's Changed
- Add some tests by @DerManoMann in #1155
- Include annotation / attribute class docblocks in generated reference by @DerManoMann in #1156
- Use 81 for workflows by @DerManoMann in #1157
- Fix workflow syntax by @DerManoMann in #1158
- Fix toJson method DocComment by @dsutphin in #1160
- More ref gen by @DerManoMann in #1163
- Add missing attribute Components parameter by @DerManoMann in #1167
New Contributors
Full Changelog: 4.2.11...4.2.12
4.2.11
4.2.10
What's Changed
- Fix a doc link to Annotation support by @kkreft in #1133
- Only exit with code > 0 if the logged message was above notice by @bcremer in #1127
- Tidy up console error logging by @DerManoMann in #1139
- CS fixes for tests and fixtures by @DerManoMann in #1142
- Add FAQ by @DerManoMann in #1148
- Add article to FAQ by @DerManoMann in #1152
- Add validation for unique operation ids by @DerManoMann in #1149
New Contributors
Full Changelog: 4.2.9...4.2.10