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
33on :
44 push :
55 branches :
6- - main
76 - master
7+ - " 3_x"
88 pull_request :
99 schedule :
1010 - cron : " 0 0 * * 0"
Original file line number Diff line number Diff line change 33- Generates null-safe code.
44 - The ` nullable ` field on ` JsonKey ` ignored. The nullability of a field is now
55 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+
611- Improved error messages for unsupported types.
712- ` package:json_serializable/type_helper.dart `
813 - 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 ` .
1115
1216## 3.5.0
1317
Original file line number Diff line number Diff line change 22self_validate : analyzer_and_format
33
44github :
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"
613
714merge_stages :
815- analyzer_and_format
You can’t perform that action at this time.
0 commit comments