package:protoc_plugin v24.0.0
·
13 commits
to master
since this release
-
Breaking: Don't generate
createRepeatedmethods.These methods are not too useful as there isn't much you can do with a
PbListthat you can't do with aList.To migrate, replace
MyMessage.createRepeated()with<MyMessage>[].