Skip to content

Releases: improbable-eng/ts-protoc-gen

0.5.2

27 Mar 10:34
Compare
Choose a tag to compare

Changes

  • Fixes invalid 0.5.0 publish (added prepublishOnly script)

0.5.0

26 Mar 20:55
Compare
Choose a tag to compare

Migration Guide

The protoc-gen-js_service command has been removed as the protoc-gen-ts command now generates both JavaScript and TypeScript. Consumers of protoc-gen-js_service should instead use protoc-gen-ts and substitute the --js_service_out=generated protoc flag with --ts_out=service=true:generated.

Changes