Skip to content

Releases: remi-san/serializer

Composer 2 compatibility

21 Feb 15:04
6abe834

Choose a tag to compare

v1.2.2

Composer 2 compatibility

Fixed php minimum version

27 Sep 14:49

Choose a tag to compare

v1.2.1

Fixed the minimum php version to >=5.5

Custom Serializers

29 Jul 12:47

Choose a tag to compare

v1.2.0

allow to override the default serializer by adding custom serializers…

Added generation command

24 May 19:42

Choose a tag to compare

v1.1.0

added a command to generate predefined hydrators

1st stable version

12 Mar 12:56

Choose a tag to compare

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

08 Mar 22:56

Choose a tag to compare

v0.2.0

removed useless code from serializer and finished tests