json2yaml 3.0.0 json2yaml: ^3.0.0 copied to clipboard
Dart package to render JSON data to YAML: * Correct handling of nested structures * Built-in automatic beautifer * Supports Dart pubspec.yaml conventions * Compatible with conventions imposed by Dart [...]
[3.0.0] - Rewrite for output correctness and beautification #
- Complete rewrite of YAML formatter
- Correct handling of nested structures
- Built-in automatic beautifier
- Improved support of Dart pubspec file formats with dedicated test suites
[2.0.0] - Migrated to null safety #
- Kudos to https://github.com/spkersten for help!
[1.0.1+1] - Better compliance to pub.dev quality requirements #
- Migration to Dart 2.10
- Code checks against recently introduced dart linter rules
- Better compliance to pub.dev quality requirements
[1.0.1] - Correct rendering of JSON entries without value #
[1.0.0+3] - README.md is corrected #
[1.0.0+2] - Build status URL is updated in README.md #
[1.0.0+1] - Package description corrected for pub.dev #
[1.0.0] - Initial release #
- Initial release supporting pubspec.yaml and pubspec.lock formatting styles