File tree Expand file tree Collapse file tree 3 files changed +15
-4
lines changed Expand file tree Collapse file tree 3 files changed +15
-4
lines changed Original file line number Diff line number Diff line change @@ -3,8 +3,8 @@ name: Dart CI
3
3
on :
4
4
push :
5
5
branches :
6
- - main
7
6
- master
7
+ - " 3_x"
8
8
pull_request :
9
9
schedule :
10
10
- cron : " 0 0 * * 0"
Original file line number Diff line number Diff line change 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
+ - ** BREAKING** ` bool defaultProvided ` arg added to ` TypeHelper.deserialize ` .
7
+ * Only applies to folks using ` TypeHelper ` directly.*
8
+
9
+ ## 3.5.1
10
+
6
11
- Improved error messages for unsupported types.
7
12
- ` package:json_serializable/type_helper.dart `
8
13
- Made the third parameter to ` UnsupportedTypeError ` positional (optional).
9
- - ** BREAKING** ` bool defaultProvided ` arg added to ` TypeHelper.deserialize ` .
10
- * Only applies to folks using ` TypeHelper ` directly.*
14
+ - Require ` package:analyzer ` ` >=0.39.0 <0.42.0 ` .
11
15
12
16
## 3.5.0
13
17
Original file line number Diff line number Diff line change 2
2
self_validate : analyzer_and_format
3
3
4
4
github :
5
- cron : ' 0 0 * * 0' # “At 00:00 (UTC) on Sunday.”
5
+ on :
6
+ push :
7
+ branches :
8
+ - master
9
+ - 3_x
10
+ pull_request :
11
+ schedule :
12
+ - cron : " 0 0 * * 0"
6
13
7
14
merge_stages :
8
15
- analyzer_and_format
You can’t perform that action at this time.
0 commit comments