Releases: remi-san/serializer
Releases · remi-san/serializer
Composer 2 compatibility
Fixed php minimum version
v1.2.1 Fixed the minimum php version to >=5.5
Custom Serializers
v1.2.0 allow to override the default serializer by adding custom serializers…
Added generation command
v1.1.0 added a command to generate predefined hydrators
1st stable version
Documentation has been added.
Some BC changes have been made on the $generateProxies var for the HydratorFactory and it now requires an Instantiator to build an object from the class name without the constructor.
Refactored and tested version
v0.2.0 removed useless code from serializer and finished tests