Skip to content

package:protoc_plugin v24.0.0

Choose a tag to compare

@osa1 osa1 released this 04 Nov 08:49
· 13 commits to master since this release
4dfedaf
  • Breaking: Don't generate createRepeated methods.

    These methods are not too useful as there isn't much you can do with a PbList that you can't do with a List.

    To migrate, replace MyMessage.createRepeated() with <MyMessage>[].