Skip to content

Latest commit

 

History

History
41 lines (23 loc) · 987 Bytes

CHANGELOG.md

File metadata and controls

41 lines (23 loc) · 987 Bytes

0.4.0

  • Add option to precompile protoc_plugin Dart scripts for better performance

0.3.2

  • Upgrade dependencies

0.3.1

Courtesy of BenVercammen:

  • Added option to use local protoc instead of downloading one
  • Extracted options that might be useful when overriding the ProtocBuilder class
  • Export the builder.dart file so the ProtocBuilder class can actually be found

0.3.0

  • Support plugin version 20.0.1 (thank you to stasgora!)
  • Fix package not working on Windows (thank you to Levi-Lesches!)

0.2.1+1

  • I dun goofed

0.2.1

  • Document default values in README
  • Document Protobuf root directory in README

0.2.0

  • Add config flag for generating gRPC clients and servers (.pbgrpc.dart files)

0.1.1

  • Ensure that changes to input .proto files are watched (thank you to ewaters!)

0.1.0

  • Initial version