File tree Expand file tree Collapse file tree 4 files changed +14
-6
lines changed Expand file tree Collapse file tree 4 files changed +14
-6
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 1
- ## 3.5.1-dev
1
+ ## 3.5.1
2
2
3
3
- Improved error messages for unsupported types.
4
4
- ` package:json_serializable/type_helper.dart `
5
5
- Made the third parameter to ` UnsupportedTypeError ` positional (optional).
6
+ - Require ` package:analyzer ` ` >=0.39.0 <0.42.0 ` .
6
7
7
8
## 3.5.0
8
9
Original file line number Diff line number Diff line change 1
1
name : json_serializable
2
- version : 3.5.0-dev
2
+ version : 3.5.1
3
3
description : >-
4
4
Automatically generate code for converting to and from JSON by annotating
5
5
Dart classes.
6
- homepage : https://github.com/google/json_serializable.dart
6
+ repository : https://github.com/google/json_serializable.dart
7
7
environment :
8
8
sdk : ' >=2.7.0 <3.0.0'
9
9
10
10
dependencies :
11
- analyzer : ' >=0.39.0 <0.41 .0'
11
+ analyzer : ' >=0.39.0 <0.42 .0'
12
12
build : ' >=0.12.6 <2.0.0'
13
13
build_config : ' >=0.2.6 <0.5.0'
14
14
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