Releases: gennyble/confindent
Releases · gennyble/confindent
Release 2.2.0 - Owned Strings
Added the Value::value_owned
and Value::child_owned
methods as a shorthand for value
and child_value
and then map(<_>::to_owned)
, closing #11.
Release 2.1.0
Added the Value::has_child
method as well as opened up the children
field on Value
.