Releases: improbable-eng/ts-protoc-gen
Releases · improbable-eng/ts-protoc-gen
0.5.2
Changes
- Fixes invalid 0.5.0 publish (added prepublishOnly script)
0.5.0
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
- Export Enum Definitions as ALL_CAPS @jonnyreeves in #22
- Don't output variables that are not used in typescript service definition @jonbretman in #38
- Support Bazel build @adamyi in #34
- Create JavaScript sources and TypeScript definitions for grpc-web services @jonny-improbable in #44
- Stop using TypeScript Modules in generated grpc-web Service Definitions @jonny-improbable in #45