File tree Expand file tree Collapse file tree 2 files changed +2
-10
lines changed Expand file tree Collapse file tree 2 files changed +2
-10
lines changed Original file line number Diff line number Diff line change 1- ## 4.1.0-dev
1+ ## 4.1.0
22
33- Implementation is now null-safe.
44- Correctly handle nullable generic fields (` T? ` ) with
Original file line number Diff line number Diff line change 11name : json_serializable
2- version : 4.1.0-dev
2+ version : 4.1.0
33description : >-
44 Automatically generate code for converting to and from JSON by annotating
55 Dart classes.
66repository : https://github.com/google/json_serializable.dart/tree/master/json_serializable
77environment :
8- # Keeping this <2.12.0 because the code is not null safe – yet!
9- # https://github.com/google/json_serializable.dart/issues/821
108 sdk : ' >=2.12.0 <3.0.0'
119
1210dependencies :
@@ -17,8 +15,6 @@ dependencies:
1715
1816 # Use a tight version constraint to ensure that a constraint on
1917 # `json_annotation` properly constrains all features it provides.
20- # For v3 only – allow a wide range since the only change was to REMOVE things
21- # from json_annotation
2218 json_annotation : ' >=4.0.1 <4.1.0'
2319 meta : ^1.3.0
2420 path : ^1.8.0
@@ -34,7 +30,3 @@ dev_dependencies:
3430 stack_trace : ^1.10.0
3531 test : ^1.16.0
3632 yaml : ^3.0.0
37-
38- dependency_overrides :
39- json_annotation :
40- path : ../json_annotation
You can’t perform that action at this time.
0 commit comments