yaml_edit 2.0.1 copy "yaml_edit: ^2.0.1" to clipboard
yaml_edit: ^2.0.1 copied to clipboard

outdated

A library for YAML manipulation with comment and whitespace preservation.

v2.0.1 #

  • License changed to BSD, as this package is now maintained by the Dart team.
  • Fixed minor lints.

v2.0.0 #

  • Migrated to null-safety.
  • API will no-longer return null in-place of a YamlNode, instead a YamlNode with YamlNode.value == null should be used. These are easily created with wrapAsYamlNode(null).

v1.0.3 #

  • Fixed bug in adding an empty map as a map value.

v1.0.2 #

  • Throws an error if the final YAML after edit is not parsable.
  • Fixed bug in adding to empty map values, when it is followed by other content.

v1.0.1 #

  • Updated behavior surrounding list and map removal.
  • Fixed bug in dealing with empty values.

v1.0.0 #

  • Initial release.
31
likes
0
pub points
100%
popularity

Publisher

verified publishertools.dart.dev

A library for YAML manipulation with comment and whitespace preservation.

Homepage
Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

collection, meta, source_span, yaml

More

Packages that depend on yaml_edit