File tree Expand file tree Collapse file tree 2 files changed +8
-9
lines changed Expand file tree Collapse file tree 2 files changed +8
-9
lines changed Original file line number Diff line number Diff line change 1- ## 2.0.0-dev
1+ ## 2.0.0
22
33- * BREAKING* ` checkedYamlDecode ` ` sourceUrl ` parameter is now a ` Uri ` .
44- Require at least Dart ` 2.12.0-0 ` .
Original file line number Diff line number Diff line change 11name : checked_yaml
2- version : 1.9.0-dev
2+ version : 2.0.0
33
44description : >-
55 Generate more helpful exceptions when decoding YAML documents using
66 package:json_serializable and package:yaml.
7- repository : https://github.com/google/json_serializable.dart
7+ repository : https://github.com/google/json_serializable.dart/tree/master/checked_yaml
88environment :
99 sdk : ' >=2.12.0-0 <3.0.0'
1010
1111dependencies :
12- json_annotation : ' >=2.2.0 <5.0.0 '
12+ json_annotation : ^4.0.0
1313 source_span : ^1.8.0
1414 yaml : ^3.0.0
1515
1616dev_dependencies :
1717 build_runner : ^1.0.0
1818 build_verify : ^1.1.0
19- json_serializable : ^3 .0.0
19+ json_serializable : ^4 .0.0
2020 path : ^1.0.0
2121 test : ^1.16.0
2222 test_process : ^1.0.1
2323
2424dependency_overrides :
25- json_annotation :
26- path : ../json_annotation
27- json_serializable :
28- path : ../json_serializable
25+ # Need to update dependencies on these packages
26+ build_config : ^0.4.4
27+ pubspec_parse : ^0.1.5
You can’t perform that action at this time.
0 commit comments