Releases: symfony/object-mapper
Releases · symfony/object-mapper
v8.0.0-BETA2
Changelog (v8.0.0-BETA1...v8.0.0-BETA2)
- no significant changes
v7.4.0-BETA2
Changelog (v7.4.0-BETA1...v7.4.0-BETA2)
- no significant changes
v8.0.0-BETA1
Changelog (v7.3.4...v8.0.0-BETA1)
- feature symfony/symfony#61497 [ObjectMapper] cache attributes in memory (@soyuka)
- feature symfony/symfony#60442 [ObjectMapper] embed collection transformer (@soyuka)
- feature symfony/symfony#61500 [JsonPath][JsonStreamer][ObjectMapper] the components are no longer experimental (@xabbuh)
- feature symfony/symfony#61145 [ObjectMapper] Add
ObjectMapperAwareInterfaceto set the owning object mapper instance (@soyuka) - feature symfony/symfony#60639 Bump Symfony 8 to PHP >= 8.4 (@nicolas-grekas)
v7.4.0-BETA1
Changelog (v7.3.4...v7.4.0-BETA1)
- feature symfony/symfony#61497 [ObjectMapper] cache attributes in memory (@soyuka)
- feature symfony/symfony#60442 [ObjectMapper] embed collection transformer (@soyuka)
- feature symfony/symfony#61500 [JsonPath][JsonStreamer][ObjectMapper] the components are no longer experimental (@xabbuh)
- feature symfony/symfony#61145 [ObjectMapper] Add
ObjectMapperAwareInterfaceto set the owning object mapper instance (@soyuka)
v7.3.4
Changelog (v7.3.3...v7.3.4)
- bug symfony/symfony#61785 [ObjectMapper] Preserve non-promoted constructor parameters (@rvanlaak)
v7.3.3
Changelog (v7.3.2...v7.3.3)
- bug symfony/symfony#61310 [ObjectMapper] read source metadata before transform (@soyuka, @rvanlaak)
v7.3.2
Changelog (v7.3.1...v7.3.2)
- bug symfony/symfony#61233 [ObjectMapper] skip reading uninitialized values (@soyuka)
- bug symfony/symfony#61146 [ObjectMapper] initialize lazy objects (@soyuka)
- bug symfony/symfony#61151 [ObjectMapper] update promoted properties w/ an object as target (@soyuka)
- bug symfony/symfony#60856 [ObjectMapper] handle non existing property errors (@soyuka)
- bug symfony/symfony#61036 [ObjectMapper] Correctly manage constructor initialization (@alanpoulain)
v7.3.1
Changelog (v7.3.0...v7.3.1)
- bug symfony/symfony#60831 [ObjectMapper] Fix parameter passed to class level transform (@mttsch)
v7.3.0
Changelog (v7.3.0-RC1...v7.3.0)
- no significant changes
v7.3.0-RC1
Changelog (v7.3.0-BETA2...v7.3.0-RC1)
- bug symfony/symfony#60491 [ObjectMapper] added earlier skip to allow if=false when using source mapping (@maciekpaprocki)