json2yaml 3.0.1 json2yaml: ^3.0.1 copied to clipboard
Dart package to render JSON data to YAML with built-in automatic beautifier and support for Dart pubspec.yaml and pubspec.lock conventions
[3.0.1] - Fixing cases that requires quotes in pubspecLock #
- Added two more cases that requires quotes in pubspecLock files
- Removed deprecated lint rule (invariant_booleans)
[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