Lines Matching refs:support
7 * added support for multiple files or directories in `LintCommand`
15 * support for the comma as a group separator for floats has been dropped, use
17 * support for the `!!php/object` tag has been dropped, use the `!php/object`
31 * removed support for the `!str` tag, use the `!!str` tag instead
32 * added support for tagged scalars.
42 …* added support for parsing YAML files using the `Yaml::parseFile()` or `Parser::parseFile()` meth…
63 * Deprecated support for implicitly parsing non-string mapping keys as strings.
96 * Added support for dumping empty PHP arrays as YAML sequences:
109 * Added support for parsing PHP constants:
121 * Added support to dump `stdClass` and `ArrayAccess` objects as YAML mappings
127 * Added support for dumping multi line strings as literal blocks.
129 * Added support for parsing base64 encoded binary data when they are tagged
132 * Added support for parsing timestamps as `\DateTime` objects:
142 * Added support for customizing the YAML parser behavior through an optional bit field:
148 * Added support for customizing the dumped YAML string through an optional bit field: