Recommend this page to a friend! |
Classes of Gavin Gordon Markowski | Helphp PHP Class Generator | vendor/symfony/yaml/CHANGELOG.md | Download |
|
DownloadCHANGELOG3.2.0 * Mappings with a colon ( * Added support for parsing PHP constants:
* Support for silently ignoring duplicate mapping keys in YAML has been
deprecated and will lead to a 3.1.0* Strings that are not UTF-8 encoded will be dumped as base64 encoded binary data. * Added support for dumping multi line strings as literal blocks. * Added support for parsing base64 encoded binary data when they are tagged
with the * Added support for parsing timestamps as
* * Deprecated usage of * Added support for customizing the YAML parser behavior through an optional bit field:
* Added support for customizing the dumped YAML string through an optional bit field:
3.0.0* Yaml::parse() now throws an exception when a blackslash is not escaped in double-quoted strings 2.8.0 * Deprecated usage of a colon in an unquoted mapping value
* Deprecated usage of @, \`, | and > at the beginning of an unquoted string
* When surrounding strings with double-quotes, you must now escape Before:
After:
2.1.0* Yaml::parse() does not evaluate loaded files as PHP files by default anymore (call Yaml::enablePhpParsing() to get back the old behavior) |