ScalaPB v0.8.4 Release Notes

  • Full Changelog

    • ➕ Add scalaName to FieldDescriptor to make the name of the Scala field accessible from the descriptor. This is done by updating scalapb.FieldOptions in the descriptor we serialize in the proto file companion object.
    • ➕ Add of method to companion object to enable construction of case classes without having default values.