Skip to content

Releases: protocolbuffers/protobuf-javascript

v3.21.2

10 Oct 20:09
e34549d
Compare
Choose a tag to compare

This is a hotfix release for #141

v3.21.1

07 Oct 21:16
3b3a8ab
Compare
Choose a tag to compare
  • Enable Closure's advanced optimization mode by default. This should reduce code size (#124).
  • Replace goog.testing.asserts in tests with Jasmine expectations (#136).
  • Bring in the subset of the goog.asserts we use as jspb.asserts. This code retains an Apache 2.0 license.
  • Fix decoding of signed varint32s (#31).
  • Add license files to NPM package.

This will also be our first release to have cross-compiled protoc-gen-js binaries. Please note that they use dynamic linking (similar to the protobuf protoc releases).

v3.21.0

27 Jul 23:48
88f356e
Compare
Choose a tag to compare

First release of protobuf-javascript as a standalone project.

This release mostly consists of BUILD and documentation fixes to account for new repository.
Various bug fixes.