Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

[Serializer] Added ScalarDenormalizer for denormalize any scalar values #35136

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

Closed
wants to merge 50 commits into from
Closed
Changes from 1 commit
Commits
Show all changes
50 commits
Select commit Hold shift + click to select a range
5179af4
[Translator] Performance improvement in MessageCatalogue and catalogu…
ArtemBrovko Dec 27, 2019
bad07ec
Fix BC issue in phpDoc Reflection library
jaapio Dec 28, 2019
3a3da05
Added ScalarDenormalizer for denormalize any scalar values (see https…
a-menshchikov Dec 28, 2019
d91a284
CHANGELOG.md updated
a-menshchikov Dec 28, 2019
8140804
Code style & license fixes
a-menshchikov Dec 29, 2019
cd40bb8
[Routing] Fix i18n routing when the url contains the locale
fancyweb Dec 24, 2019
f0d227d
[Console][FormatterHelper] Use helper strlen statically and remove du…
fancyweb Dec 29, 2019
3a25878
[HttpClient] fix typo
nicolas-grekas Dec 30, 2019
3a51e01
minor #35148 [HttpClient] fix typo (nicolas-grekas)
nicolas-grekas Dec 31, 2019
c976752
minor #35141 [Console][FormatterHelper] Use helper strlen statically …
nicolas-grekas Dec 31, 2019
8e9aafc
bug #35125 [Translator] fix performance issue in MessageCatalogue and…
nicolas-grekas Dec 31, 2019
889a110
Update year in license files
rosier Jan 1, 2020
0d7a8bd
Update year in license files
rosier Jan 1, 2020
5374d4f
[TwigBridge][Form] Added missing help messages in form themes
cmen Dec 27, 2019
234589a
[HttpClient] fix capturing SSL certificates with NativeHttpClient
nicolas-grekas Jan 2, 2020
9e12a6d
[Mailer][MailchimpBridge] Fix incorrect sender address when sender ha…
vilius-g Jan 2, 2020
7b1bbb6
[Mailer][MailchimpBridge] Fix missing attachments when sending via Ma…
vilius-g Jan 2, 2020
08670cc
bug #35172 [Mailer][MailchimpBridge] Fix incorrect sender address whe…
fabpot Jan 2, 2020
e348513
bug #35173 [Mailer][MailchimpBridge] Fix missing attachments when sen…
fabpot Jan 2, 2020
50ba566
[PhpUnitBridge][SymfonyTestsListenerTrait] Remove $testsWithWarnings …
fancyweb Jan 3, 2020
dba1804
[PhpUnitBridge] Add test case for @expectedDeprecation annotation
fancyweb Jan 3, 2020
8d46f95
ensure to expect no validation for the right reasons
xabbuh Jan 4, 2020
28c9463
minor #35190 [PhpUnitBridge] Add test case for @expectedDeprecation a…
nicolas-grekas Jan 4, 2020
db874f6
minor #35188 [PhpUnitBridge][SymfonyTestsListenerTrait] Remove $tests…
nicolas-grekas Jan 4, 2020
51d8070
minor #35154 Update year in license files (rosier)
nicolas-grekas Jan 4, 2020
9392f76
minor #35207 [Form] ensure to expect no validation for the right reas…
nicolas-grekas Jan 4, 2020
da11771
[Validator] Add the missing translations for the Arabic (ar) locale
Dec 30, 2019
8c7b1c8
minor #35147 [Validator] Add the missing translations for the Arabic …
nicolas-grekas Jan 4, 2020
28e502e
bug #35134 [PropertyInfo] Fix BC issue in phpDoc Reflection library (…
nicolas-grekas Jan 4, 2020
5cac295
Update links to documentation
shahariaazam Dec 20, 2019
4b419f2
minor #35074 Update links to documentation (shahariaazam)
nicolas-grekas Jan 4, 2020
a56c3ef
Merge branch '3.4' into 4.3
nicolas-grekas Jan 4, 2020
d394214
minor #35155 Update year in license files (rosier)
nicolas-grekas Jan 4, 2020
cf83c60
bug #35168 [HttpClient] fix capturing SSL certificates with NativeHtt…
nicolas-grekas Jan 4, 2020
cbf2abd
bug #35124 [TwigBridge][Form] Added missing help messages in form the…
nicolas-grekas Jan 4, 2020
423d3dd
bug #35101 [Routing] Fix i18n routing when the url contains the local…
nicolas-grekas Jan 4, 2020
a28a7f9
[Mailer] Remove line breaks in email attachment content
Sep 23, 2019
eb5171f
bug #33672 [Mailer] Remove line breaks in email attachment content (S…
nicolas-grekas Jan 4, 2020
8b61c95
[HttpClient] NativeHttpClient should not send >1.1 protocol version
nicolas-grekas Jan 4, 2020
ccfc4b6
bug #35210 [HttpClient] NativeHttpClient should not send >1.1 protoco…
nicolas-grekas Jan 4, 2020
99dab87
[DI] DecoratorServicePass should keep container.service_locator on th…
malarzm Jan 4, 2020
ac3d77a
[HttpClient] Don't read from the network faster than the CPU can deal…
nicolas-grekas Jan 5, 2020
6fb2d52
bug #35214 [DI] DecoratorServicePass should keep container.service_lo…
nicolas-grekas Jan 6, 2020
f9b36c7
bug #35223 [HttpClient] Don't read from the network faster than the C…
nicolas-grekas Jan 6, 2020
682631f
Added ScalarDenormalizer for denormalize any scalar values (see https…
a-menshchikov Dec 28, 2019
6a61b37
CHANGELOG.md updated
a-menshchikov Dec 28, 2019
64e0b4e
Code style & license fixes
a-menshchikov Dec 29, 2019
cc890e9
Added scalar denormalization in Serializer (without dedicated class S…
a-menshchikov Jan 6, 2020
946bc61
Merge remote-tracking branch 'origin/bugfix/33784' into bugfix/33784
a-menshchikov Jan 6, 2020
ffe195f
Deleted ScalarDenormalizer
a-menshchikov Dec 28, 2019
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
CHANGELOG.md updated
  • Loading branch information
a-menshchikov committed Jan 6, 2020
commit 6a61b37d4bfec1873603c6fff1f47d427d95a57c
1 change: 1 addition & 0 deletions 1 src/Symfony/Component/Serializer/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ CHANGELOG
* added the list of constraint violations' parameters in `ConstraintViolationListNormalizer`
* added support for serializing `DateTimeZone` objects
* added a `deep_object_to_populate` context option to recursive denormalize on `object_to_populate` object.
* added `ScalarDenormalizer` for denormalizing scalar values

4.2.0
-----
Expand Down
Morty Proxy This is a proxified and sanitized view of the page, visit original site.