Releases: symfony/var-exporter
Releases · symfony/var-exporter
v8.0.0-BETA1
Changelog (v7.3.4...v8.0.0-BETA1)
- feature symfony/symfony#61657 [VarExporter] Add support for exporting named closures (@nicolas-grekas)
- feature symfony/symfony#60716 [VarExporter] Remove
LazyGhostTraitandLazyProxyTraitin favor of native lazy objects (@nicolas-grekas) - 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#61657 [VarExporter] Add support for exporting named closures (@nicolas-grekas)
v7.3.4
Changelog (v7.3.3...v7.3.4)
- bug symfony/symfony#61727 Replace __sleep/wakeup() by __(un)serialize() for throwing and internal usages (@nicolas-grekas)
v6.4.26
Changelog (v6.4.25...v6.4.26)
- bug symfony/symfony#61727 Replace __sleep/wakeup() by __(un)serialize() for throwing and internal usages (@nicolas-grekas)
v7.3.3
Changelog (v7.3.2...v7.3.3)
- bug symfony/symfony#61453 [VarExporter] Fix serializing classes with __serialize() returning unprefixed private properties (@nicolas-grekas)
- bug symfony/symfony#61402 Remove calls to deprecated methods of SplObjectStorage (@nicolas-grekas)
v6.4.25
Changelog (v6.4.24...v6.4.25)
- bug symfony/symfony#61453 [VarExporter] Fix serializing classes with __serialize() returning unprefixed private properties (@nicolas-grekas)
- bug symfony/symfony#61402 Remove calls to deprecated methods of SplObjectStorage (@nicolas-grekas)
v7.3.2
Changelog (v7.3.1...v7.3.2)
- bug symfony/symfony#61073 [VarExporter] Dump implicit-nullable types as explicit to prevent the corresponding deprecation (@nicolas-grekas)
v7.2.9
Changelog (v7.2.8...v7.2.9)
- bug symfony/symfony#61073 [VarExporter] Dump implicit-nullable types as explicit to prevent the corresponding deprecation (@nicolas-grekas)
v6.4.24
Changelog (v6.4.23...v6.4.24)
- bug symfony/symfony#61073 [VarExporter] Dump implicit-nullable types as explicit to prevent the corresponding deprecation (@nicolas-grekas)
v7.3.0
Changelog (v7.3.0-RC1...v7.3.0)
- no significant changes