Skip to content

Releases: nelmio/NelmioApiDocBundle

v4.11.1

01 Feb 10:48

Choose a tag to compare

What's Changed

Full Changelog: v4.11.0...v4.11.1

v4.11.0

25 Jan 17:26
da9fd01

Choose a tag to compare

What's Changed

Full Changelog: v4.10.2...v4.11.0

revert commit introducing memory leak

18 Oct 19:56
52921ac

Choose a tag to compare

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

28 Sep 20:12
b42ac43

Choose a tag to compare

v4.10.0: Read discriminator mapping from file configuration (#2034)

25 Sep 18:02
f808eaf

Choose a tag to compare

  • Optionally use model groups for validation (#1902)
  • Improve debugging contexts (#1988)
  • Add autoconfigure for model describers (#2012)
  • Read Symfony Serializer DiscriminatorMap from different sources (yaml, xml, etc) (#2034)

v4.9.0

30 Apr 18:36
da02f3a

Choose a tag to compare

  • Add enum support (#1965)
  • Improve "No describer found" error message (#1979)
  • Fix duplicate operation id errors (#1972)
  • Add inline #[PathParameter] attribute support (#1973)

v4.8.2: Merge pull request #1948 from nelmio/GuilhemN-patch-2

10 Jan 16:14
1885d25

Choose a tag to compare

Allow more versions of phpdocumentor/reflection-docblock

v4.8.1: Merge pull request #1938 from magnetik/1937

23 Dec 14:16
cc6731a

Choose a tag to compare

Fix Symfony Serializer should not be mandatory (#1938)

Add Symfony 6 support and php 8.1 attributes

21 Dec 15:18
cc97b0b

Choose a tag to compare

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).

v4.7.0

13 Dec 08:09
7de49bb

Choose a tag to compare

  • Bump psr/log version
  • Add zircote/swagger-php 4.x support
  • Fix several deprecations