fhir_yaml 0.9.0
fhir_yaml: ^0.9.0 copied to clipboard
Dart package to format JSON data to YAML. Supports formatting conventions of pubspec files.
CHANGELOG #
0.9.0 #
- Updating just to keep in line with other FHIR packages.
- Next update I'll just make this as stable.
0.8.0 #
- Updating to Dart 2.17.0
0.7.0 #
- Not updating anything, just keeping versions in sync with rest of packages
0.6.2 #
- Updated dependencies
0.6.1 #
- Updated dependencies
- Dart now > 2.16.0
0.6.0 #
- Updating dependencies
- Moving to version 0.6.0
0.5.2 #
- Updated to Dart 2.15.0
- Updated other dependencies
0.5.1 #
- Updated to Dart 2.14.0
0.5.0 #
- Dependencies updated
0.4.2 #
- Wrong Dart Version defined, now fixed
0.4.1 #
- Updated dependencies
- Removed test_coverage
0.4.0 #
- Stable(ish) & null safe!
0.3.0-nullsafety.1 #
- Null-safe, and all depencies stable
0.3.0-nullsafety.0 #
- Upgraded example to use nullsafety
0.2.1-nullsafety.1 #
- Migrating to null safety, didn't have to change anything apart from some dependencies.
0.2.1 #
- Still used the same, but was hanging on empty strings, should be fixed now.
0.2.0 #
- Just trying to keep in sync with other packages. No functionality changes. Reorganized github repo.
0.1.0 #
- Added FHIR® to our readme, official permission from HL7 and Graham Grieve!
0.0.1 Adding more formatting options #
- deals with long lines that don't have '\n' in them
- formats escaped characters
- attempts to remove unnecessary blank lines
Releases for json2yaml #
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