yaml_edit 2.0.3
yaml_edit: ^2.0.3 copied to clipboard
A library for YAML manipulation with comment and whitespace preservation.
2.0.3 #
- Updated the value of the pubspec
repositoryfield.
2.0.2 #
- Fix trailing whitespace after adding new key with block-value to map (#15).
- Updated
repositoryand other meta-data inpubspec.yaml.
2.0.1 #
- License changed to BSD, as this package is now maintained by the Dart team.
- Fixed minor lints.
2.0.0 #
- Migrated to null-safety.
- API will no-longer return
nullin-place of aYamlNode, instead aYamlNodewithYamlNode.value == nullshould be used. These are easily created withwrapAsYamlNode(null).
1.0.3 #
- Fixed bug in adding an empty map as a map value.
1.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.
1.0.1 #
- Updated behavior surrounding list and map removal.
- Fixed bug in dealing with empty values.
1.0.0 #
- Initial release.