Skip to content

Commit 05f92a9

Browse files
committed
Merge branch '3_x'
2 parents 6b5cfd6 + 3fd508e commit 05f92a9

File tree

3 files changed

+15
-4
lines changed

3 files changed

+15
-4
lines changed

.github/workflows/dart.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ name: Dart CI
33
on:
44
push:
55
branches:
6-
- main
76
- master
7+
- "3_x"
88
pull_request:
99
schedule:
1010
- cron: "0 0 * * 0"

json_serializable/CHANGELOG.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,15 @@
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

mono_repo.yaml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,14 @@
22
self_validate: analyzer_and_format
33

44
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"
613

714
merge_stages:
815
- analyzer_and_format

0 commit comments

Comments
 (0)