We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6c14f73 + 34f3358 commit 34b9838Copy full SHA for 34b9838
checked_yaml/CHANGELOG.md
@@ -3,6 +3,10 @@
3
- *BREAKING* `checkedYamlDecode` `sourceUrl` parameter is now a `Uri`.
4
- Require at least Dart `2.12.0-0`.
5
6
+## 1.0.4
7
+
8
+- Allow `package:yaml` `v3.x`.
9
10
## 1.0.3
11
12
- Require at least Dart `2.7.0`.
checked_yaml/pubspec.yaml
@@ -4,7 +4,7 @@ version: 1.9.0-nullsafety-dev
description: >-
Generate more helpful exceptions when decoding YAML documents using
package:json_serializable and package:yaml.
-homepage: https://github.com/google/json_serializable.dart
+repository: https://github.com/google/json_serializable.dart
environment:
sdk: '>=2.12.0-0 <3.0.0'
0 commit comments