Skip to content

Releases: symfony/serializer

v6.0.7

02 Apr 07:05
v6.0.7
Compare
Choose a tag to compare

Changelog (v6.0.6...v6.0.7)

  • bug #45838 Fix denormalizing union types (T-bond)
  • bug #45684 Fix nested deserialization_path computation when there is no metadata for the attribute (fancyweb)

v5.4.7

02 Apr 06:34
v5.4.7
Compare
Choose a tag to compare

Changelog (v5.4.6...v5.4.7)

  • bug #45838 Fix denormalizing union types (T-bond)
  • bug #45684 Fix nested deserialization_path computation when there is no metadata for the attribute (fancyweb)

v4.4.40

02 Apr 06:02
v4.4.40
Compare
Choose a tag to compare

Changelog (v4.4.39...v4.4.40)

  • bug #45838 Fix denormalizing union types (T-bond)

v6.0.6

05 Mar 21:25
v6.0.6
Compare
Choose a tag to compare

Changelog (v6.0.5...v6.0.6)

  • no significant changes

v5.4.6

05 Mar 21:19
v5.4.6
Compare
Choose a tag to compare

Changelog (v5.4.5...v5.4.6)

  • no significant changes

v4.4.39

05 Mar 21:14
v4.4.39
Compare
Choose a tag to compare

Changelog (v4.4.38...v4.4.39)

  • no significant changes

v6.0.5

28 Feb 08:12
v6.0.5
Compare
Choose a tag to compare

Changelog (v6.0.4...v6.0.5)

  • bug #45531 Fix passing null to str_contains() (Erwin Dirks)
  • bug #44650 Make document type nodes ignorable (boenner)
  • bug #45391 Ensuring end of line character apply with constructor settings in CSV encoder (bizley)
  • bug #45323 Fix ignored callbacks in denormalization (benjaminmal)
  • bug #38534 make XmlEncoder stateless thus reentrant (connorhu)

v5.4.5

28 Feb 08:05
v5.4.5
Compare
Choose a tag to compare

Changelog (v5.4.4...v5.4.5)

  • bug #45531 Fix passing null to str_contains() (Erwin Dirks)
  • bug #44650 Make document type nodes ignorable (boenner)
  • bug #45391 Ensuring end of line character apply with constructor settings in CSV encoder (bizley)
  • bug #45323 Fix ignored callbacks in denormalization (benjaminmal)
  • bug #38534 make XmlEncoder stateless thus reentrant (connorhu)

v4.4.38

28 Feb 07:58
v4.4.38
Compare
Choose a tag to compare

Changelog (v4.4.37...v4.4.38)

  • bug #45531 Fix passing null to str_contains() (Erwin Dirks)
  • bug #44650 Make document type nodes ignorable (boenner)
  • bug #45323 Fix ignored callbacks in denormalization (benjaminmal)
  • bug #38534 make XmlEncoder stateless thus reentrant (connorhu)

v6.0.3

28 Jan 13:09
v6.0.3
Compare
Choose a tag to compare

Changelog (v6.0.2...v6.0.3)

  • bug #45154 Fix AbstractObjectNormalizer not considering pseudo type false (Thomas Nunninger)
  • bug #44908 Fix AbstractObjectNormalizer TypeError on denormalization (JustDylan23)