Skip to content

[Serializer] Add information about DateTimeValueResolver #16562

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 6, 2022

Conversation

codedmonkey
Copy link
Contributor

Adds documentation for symfony/symfony#45589.

I think it would be a good idea to explain how to use the MapDateTime attribute, but I opted to keep it brief.

@carsonbot carsonbot added this to the 6.1 milestone Mar 3, 2022
@javiereguiluz javiereguiluz added the Waiting Code Merge Docs for features pending to be merged label Mar 7, 2022
@carsonbot carsonbot modified the milestones: 6.1, next Mar 7, 2022
fabpot added a commit to symfony/symfony that referenced this pull request Mar 25, 2022
This PR was merged into the 6.1 branch.

Discussion
----------

[HttpKernel] Add DateTimeValueResolver

| Q             | A
| ------------- | ---
| Branch?       | 6.1
| Bug fix?      | no
| New feature?  | yes
| Deprecations? | no
| Tickets       | #44705
| License       | MIT
| Doc PR        | symfony/symfony-docs#16562

This PR replaces the [DateTimeParamConverter](https://github.com/sensiolabs/SensioFrameworkExtraBundle/blob/master/src/Request/ParamConverter/DateTimeParamConverter.php) from the SensioFrameworkExtraBundle with a value resolver in the Symfony Core.

Note that the behavior of the resolver is enabled by default when using the Symfony framework.

Commits
-------

dcc1228 [HttpKernel] Add DateTimeValueResolver
symfony-splitter pushed a commit to symfony/http-kernel that referenced this pull request Mar 25, 2022
This PR was merged into the 6.1 branch.

Discussion
----------

[HttpKernel] Add DateTimeValueResolver

| Q             | A
| ------------- | ---
| Branch?       | 6.1
| Bug fix?      | no
| New feature?  | yes
| Deprecations? | no
| Tickets       | #44705
| License       | MIT
| Doc PR        | symfony/symfony-docs#16562

This PR replaces the [DateTimeParamConverter](https://github.com/sensiolabs/SensioFrameworkExtraBundle/blob/master/src/Request/ParamConverter/DateTimeParamConverter.php) from the SensioFrameworkExtraBundle with a value resolver in the Symfony Core.

Note that the behavior of the resolver is enabled by default when using the Symfony framework.

Commits
-------

dcc12280b7 [HttpKernel] Add DateTimeValueResolver
symfony-splitter pushed a commit to symfony/framework-bundle that referenced this pull request Mar 25, 2022
This PR was merged into the 6.1 branch.

Discussion
----------

[HttpKernel] Add DateTimeValueResolver

| Q             | A
| ------------- | ---
| Branch?       | 6.1
| Bug fix?      | no
| New feature?  | yes
| Deprecations? | no
| Tickets       | #44705
| License       | MIT
| Doc PR        | symfony/symfony-docs#16562

This PR replaces the [DateTimeParamConverter](https://github.com/sensiolabs/SensioFrameworkExtraBundle/blob/master/src/Request/ParamConverter/DateTimeParamConverter.php) from the SensioFrameworkExtraBundle with a value resolver in the Symfony Core.

Note that the behavior of the resolver is enabled by default when using the Symfony framework.

Commits
-------

dcc12280b7 [HttpKernel] Add DateTimeValueResolver
@javiereguiluz javiereguiluz modified the milestones: next, 6.1 Jun 6, 2022
@carsonbot carsonbot changed the title Add information about DateTimeValueResolver [Serializer] Add information about DateTimeValueResolver Jun 6, 2022
@javiereguiluz javiereguiluz merged commit eeadb9a into symfony:6.1 Jun 6, 2022
@javiereguiluz
Copy link
Member

Thanks Tim! Sorry it took us so long to merge it, but this is finally merged!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants