Releases: nelmio/NelmioApiDocBundle
Releases · nelmio/NelmioApiDocBundle
v4.11.1
v4.11.0
What's Changed
- Fix type error in SymfonyConstraintAnnotationReader by @manowark in #2045
- Ensure date time interface is described as expected by @goetas in #2046
- update swagger-ui to v4.15.5 by @jlucki in #2054
- Fix deprecation of Context::detect() and copy root context properties everywhere by @GuilhemN in #2053
- Reorganize server urls | fixes #2060 by @arturssmirnovs in #2061
- Check nullable property has nullable set by @akalineskou in #2059
- Add enum description to route parameter if possible. by @lhausammann in #2062
- Add self-describing model describer by @tgalopin in #1870
- Adds enum support for Choice Constraint in FOSRest QueryParam by @Apipa169 in #2067
- handle attributes in defaultRouteDisabled by @JohnstonCode in #2010
Full Changelog: v4.10.2...v4.11.0
revert commit introducing memory leak
Merge pull request #2043 from nelmio/REVERT Revert "Use the same root context everywhere"
v4.10.1: Merge pull request #2039 from nelmio/GuilhemN-patch-1
Make ClassMetadataFactory optional
v4.10.0: Read discriminator mapping from file configuration (#2034)
v4.9.0
v4.8.2: Merge pull request #1948 from nelmio/GuilhemN-patch-2
Allow more versions of phpdocumentor/reflection-docblock
v4.8.1: Merge pull request #1938 from magnetik/1937
Fix Symfony Serializer should not be mandatory (#1938)
Add Symfony 6 support and php 8.1 attributes
This release brings support for:
- Symfony 6.x
- PHP 8.1 attributes, both for
zircote/swagger-php
annotations, and for the annotations of this bundle itself (@Areas
,@Model
,@Security
,@Operation
).