Lines Matching full:for

9  * Allow negatable for the parse tags option with `--no-parse-tags`
20 * Added support for parsing numbers prefixed with `0o` as octal numbers.
21 …* Deprecated support for parsing numbers starting with `0` as octal numbers. They will be parsed a…
42 * Removed support for mappings inside multi-line strings.
43 …* removed support for implicit STDIN usage in the `lint:yaml` command, use `lint:yaml -` (append a…
48 * Added support for parsing the inline notation spanning multiple lines.
60 * added support for multiple files or directories in `LintCommand`
68 * support for the comma as a group separator for floats has been dropped, use
70 * support for the `!!php/object` tag has been dropped, use the `!php/object`
84 * removed support for the `!str` tag, use the `!!str` tag instead
85 * added support for tagged scalars.
95 …* added support for parsing YAML files using the `Yaml::parseFile()` or `Parser::parseFile()` meth…
105 * Support for the `!str` tag is deprecated, use the `!!str` tag instead.
116 * Deprecated support for implicitly parsing non-string mapping keys as strings.
118 4.0. Use quotes to opt-in for keys to be parsed as strings.
149 * Added support for dumping empty PHP arrays as YAML sequences:
162 * Added support for parsing PHP constants:
168 * Support for silently ignoring duplicate mapping keys in YAML has been
180 * Added support for dumping multi line strings as literal blocks.
182 * Added support for parsing base64 encoded binary data when they are tagged
185 * Added support for parsing timestamps as `\DateTime` objects:
195 * Added support for customizing the YAML parser behavior through an optional bit field:
201 * Added support for customizing the dumped YAML string through an optional bit field: