Breaking Changes
- Update dependencies.
Sincehashlink
is exposed (throughYaml::Hash
) and has been updated from 0.8.4 to 0.9.1, the new version ofyaml-rust2
will not link properly if you explicitly rely onhashlink v0.8
.
Existing code with v0.8.4 should still compile fine in v0.9.1 (see hashlink's v0.9.0 changelog).
Bug fixes
- (#37)
Parse empty scalars as""
instead of"~"
.
Features
- Add
Yaml::is_hash
. - Add better doccomments to the
Index
andIntoIterator
implementations forYaml
to better explain their quirks and design decisions.