Releases: nelmio/NelmioApiDocBundle
Adds php 8 support and extend the documentation of form types with the support of `@OA\Schema`
Fix the tests (#1761) * Bump phpunit-bridge * Bump many dependencies
Adds php 8 support and extends the documentation of form types with the support of `@SWG\Definition`
v4.0.1
v3.7.4
Final version of 4.0!
This new major version brings OpenApi 3.0 support, a huge thank to all our contributors, reviewers, and to people who reported the issues they were facing!
Please see the upgrading guide https://github.com/nelmio/NelmioApiDocBundle/blob/master/UPGRADE-4.0.md), I hope you'll enjoy this new version :)
v3.7.1: Fix the tests (#1720)
Second beta of NelmioApiDocBundle version 4!
This version adds @SerializedName
annotation support, FOSRestBundle 3.x support, it also leverages the oneOf
feature to support compound types such as MyType|MyOtherType
.
It also fixes several bugs from the first beta (see v4.0.0-BETA1...v4.0.0-BETA2).
Please try it out and give us your feedback!
Version 3.7 release!
- Added
@SerializedName
annotation and name converters support when using Symfony >= 4.2. - Removed pattern added from the Expression Violation message.
- Added FOSRestBundle 3.x support
- Added
@SWG
annotations support at methods level in models
First beta for v4.0.0 and its OpenApi 3.0 support!
This new major version brings OpenApi 3.0 support thanks to an incredible team work (see #1623).
Please give it a try (see the upgrading guide https://github.com/nelmio/NelmioApiDocBundle/blob/master/UPGRADE-4.0.md) and give us your feedback!
v3.6.1: Merge pull request #1602 from katin-dev/master
Fix generating example for Assert\Choice when choices are object not array