cmd/hz/v0.4.0
Feat
[#311] feat(hz): generate handler file by method and support the "api.handler_path" annotation to aggregate handlers
[#371] feat(hz): add 'pb_camel_json_tag' to generate json tag with camel naming style
[#315] feat(hz): add plugin flag for 'protoc' and 'thriftgo'
[#312] feat(hz): add model command to generate model only
[#308] feat(hz): modify the go_package generation rules to align 'protoc-gen-go'
Fix
[#353] fix(hz): use defer in the 'for' loop
[#327] fix(hz): fix the error of inserting to import for different os
[#341] fix(hz): fix the problem that no import in handler for protobuf idl
Refactor
[#383] refactor(hz): open hz code for being called
Chore
[#388] chore(hz): release hz v0.4.0
Thanks a lot to those community contributors who submit some pull requests for this version:
@Hanson @SeigeC