- Require Dart 3.0
- Require Dart 2.19
- Add topics
- Require
json_annotation
^4.3.0
- Require Dart SDK
>=2.18
- Work-around for dart-lang/sdk#50756.
-
If
CheckedFromJsonException
is caught for a key missing in the source map, include those details in the thrownParsedYamlException
. -
Correctly handle the case where
CheckedFromJsonException.message
isnull
.
- BREAKING
checkedYamlDecode
sourceUrl
parameter is now aUri
. - Require at least Dart
2.12.0-0
.
- Allow
package:yaml
v3.x
.
- Require at least Dart
2.7.0
. - Allow
package:json_annotation
v4.x
.
- Require at least Dart
2.3.0
. - Support the latest
package:json_annotation
.
- Fix readme.
- Initial release.