Skip to content

Releases: nelmio/NelmioApiDocBundle

Adds php 8 support and extends the documentation of form types with the support of `@SWG\Definition`

v4.0.1

19 Oct 16:40
Compare
Choose a tag to compare
Merge branch '3.x'

v3.7.4

29 Sep 10:44
Compare
Choose a tag to compare
Fix property_exists for SymfonyConstraintAnnotationReader

Final version of 4.0!

27 Sep 19:52
Compare
Choose a tag to compare

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)

27 Sep 19:19
6faec06
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
Choose a tag to compare
Merge pull request #1591 from nelmio/analysis-e7YKjA

Apply fixes from StyleCI