Skip to content

Releases: nilportugues/php-serializer

1.2.1

Choose a tag to compare

@nilportugues nilportugues released this 19 Jul 14:34
24fef3e
Merge pull request #18 from tsantos84/master

Added symfony Yaml 4 to project dependencies

1.2.0

Choose a tag to compare

@nilportugues nilportugues released this 10 Feb 19:44
  • 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

Choose a tag to compare

@nilportugues nilportugues released this 10 Jun 22:59
Fixes

1.1.10

Choose a tag to compare

@nilportugues nilportugues released this 02 Mar 11:12
  • Relaxed dependency on Symfony's YAML library. Both version 2 and 3 allowed.

1.1.9

Choose a tag to compare

@nilportugues nilportugues released this 25 Jan 13:29
  • Allow serialization of classes extending from SplFixedArray eaa9d4c

1.1.8

Choose a tag to compare

@nilportugues nilportugues released this 25 Jan 13:09
  • SplFixedArray is now serializable. Fix for #12

1.1.7

Choose a tag to compare

@nilportugues nilportugues released this 21 Nov 16:38
  • Small performance gains with static protected members in Serializer class.

1.1.6

Choose a tag to compare

@nilportugues nilportugues released this 02 Nov 22:52
  • Added backslash to PHP internal functions

1.1.5

Choose a tag to compare

@nilportugues nilportugues released this 28 Aug 23:12
  • Fix for DeepArraySerializer: wasn't returning serialized object, but array with the serialized object.

1.1.4

Choose a tag to compare

@nilportugues nilportugues released this 28 Aug 14:55
  • 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.