Releases: google/protobuf.dart
Releases · google/protobuf.dart
0.3.11
- Add meta.dart which declares reserved names for the plugin.
0.3.10
Includes GeneratedService and RpcClient interfaces. (They are used in stubs generated for service definitions.)
0.3.9
- Add experimental mixins_meta library
- Add experimental PbMapMixin class (in a separate library).
- Fix bug where ExtensionRegistry would not be used for nested messages.
added mergeFromJsonMap and writeToJsonMap
This release adds two new methods that are useful if you need to customize how JSON serialization is done. Make sure you also use the matching release of dart-protoc-plugin.