Releases: tsantos84/serializer
Releases · tsantos84/serializer
v4.0.2
V4.0.1
Change Log
- Change
AnnotationDriver
construct method to accept instances ofDoctrine\Common\Annotations\Reader
interface instead ofDoctrine\Common\Annotations\AnnotationReader
- Moved logic to compile and load hydrators from
HydratorCompile
toHydratorLoader
.
Deprecations
- Constants
HydratorCompile::AUTOGENERATE_*
was deprecated andHydratorLoader::COMPILE_*
should be use instead.
v4.0.0
This is the most important release of this library. New features was added and performance was significantly improved.
- Performance improved
- New way to customize code generation with MetadataConfigurators
- Added ability to decorate the class before compile
- Inject custom services on hydrators
- Enable max depth check