We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aaf9ffd commit 53d2f39Copy full SHA for 53d2f39
README.md
@@ -11,7 +11,6 @@
11
2. Supports both one way and server side streaming gRPC calls.
12
3. POJO request construction guarded by message type definitions, which is way easier compare to `grpc-web`.
13
4. No need to use swagger/open api to generate client code for the web.
14
-5. Fixes inconsistent field naming when fields contain numbers, e.g. `k8s_field` --> `k8sField`.
15
16
### Changes made since the fork
17
@@ -20,6 +19,8 @@
20
19
3. Support for proto3 optional fields
21
4. Updated to satisfy strict TS and eslint checks
22
5. Generator options managed through standard flags
+6. Fixes inconsistent field naming when fields contain numbers, e.g. `k8s_field` --> `k8sField`
23
+7. Fixes module names when they contain dots or dashes
24
25
## Getting Started:
26
0 commit comments