tenebrous-dicebot/api/node_modules/ts-protoc-gen/CHANGELOG.md

7.7 KiB

0.14.0

Changes

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

0.13.0

Changes

0.12.0

Changes

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

0.11.0

Changes

Fixes

0.10.0

Changes

Fixes

0.9.0

Changes

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

0.8.0

Fixes

Changes

0.7.7

Fixes

Changes

0.7.6

Fixes

  • Broken integration tests on master

0.7.5

Fixes

  • Fixed NPM publish.

0.7.4

Changes

  • Download protoc when generating protos to ensure a consistent version is being used. @easyCZ in #80
  • Always generate Service Definitions (pb_service.d.js and pb_service.d.ts) even if the proto does not define any services. @lx223 in #83
  • Add custom Bazel rule which uses ts-protoc-gen for generation. @coltonmorris in #84
  • Add debug to ServiceClientOptions. @bianbian-org in #90

0.7.3

Changes

  • None (testing release script...)

0.7.1

Changes

  • Fixing bad npm publish

0.7.0

Changes

  • Don't use reserved keywords as function names in grpc service stubs @jonahbron and @jonny-improbable in #61

Fixes

0.6.0

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

0.5.2

Changes

  • Fixes invalid 0.5.1 publish (fixed prepublishOnly script)

0.5.1

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

0.4.0

Changes

0.3.3

Changes