-
-
Notifications
You must be signed in to change notification settings - Fork 9.6k
[Serializer] Support specifying format for DateTimeNormalizer::denormalize #20217
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
Conversation
teohhanhui
commented
Oct 14, 2016
•
edited
Loading
edited
Q | A |
---|---|
Branch? | master |
Bug fix? | no |
New feature? | yes |
BC breaks? | no |
Deprecations? | no |
Tests pass? | yes |
Fixed tickets | N/A |
License | MIT |
Doc PR | symfony/symfony-docs#7063 |
181bb45
to
54d7b75
Compare
👍, can you also open a doc PR? |
I forgot to add test for invalid cases. |
Where should I add it? I see that the /cc @weaverryan |
@teohhanhui I think your addition would fit there quite well (as long as there is no dedicated chapter about all the normalizers we have) |
Documentation added. |
54d7b75
to
a72d997
Compare
Test case added for denormalize format mismatch. |
a72d997
to
ff23924
Compare
Thank you @teohhanhui. |
…malizer::denormalize (teohhanhui) This PR was merged into the 3.2-dev branch. Discussion ---------- [Serializer] Support specifying format for DateTimeNormalizer::denormalize | Q | A | ------------- | --- | Branch? | master | Bug fix? | no | New feature? | yes | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | N/A | License | MIT | Doc PR | symfony/symfony-docs#7063 Commits ------- ff23924 [Serializer] Support specifying format for DateTimeNormalizer::denormalize
…alizer::denormalize (teohhanhui) This PR was merged into the master branch. Discussion ---------- [Serializer] Support specifying format for DateTimeNormalizer::denormalize Waiting for symfony/symfony#20217 to be merged. Commits ------- 57bf969 [Serializer] Support specifying format for DateTimeNormalizer::denormalize