Releases: protocolbuffers/protobuf-javascript
Releases · protocolbuffers/protobuf-javascript
v4.0.1
19 Nov 09:39
Compare
Sorry, something went wrong.
No results found
Add support for protobuf edition 2024
Add --version argument to protoc-gen-js binary for easier version checking. E.g. running ./protoc-gen-js will yield 4.0.1.
v4.0.0
18 Aug 16:58
Compare
Sorry, something went wrong.
No results found
What's Changed
Backport: binary proto serialization/deserialization changes and enable protobuf Editions 2023 (breaking change)
Backport: Fix JSPB binary utf8 decoding and validate by default (breaking change)
Do not ignore descriptor extensions
Limit global resolution to globalThis by (breaking change)
v3.21.4
15 Jul 18:37
Compare
Sorry, something went wrong.
No results found
Release to fix bazel build layering issue in 3.21.3.
v3.21.3
12 Jul 22:52
Compare
Sorry, something went wrong.
No results found
This release consists of mostly minor changes:
Documentation link fixes
Updated code generator to work with upstream API changes
Groundwork for moving to Bazel modules
v3.21.2
10 Oct 20:09
Compare
Sorry, something went wrong.
No results found
This is a hotfix release for #141
v3.21.1
07 Oct 21:16
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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.