ThronesDB / thronesdb

A Deckbuilder for A Game of Thrones 2nd Edition LCG.
https://thronesdb.com
MIT License
35 stars 37 forks source link

Bump nelmio/api-doc-bundle from 3.9.0 to 4.10.1 #871

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps nelmio/api-doc-bundle from 3.9.0 to 4.10.1.

Release notes

Sourced from nelmio/api-doc-bundle's releases.

v4.10.1

No release notes provided.

v4.10.0

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

v4.9.0

  • 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

No release notes provided.

v4.8.1

Fix Symfony Serializer should not be mandatory (nelmio/NelmioApiDocBundle#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).

v4.7.0

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

v4.6.2

No release notes provided.

Fix support of apps without twig

No release notes provided.

Allow to dump a static archive with the API documentation

No release notes provided.

Log model name conflicts, and fix deprecations

No release notes provided.

Add compound constraints support

No release notes provided.

v4.3.0

... (truncated)

Changelog

Sourced from nelmio/api-doc-bundle's changelog.

CHANGELOG

4.0.0

  • Added support of OpenAPI 3.0. The internals were completely reworked and this version introduces BC breaks.

3.7.0

  • Added @SerializedName annotation support and name converters 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

3.3.0

3.2.0 (2018-03-24)

  • Add a documentation form extension. Use the documentation option to define how a form field is documented.

  • Allow references to config definitions in controllers.

  • Using @Model implicitely in @SWG\Schema, @SWG\Items and @SWG\Property is deprecated. Use ref=@Model() instead.

    Before:

    /**
     * This was considered as an array of models.
     *
     * @SWG\Property(@Model(type=FooClass::class))
     */
    

    After:

    /**
     * For an individual object:
     * @SWG\Property(ref=@Model(type=FooClass::class))
     *
     * For an array:
     * @SWG\Property(type="array", @SWG\Items(ref=@Model(type=FooClass::class)))
     */
    

... (truncated)

Commits


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
dependabot[bot] commented 2 years ago

Superseded by #879.