github bufbuild/protobuf-es v0.5.0

latest releases: v2.10.2, v2.10.1, v2.10.0...
pre-release3 years ago

This release includes the following:

🚨 Breaking Changes 🚨

  • #335 - The toJSON method on messages has been set to protected. Users should use JSON.stringify(msg) or msg.toJsonString (which allows for passing options) for stringified JSON. Alternatively, if actual JSON is desired, users should call toJson.

Enhancements

Don't miss a new protobuf-es release

NewReleases is sending notifications on new releases.