Releases: nilportugues/php-serializer
Releases · nilportugues/php-serializer
1.2.1
Compare
Sorry, something went wrong.
No results found
Merge pull request #18 from tsantos84/master
Added symfony Yaml 4 to project dependencies
1.2.0
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
Fixes
1.1.10
Compare
Sorry, something went wrong.
No results found
Relaxed dependency on Symfony's YAML library. Both version 2 and 3 allowed.
1.1.9
Compare
Sorry, something went wrong.
No results found
Allow serialization of classes extending from SplFixedArray eaa9d4c
1.1.8
Compare
Sorry, something went wrong.
No results found
SplFixedArray is now serializable. Fix for #12
1.1.7
Compare
Sorry, something went wrong.
No results found
Small performance gains with static protected members in Serializer class.
1.1.6
Compare
Sorry, something went wrong.
No results found
Added backslash to PHP internal functions
1.1.5
Compare
Sorry, something went wrong.
No results found
Fix for DeepArraySerializer: wasn't returning serialized object, but array with the serialized object.
1.1.4
Compare
Sorry, something went wrong.
No results found
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.