Skip to content

Releases: schmittjoh/serializer

3.9.0

26 Aug 07:25
4fe470c
Compare
Choose a tag to compare

Implemented enhancements:

  • Add support for skippable (de)serialization handlers #1238 (bobvandevijver)
  • added support for milliseconds in DateInterval deserialization #1234 (ivoba)

Fixed bugs:

  • Do not load entities when deserializing if their identifier is not ex… #1247 (goetas)
  • Do not use excluded fields when fetching entities #1246 (goetas)
  • Ensure accessors are cached per property when using reflection #1237 (goetas)

Merged pull requests:

3.8.0

28 Jun 11:23
13ead2c
Compare
Choose a tag to compare

Implemented enhancements:

  • Use doctrine/lexer instead of hoa/compiler #1212 (goetas)

Fixed bugs:

  • Consider exclude rules on parents if defined #1206 (goetas)
  • hoa/protocol package conflicts with laravel helper #1154

Merged pull requests:

3.7.0

23 May 06:10
6ae57ed
Compare
Choose a tag to compare

Implemented enhancements:

  • Allow deserialization of typehinted DateTimeInterface to DateTime class #1193 (goetas)
  • Infer types from PHP 7.4 type declarations #1192 (goetas)
  • Support conditional exclude for classes #1099 (arneee)

Fixed bugs:

  • Exclude if at class level are not merge #1203
  • Class level expression exclusion strategy should work with hierarchies #1204 (goetas)

Merged pull requests:

3.6.0

21 Mar 20:26
e82527c
Compare
Choose a tag to compare

Implemented enhancements:

  • do not hide Exceptions from custom handlers but correctly handle null #1169 (Hikariii)
  • Handle ObjectConstructor returning NULL #1172 (jankramer)

Fixed bugs:

Merged pull requests:

  • test serializing entity that uses Discriminator and extends some base… #1174 (FrKevin)
  • test symfony translator contract #1171 (goetas)

3.5.0

22 Feb 21:07
0e28668
Compare
Choose a tag to compare

Implemented enhancements:

Fixed bugs:

  • Make sure serialzation context is immutable #1159 (goetas)

Merged pull requests:

1.14.1

22 Feb 21:00
ba908d2
Compare
Choose a tag to compare

Merged pull requests:

3.4.0

14 Dec 20:51
e2d3c49
Compare
Choose a tag to compare

3.4.0 (2019-12-14)

Implemented enhancements:

Closed issues:

  • [Improvement] Ability to define a global exclusion_policy: ALL for all classes. #1144
  • Embed JSON string without extra escape #1142
  • Make possible to set ArrayCollectionHandler classes from outside #1131

Merged pull requests:

3.3.0

20 Sep 14:24
4c1e429
Compare
Choose a tag to compare

Implemented enhancements:

  • Implement short expose syntax for XML as it is available for YAML #1127 (goetas)

Fixed bugs:

  • Avoid implicit expose of a property instead of virtual-property #1126 (goetas)

Closed issues:

  • Accessing static property as non static #1122
  • Travis builds on 1.x are failing #1120

Merged pull requests:

  • Allow failures on php "7.4snapshot" (waiting for stable symfony 4.4) #1128 (goetas)
  • Fix PHPUnit deprecations #1123 (Majkl578)
  • Test 1.x on PHP 7.3 on Travis; fix builds for PHP 5.5 #1119 (sanmai)

3.2.0

04 Sep 10:18
89fc2a7
Compare
Choose a tag to compare

Fixed bugs:

  • PHP7.4: Deprecated warning - serializationContext.php on line 152 #1111

Closed issues:

  • StaticPropertyMetadata first constructor argument not nullable #1116
  • Add support for PSR-7 URIInterface objects #1115
  • Upgraded 2.4 -> 3.4 / Symfony 4.3.3 #1112
  • Empty namespace #1087
  • Format constants (JSON, XML) #1079
  • @ExclusionPolicy(policy="ALL") causes PHP notice message #1073

Merged pull requests:

3.1.1

28 Jun 09:10
7f8dc86
Compare
Choose a tag to compare

Fixed bugs:

  • Could not deserialize object if all properties have not type #1102

Merged pull requests:

  • Revert "Move type check when deserializing into the graph navigator" #1103 (goetas)