File tree Expand file tree Collapse file tree 2 files changed +11
-5
lines changed Expand file tree Collapse file tree 2 files changed +11
-5
lines changed Original file line number Diff line number Diff line change 1
- ## 22.4.0-wip
1
+ ## 22.4.0
2
2
3
3
* Update how we calculate import prefixes ([ #1010 ] ); import prefixes are now
4
4
unique per-library instead of being unique across all generated libraries.
5
- * Ignore ` unused_import ` diagnostics for ` *.pbjson.dart ` files.
5
+ * Ignore ` unused_import ` diagnostics for ` *.pbjson.dart ` files. ( [ # 1013 ] )
6
6
* Revert the change to not generate empty ` *.pbenum.dart ` files; these can be
7
- exported from other enum files.
8
- * Improve the readablity of generated gRPC client files.
7
+ exported from other enum files. ([ #1016 ] )
8
+ * Improve the readablity of generated gRPC client files. ([ #1021 ] )
9
+ * Adjust the text of generated file headers ('This is a generated file...').
10
+ ([ #1022 ] )
9
11
10
12
[ #1010 ] : https://github.com/google/protobuf.dart/issues/1010
13
+ [ #1013 ] : https://github.com/google/protobuf.dart/pull/1013
14
+ [ #1016 ] : https://github.com/google/protobuf.dart/pull/1016
15
+ [ #1021 ] : https://github.com/google/protobuf.dart/pull/1021
16
+ [ #1022 ] : https://github.com/google/protobuf.dart/pull/1022
11
17
12
18
## 22.3.0
13
19
Original file line number Diff line number Diff line change 1
1
name : protoc_plugin
2
- version : 22.4.0-wip
2
+ version : 22.4.0
3
3
description : A protobuf protoc compiler plugin used to generate Dart code.
4
4
repository : https://github.com/google/protobuf.dart/tree/master/protoc_plugin
5
5
You can’t perform that action at this time.
0 commit comments