Skip to content

Releases: grpc-ecosystem/protoc-gen-grpc-gateway-ts

v1.1.2

21 Jun 22:08
36143bb
Compare
Choose a tag to compare

Changelog

  • e7a968c > try to fix github action problem
  • 6f23107 Fix go 1.18 compatibility issue
  • ec447c3 Fix go 1.18 compatibility issue
  • b0bae50 Merge branch 'master' of github.com:wilsonwu/protoc-gen-grpc-gateway-ts
  • f3ef8ab Merge pull request #23 from Unix4ever/properly-encode-uint8array
  • 36143bb Merge pull request #37 from wilsonwu/master
  • f6cb5af Properly encode Uint8Array fields
  • bde343b Update the go version to 1.18
  • ea0f2d6 Upgrade lint version to 1.46.x
  • d3a3bf2 Upgrade some action uses to v3

v1.1.1

25 May 00:31
4a93113
Compare
Choose a tag to compare

Changelog

e791584 Add option enable_styling_check to toggle styling check, the option is false by default.
4a93113 Merge pull request #17 from remko/master
69c2d74 Merge pull request #18 from grpc-ecosystem/ylai/remove-optional-field-in-ts-packages
bd4c72b Merge pull request #19 from grpc-ecosystem/ylai/optional-styling-check
4010144 Throw error object on HTTP error
26b74ce remove optional field for ts_package to avoid protoc error

v1.1.0

29 Apr 00:44
Compare
Choose a tag to compare

Changelog

885a25e Add ts_package extension
142798a Merge pull request #11 from atreya2011/support-url-query-params
4dae0ad Merge pull request #12 from higebu/ts-package-option
e2b40a5 Merge pull request #14 from abatilo/master
f75d8da Use === in generated code
2c992f8 add support for rendering url search params in path for GET requests

v1.0.0

13 Apr 04:28
5e89fe1
Compare
Choose a tag to compare

Changelog

fdc3168 Add intergration tests for HTTP Patch
fc0e67a Add support for HTTP PATCH method
08c6dff Added common_import_root & common_import_root_alias options to handle proto imports
9286141 Added go-releaser into the repository
c767c51 Added independent communication module (#1)
d518e0f Added type safe oneof field for the protoc generator and have some basic test for it
bbc170d Ensure the order of import to stablize the output
22a4304 Fix module name and imports
9635d7e Fixed file path bug and import problems
1de35eb Fixed styles for output typescript files
a6608df Generate server code for service.proto & msg.proto
05972e3 Make fetch module into a separate file which can be shared between other files (#2)
38863c1 Merge pull request #1 from grpc-ecosystem/ylai/go-releaser
5e89fe1 Merge pull request #10 from grpc-ecosystem/ylai/no-rename-for-amd64-arch
aa6ef91 Merge pull request #2 from atreya2011/fix-module-name
0fab17c Merge pull request #3 from grpc-ecosystem/ylai/github-action-on-pull-request
fba19df Merge pull request #7 from atreya2011/add-http-patch
98e2b8e Merge pull request #8 from grpc-ecosystem/ylai/fix-request-proto-name
a096039 Move GAP to github.com import path.
b1199a9 Update README with installation & sample usage, also move license out to LICENSE (#9)
d18f632 Update readme to include parameters and a simple example (#7)
f309a46 add the ability to do server side streaming and added examples
bcfa2aa allow proto file without package defined. (#8)
9046ef5 check existance on protos file rather than the to be generated typescript file on import (#3)
312da67 empty typescript file renders only empty export (#10)
163ea10 first cut of protoc-gen-grpc-gateway-ts:
9bdd148 github action on pull request and code owner
a18c814 make individual module, sovled go imports and able to build the binary
dc2dc7b make protoc-gen-grpc-gateway-ts take multiple ts_import_roots & ts_import_root_aliases to avoid needed to walk the whole gap directory
cca0b90 make renderURL function use fieldName function to cope with UseProtoNames params
835e4bd no more rename from amd64 to x86_64
d668aa2 option for using lower camelcase in message field name (#6)
440e2c4 rename field in get request test to catch USE_PROTO_NAMES field error
bba3a22 rename generated protobuf ts file to have suffix .pb.ts
6014620 support google http option definitions inside service method (#4)
cd96c9a use descriptorpb from github.com/golang/protobuf/protoc-gen-go
d919c79 use filepath.Walk instead of filepath.Glob when collecting dependencies