package:protoc_plugin v22.4.0
·
37 commits
to master
since this release
- Update how we calculate import prefixes (#1010); import prefixes are now
unique per-library instead of being unique across all generated libraries. - Ignore
unused_import
diagnostics for*.pbjson.dart
files. (#1013) - Revert the change to not generate empty
*.pbenum.dart
files; these can be
exported from other enum files. (#1016) - Improve the readablity of generated gRPC client files. (#1021)
- Adjust the text of generated file headers ('This is a generated file...').
(#1022)