Skip to content

Releases: improbable-eng/ts-protoc-gen

v0.15.0

27 Apr 14:35
bf47e95

Choose a tag to compare

Changes

v0.14.0

15 Dec 14:21
2a80c6f

Choose a tag to compare

Changes

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

v0.13.0

15 Dec 14:23
d58dfe2

Choose a tag to compare

Changes

v0.12.0

22 Oct 09:10

Choose a tag to compare

Changes

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

v0.11.0

30 Aug 09:49

Choose a tag to compare

Changes

Fixes

v0.10.0

15 May 08:01

Choose a tag to compare

Changes

Fixes

v0.9.0

15 May 07:37

Choose a tag to compare

Changes

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

v0.7.6

24 Sep 08:21

Choose a tag to compare

Release 0.7.6

0.7.3

26 May 14:37

Choose a tag to compare

Changes

Fixes

0.6.0

19 Apr 06:23

Choose a tag to compare

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