Releases: improbable-eng/ts-protoc-gen
Releases · improbable-eng/ts-protoc-gen
v0.15.0
Changes
- #272 Fix get/set conflicting method names. (@pkwarren).
- #275 Add support for proto3 optional presence. (@awbraunstein).
- #276 Fixed primitive extension handling. (@marcuslongmuir).
v0.14.0
Changes
- #247 Added support for grpc and @grpc/grpc-js server interfaces. (@badsyntax).
v0.13.0
Changes
- #236 Added support for @grpc/grpc-js. (@badsyntax).
v0.12.0
v0.11.0
Changes
- #185 Bazel rules add ES6 output (@Dig-Doug)
- #193 Add support for generating grpc-node service types (@esilkensen)
- #194 Bazel rules output UMD modules (@Dig-Doug)
Fixes
- #183 Bugfix for field names with leading underscores (@jonny-improbable)
- #191 Bugfix for bazel rules where names with numbers were not being exported (@Dig-Doug)
v0.10.0
Changes
- #157 Generate more accurate types for Proto Enum values. (@mattvagni)
- #159 Swap ordering of
onStatus
andonEnd
callbacks. (@hectim) - #160 Update bazel-related library versions. (@Dig-Doug)
Fixes
- #165 Replace uses of the deprecated
new Buffer()
withBuffer.from()
. (@ashi009) - #161 Mark
google-protobuf
as a runtime dependency. (@jonny-improbable)
v0.9.0
Changes
- #147 Use
@improbable-eng/grpc-web
package instead of the soon to be deprecatedgrpc-web-client
package. (@johanbrandhorst)
v0.7.6
Release 0.7.6
0.7.3
Changes
- Don't use reserved keywords as function names in grpc service stubs @jonahbron and @jonny-improbable in #61
Fixes
- Fix casing mismatch for oneOf declarations. @jonnyreeves in #67
- Fix Bazel build @coltonmorris in #71
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