checked_yaml 2.0.4
checked_yaml: ^2.0.4 copied to clipboard
Generate more helpful exceptions when decoding YAML documents using package:json_serializable and package:yaml.
2.0.4 #
- Require Dart 3.8
2.0.3 #
- Require Dart 2.19
- Add topics
2.0.2 #
- Require
json_annotation^4.3.0 - Require Dart SDK
>=2.18 - Work-around for dart-lang/sdk#50756.
2.0.1 #
-
If
CheckedFromJsonExceptionis caught for a key missing in the source map, include those details in the thrownParsedYamlException. -
Correctly handle the case where
CheckedFromJsonException.messageisnull.
2.0.0 #
- BREAKING
checkedYamlDecodesourceUrlparameter is now aUri. - Require at least Dart
2.12.0-0.
1.0.4 #
- Allow
package:yamlv3.x.
1.0.3 #
- Require at least Dart
2.7.0. - Allow
package:json_annotationv4.x.
1.0.2 #
- Require at least Dart
2.3.0. - Support the latest
package:json_annotation.
1.0.1 #
- Fix readme.
1.0.0 #
- Initial release.