Ts Protoc Gen Versions Save

Protocol Buffers Compiler (protoc) plugin for TypeScript and gRPC-Web.

v0.15.0

3 years ago

Changes

0.13.0

3 years ago

Changes

0.14.0

3 years ago

Changes

  • #247 Added support for grpc and @grpc/grpc-js server interfaces. (@badsyntax).

0.12.0

4 years ago

Changes

  • #207 Bazel rules moved to a new repo, see README for migration guide. (@Dig-Doug).

0.11.0

4 years ago

Changes

Fixes

0.10.0

5 years ago

Changes

Fixes

0.9.0

5 years ago

Changes

  • #147 Use @improbable-eng/grpc-web package instead of the soon to be deprecated grpc-web-client package. (@johanbrandhorst)

0.7.6

5 years ago

0.7.3

6 years ago

Changes

Fixes

0.6.0

6 years ago

Changes

  • Generate gRPC Service Stubs for use with grpc-web @jonahbron and @jonny-improbable in #40
  • Fix filename manipulation bug which would cause problems for users who store generated files with .proto in the path. @easyCZ in #56