Skip to content

0.5.0

Choose a tag to compare

@jonny-improbable jonny-improbable released this 26 Mar 20:55
· 151 commits to master since this release

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