Skip to content

Releases: nilportugues/php-serializer

1.1.3

27 Aug 20:15
Compare
Choose a tag to compare
  • Deep inherited properties supported using reflection on parent class.

1.1.2

25 Aug 19:08
Compare
Choose a tag to compare
  • Traversable classes finally supported!

1.1.1

23 Aug 18:39
Compare
Choose a tag to compare
  • Serialization of User Defined classes use Closure::bind while Internal Class still uses ReflectionClass.
  • Performance gains
  • Load HHVM data only when HHVM is used.

1.1.0

16 Aug 17:55
Compare
Choose a tag to compare

Added getTransformer method to Serializer class.

  • Commit: dd7dbd3
  • Impact: Introduces a new feature, which requires a minor version upgrade.
  • Why?: This is handly specially in order to add additional data before the serialization process takes place using the transformer public methods, if any.

Alpha Release

14 Aug 19:50
Compare
Choose a tag to compare
1.0.0-alpha

Update .travis.yml

First release

16 Aug 10:49
Compare
Choose a tag to compare
  • Stable to go production mode

Pre-alpha Release

25 Jul 21:04
Compare
Choose a tag to compare
Pre-alpha Release Pre-release
Pre-release
  • Working proof of concept handling already most cases.
  • Missing handling internal PHP data structures such as SplFixedArray or classes implementing the Traversable interface.