yaml 2.0.0
yaml: ^2.0.0 copied to clipboard
A parser for YAML.
2.0.0 #
-
Switch from
source_maps'Spanclass tosource_span'sSourceSpanclass. -
For consistency with
source_spanandstring_scanner, allsourceNameparameters have been renamed tosourceUrl. They now accept Urls as well as Strings.
1.1.1 #
-
Fix broken type arguments that caused breakage on dart2js.
-
Fix an analyzer warning in
yaml_node_wrapper.dart.
1.1.0 #
-
Add new publicly-accessible constructors for
YamlNodesubclasses. These constructors make it possible to use the same API to access non-YAML data as YAML data. -
Make
YamlExceptioninherit from source_map's [SpanFormatException][]. This improves the error formatting and allows callers access to source range information.
1.0.0+1 #
- Fix a variable name typo.
1.0.0 #
-
Backwards incompatibility: The data structures returned by
loadYamlandloadYamlStreamare now immutable. -
Backwards incompatibility: The interface of the
YamlMapclass has changed substantially in numerous ways. External users may no longer construct their own instances. -
Maps and lists returned by
loadYamlandloadYamlStreamnow contain information about their source locations. -
A new
loadYamlNodefunction returns the source location of top-level scalars as well.
0.10.0 #
- Improve error messages when a file fails to parse.
0.9.0+2 #
- Ensure that maps are order-independent when used as map keys.
0.9.0+1 #
- The
YamlMapclass is deprecated. In a future version, maps returned byloadYamlandloadYamlStreamwill be DartHashMaps with a custom equality operation.