Skip to content

v1.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 13 Apr 04:28
· 22 commits to master since this release
5e89fe1

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