File tree Expand file tree Collapse file tree 2 files changed +4
-11
lines changed Expand file tree Collapse file tree 2 files changed +4
-11
lines changed Original file line number Diff line number Diff line change 1
- ## 4.0.0-nullsafety.1
1
+ ## 4.0.0-nullsafety.0
2
2
3
3
- Generates null-safe code.
4
4
- The ` nullable ` field on ` JsonKey ` ignored. The nullability of a field is now
5
5
determined by the Dart type system.
6
6
- ** BREAKING** ` bool defaultProvided ` arg added to ` TypeHelper.deserialize ` .
7
- * Only applies to folks using ` TypeHelper ` directly.*
7
+ * Only applies to code using ` TypeHelper ` directly.*
8
8
9
9
## 3.5.1
10
10
Original file line number Diff line number Diff line change 1
1
name : json_serializable
2
- version : 4.0.0-nullsafety.1
2
+ version : 4.0.0-nullsafety.0
3
3
description : >-
4
4
Automatically generate code for converting to and from JSON by annotating
5
5
Dart classes.
@@ -16,7 +16,7 @@ dependencies:
16
16
# `json_annotation` properly constrains all features it provides.
17
17
# For v3 only – allow a wide range since the only change was to REMOVE things
18
18
# from json_annotation
19
- json_annotation : ' >=3.1.0 <3.2 .0'
19
+ json_annotation : ' >=4.0.0-nullsafety.0 <4.1 .0'
20
20
meta : ^1.3.0-nullsafety.5
21
21
path : ^1.8.0-nullsafety.2
22
22
source_gen : ^0.9.6
@@ -32,10 +32,3 @@ dev_dependencies:
32
32
stack_trace : ^1.10.0-nullsafety.5
33
33
test : ^1.16.0-nullsafety.7
34
34
yaml : ^3.0.0-nullsafety.0
35
-
36
- dependency_overrides :
37
- json_annotation :
38
- path : ../json_annotation
39
-
40
- # For yaml!
41
- yaml : 3.0.0-nullsafety.0
You can’t perform that action at this time.
0 commit comments