yaml_writer 1.0.3 yaml_writer: ^1.0.3 copied to clipboard
A library to write YAML documents, supporting Object encoding and 'dart:convert' 'Converter'.
1.0.3 #
YAMLWriter
:- Added
allowUnquotedStrings
. - Rename
identSize
toindentSize
. - Deprecate
identSize
field.
- Added
- lints: ^2.0.1
- test: ^1.22.0
- dependency_validator: ^3.2.2
- coverage: ^1.6.1
1.0.2 #
- Fixed serialization of an empty
List
to[]
- Updated GitHub CI.
- lints: ^2.0.0
- test: ^1.17.12
- dependency_validator: ^3.2.0
- coverage: ^1.1.0
1.0.1 #
- Improve
pubspec.yaml
description. - Improve README.
1.0.0 #
- Initial version.