Releases: symfony/yaml
Releases · symfony/yaml
v7.3.0-BETA1
Changelog (v7.2.6...v7.3.0-BETA1)
- feature symfony/symfony#59880 [Yaml] Add the
Yaml::DUMP_FORCE_DOUBLE_QUOTES_ON_VALUES
flag to enforce double quotes around string values (@dkarlovi) - feature symfony/symfony#59315 [Yaml] Add compact nested mapping support to
Dumper
(@gr8b) - feature symfony/symfony#58243 [Yaml] Add support for dumping
null
as an empty value by using theYaml::DUMP_NULL_AS_EMPTY
flag (@alexandre-daubois)
v7.2.6
v6.4.21
Changelog (v6.4.20...v6.4.21)
- no significant changes
v7.2.5
Changelog (v7.2.4...v7.2.5)
- bug symfony/symfony#59830 [Yaml] drop comments while lexing unquoted strings (@xabbuh)
v6.4.20
Changelog (v6.4.19...v6.4.20)
- bug symfony/symfony#59830 [Yaml] drop comments while lexing unquoted strings (@xabbuh)
v7.2.3
Changelog (v7.2.2...v7.2.3)
- bug symfony/symfony#59381 [Yaml] fix inline notation with inline comment (@alexpott)
- bug symfony/symfony#59349 [Yaml] reject inline notations followed by invalid content (@xabbuh)
- bug symfony/symfony#59312 [Yaml] Fix parsing of unquoted strings in Parser::lexUnquotedString() to ignore spaces (@Link1515)
v7.1.11
Changelog (v7.1.10...v7.1.11)
- bug symfony/symfony#59381 [Yaml] fix inline notation with inline comment (@alexpott)
- bug symfony/symfony#59349 [Yaml] reject inline notations followed by invalid content (@xabbuh)
- bug symfony/symfony#59312 [Yaml] Fix parsing of unquoted strings in Parser::lexUnquotedString() to ignore spaces (@Link1515)
v6.4.18
Changelog (v6.4.17...v6.4.18)
- bug symfony/symfony#59381 [Yaml] fix inline notation with inline comment (@alexpott)
- bug symfony/symfony#59349 [Yaml] reject inline notations followed by invalid content (@xabbuh)
- bug symfony/symfony#59312 [Yaml] Fix parsing of unquoted strings in Parser::lexUnquotedString() to ignore spaces (@Link1515)
v7.2.0
Changelog (v7.2.0-RC1...v7.2.0)
- no significant changes
v7.2.0-BETA1
Changelog (v7.1.6...v7.2.0-BETA1)
- feature symfony/symfony#54593 [PhpUnitBridge] Add
ExpectUserDeprecationMessageTrait
(@derrabus) - feature symfony/symfony#57595 [Yaml] Deprecate duplicate mapping keys containing null (@xabbuh)
- feature symfony/symfony#57518 Unify how --format is handled by commands (@fabpot)