Releases: nilportugues/php-serializer
Releases · nilportugues/php-serializer
1.1.3
- Deep inherited properties supported using reflection on parent class.
1.1.2
- Traversable classes finally supported!
1.1.1
- 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
Alpha Release
1.0.0-alpha Update .travis.yml
First release
- Stable to go production mode
Pre-alpha Release
- Working proof of concept handling already most cases.
- Missing handling internal PHP data structures such as SplFixedArray or classes implementing the Traversable interface.