Skip to content

package:protoc_plugin v22.4.0

Compare
Choose a tag to compare
@devoncarew devoncarew released this 24 Jun 21:15
· 37 commits to master since this release
bce362d
  • 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)