Skip to content

Releases: johanbrandhorst/protobuf

Release of version v0.4.2 of the GopherJS Protobuf bindings

16 Oct 20:15
Compare
Choose a tag to compare

Changes in this release:

  • Update Go gRPC dependency to 1.7

Release of version v0.4.1 of the GopherJS Protobuf bindings

24 Aug 21:28
Compare
Choose a tag to compare

Changes in this release:

  • Changed field number in gopherjs_package option to officially designated number.

Release of version v0.4 of the GopherJS Protobuf bindings

20 Aug 15:20
Compare
Choose a tag to compare

This release adds the gopherjs_package option which allows a user to specify the path to the generated package. The behaviour is identical to the protoc-gen-go go_package option.

Release of version v0.3.1 of the GopherJS Protobuf bindings

14 Aug 20:46
Compare
Choose a tag to compare

Changes since v0.3:

  • Fix incorrect comments generated for oneof fields.

Release of version v0.3 of the GopherJS Protobuf Bindings

13 Aug 20:48
Compare
Choose a tag to compare

Big changes in this release - the library no longer depends on externally generated javascript files and is now entirely standalone.

Version v.0.2.1-alpha

09 Aug 22:12
Compare
Choose a tag to compare
Version v.0.2.1-alpha Pre-release
Pre-release
  • Getters now return zero values when their receivers are nil.
  • Adders now allow specification of an index for insertion.
  • Passing nil to a message setter now clears the message.
  • Constructor message parameters can now be nil to allow them to be marked as unset.

Release of version v0.2 of the GopherJS Protobuf bindings

05 Aug 12:39
Compare
Choose a tag to compare
  1. Fixed a bug wherevy byte slices were not properly read from the JS.
  2. Introduced extensive testing throughout library.

GopherJS Protobuf bindings v0.1.3-alpha

09 Jul 22:52
Compare
Choose a tag to compare
Pre-release

Add HasX and ClearX methods to relevant field types.

GopherJS Protobuf bindings v0.1.2-alpha

09 Jul 19:42
Compare
Choose a tag to compare
Pre-release

Remove panic in Oneof setters

GopherJS Protobuf bindings v0.1.1-alpha

09 Jul 17:42
Compare
Choose a tag to compare
Pre-release

Regenerated ptypes packages.