Releases: nelmio/NelmioApiDocBundle
Releases · nelmio/NelmioApiDocBundle
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
Symfony 5.0 support + Property Describers
Merge pull request #1591 from nelmio/analysis-e7YKjA Apply fixes from StyleCI
v3.5.0: Merge pull request #1556 from maxhelias/reflection-method
Use getReflectionMethod instead of getReflactionClassAndMethod
2.13.4: Compatibility with Symfony 4.3 (#1524)
* Use twig instead of templating * Fix at least one suite test in Travis * Use Twig namespace (Twig > 1.10 and TwigBundle > 2.2)
v3.4.0: Merge pull request #1472 from nelmio/GuilhemN-patch-1
Do not autowire the form extension