Skip to content

Releases: nelmio/NelmioApiDocBundle

v3.7.1: Fix the tests (#1720)

27 Sep 19:19
6faec06

Choose a tag to compare

Includes a few fixes:

  • Fix errors when using virtual setters/getters with JMS (#1715)
  • Fix support of allowNull when using Assert\NotBlank (#1711)
  • Remove an @internal tag

Second beta of NelmioApiDocBundle version 4!

12 Aug 09:13

Choose a tag to compare

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!

12 Aug 09:08
d9f1611

Choose a tag to compare

  • 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!

28 May 11:30
78664ef

Choose a tag to compare

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

31 Mar 10:05
ab014fe

Choose a tag to compare

Fix generating example for Assert\Choice when choices are object not array

Symfony 5.0 support + Property Describers

28 Feb 09:16
0fcf2d5

Choose a tag to compare

Merge pull request #1591 from nelmio/analysis-e7YKjA

Apply fixes from StyleCI

v3.5.0: Merge pull request #1556 from maxhelias/reflection-method

21 Nov 17:21
f596adf

Choose a tag to compare

Use getReflectionMethod instead of getReflactionClassAndMethod

2.13.4: Compatibility with Symfony 4.3 (#1524)

01 Jun 13:56

Choose a tag to compare

* 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

24 Feb 20:51
279d20b

Choose a tag to compare

v3.3.1

25 Jan 20:48

Choose a tag to compare

Add implementation of FormTypeExtensionInterface::getExtendedTypes (#…