Releases: nilportugues/php-serializer
Releases · nilportugues/php-serializer
1.2.1
19 Jul 14:34
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
10 Feb 19:44
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
10 Jun 22:59
Compare
Sorry, something went wrong.
No results found
1.1.10
02 Mar 11:12
Compare
Sorry, something went wrong.
No results found
Relaxed dependency on Symfony's YAML library. Both version 2 and 3 allowed.
1.1.9
25 Jan 13:29
Compare
Sorry, something went wrong.
No results found
Allow serialization of classes extending from SplFixedArray eaa9d4c
1.1.8
25 Jan 13:09
Compare
Sorry, something went wrong.
No results found
SplFixedArray is now serializable. Fix for #12
1.1.7
21 Nov 16:38
Compare
Sorry, something went wrong.
No results found
Small performance gains with static protected members in Serializer class.
1.1.6
02 Nov 22:52
Compare
Sorry, something went wrong.
No results found
Added backslash to PHP internal functions
1.1.5
28 Aug 23:12
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
28 Aug 14:55
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.