Skip to content

Tags: mossotech/FOSRestBundle

Tags

2.7.0

Toggle 2.7.0's commit message

Verified

This tag was signed with the committer’s verified signature.
xabbuh Christian Flothmann
release 2.7.0

2.6.0

Toggle 2.6.0's commit message

Verified

This tag was signed with the committer’s verified signature.
xabbuh Christian Flothmann
release 2.6.0

2.5.0

Toggle 2.5.0's commit message

Verified

This tag was signed with the committer’s verified signature.
xabbuh Christian Flothmann
release 2.5.0

2.4.0

Toggle 2.4.0's commit message
fix route generator not ignoring body param converters (FriendsOfSymf…

…ony#1934)

* fix route generator not ignoring body param converters

When fetching a list of function parameters from a controller action
for use as URL parameters, check for the @ParamConverter
annotation. If a parameter has the annotation with the
"fos_rest.request_body" converter, then ignore it and do not include
it in the list of parameters (thus removing it from the URL).

This allows automatic route generation and ParamConverter to co-exist,
as otherwise a parameter that is expected to be derived from the body
would also be included as a URL parameter, requiring the developer to
manually specify the route.

fixes FriendsOfSymfony#1198

* fix some small things after review

* simplify FQN

* fix cs

* revert global namespace FQN simplification

2.3.1

Toggle 2.3.1's commit message

Verified

This tag was signed with the committer’s verified signature. The key has expired.
xabbuh Christian Flothmann
release 2.3.1

2.3.0

Toggle 2.3.0's commit message

Verified

This tag was signed with the committer’s verified signature. The key has expired.
xabbuh Christian Flothmann
release 2.3.0

2.2.0

Toggle 2.2.0's commit message
typo in UPGRADING-2.0.md fixed (FriendsOfSymfony#1690)

* typo in UPGRADING-2.0.md fixed

* Update UPGRADING-2.0.md

2.1.1

Toggle 2.1.1's commit message

Unverified

This user has not yet uploaded their public signing key.
Merge branch '2.0' into 2.1

2.0.2

Toggle 2.0.2's commit message

Unverified

This user has not yet uploaded their public signing key.
Merge branch '1.8' into 2.0

2.1.0

Toggle 2.1.0's commit message

Unverified

This user has not yet uploaded their public signing key.
Merge branch '2.0'