Skip to content

Releases: nilportugues/php-serializer

1.2.1

19 Jul 14:34
24fef3e
Compare
Choose a tag to compare
Merge pull request #18 from tsantos84/master

Added symfony Yaml 4 to project dependencies

1.2.0

10 Feb 19:44
Compare
Choose a tag to compare
  • b2b0d81 Fixed serialization of objects with one property:
    • Bug was causing removal of attribute name of the one-property object causing parent have the value instead.
  • 57464fa Dropped HHVM support.
  • 57464fa Added to .travis.yml checks for PHP 7.1

1.1.11

10 Jun 22:59
Compare
Choose a tag to compare
Fixes

1.1.10

02 Mar 11:12
Compare
Choose a tag to compare
  • Relaxed dependency on Symfony's YAML library. Both version 2 and 3 allowed.

1.1.9

25 Jan 13:29
Compare
Choose a tag to compare
  • Allow serialization of classes extending from SplFixedArray eaa9d4c

1.1.8

25 Jan 13:09
Compare
Choose a tag to compare
  • SplFixedArray is now serializable. Fix for #12

1.1.7

21 Nov 16:38
Compare
Choose a tag to compare
  • Small performance gains with static protected members in Serializer class.

1.1.6

02 Nov 22:52
Compare
Choose a tag to compare
  • Added backslash to PHP internal functions

1.1.5

28 Aug 23:12
Compare
Choose a tag to compare
  • Fix for DeepArraySerializer: wasn't returning serialized object, but array with the serialized object.

1.1.4

28 Aug 14:55
Compare
Choose a tag to compare
  • Added as MINOR, because Serializer class functionality is untouched.
  • Serializerprivate properties become protected.
  • Added DeepCopySerializer - causes no BC nor introduces a new feature to existing code.
  • DeepCopySerializer triggers Transformer issues for multiple object references.