Skip to content

Commit 53d2f39

Browse files
committed
update readme
1 parent aaf9ffd commit 53d2f39

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
2. Supports both one way and server side streaming gRPC calls.
1212
3. POJO request construction guarded by message type definitions, which is way easier compare to `grpc-web`.
1313
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`.
1514

1615
### Changes made since the fork
1716

@@ -20,6 +19,8 @@
2019
3. Support for proto3 optional fields
2120
4. Updated to satisfy strict TS and eslint checks
2221
5. Generator options managed through standard flags
22+
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
2324

2425
## Getting Started:
2526

0 commit comments

Comments
 (0)