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.
1 parent 4d9d0e3 commit 07d40b0Copy full SHA for 07d40b0
checked_yaml/CHANGELOG.md
@@ -1,3 +1,5 @@
1
+## 2.0.2-dev
2
+
3
## 2.0.1
4
5
- If `CheckedFromJsonException` is caught for a key missing in the source map,
checked_yaml/pubspec.yaml
@@ -1,5 +1,5 @@
name: checked_yaml
-version: 2.0.1
+version: 2.0.2-dev
description: >-
Generate more helpful exceptions when decoding YAML documents using
@@ -20,8 +20,3 @@ dev_dependencies:
20
path: ^1.0.0
21
test: ^1.16.0
22
test_process: ^2.0.0
23
-
24
-dependency_overrides:
25
- # Need to update dependencies on these packages
26
- build_config: ^0.4.4
27
- pubspec_parse: ^0.1.5
0 commit comments