Releases: zeromicro/goctl-intellij
Releases · zeromicro/goctl-intellij
v1.2.0
- Upgrade plugin version to 2.x
- Fix bug:
java.lang.Throwable: 'virtualFile' is requested on EDT...
- Add
Group
and Client
check box for grpc generation.
v1.1.9
- fix nul pointers exception
v1.1.7
- fix null pointer exception
- remember api style config in memory
v1.1.6
- Fix the problem that the import path cannot be highlighted and jumps when it is a relative path
- Fix the problem that cannot be parsed when the response body is an array
- Fix the problem that cannot be parsed when the type structure is an array
- Fix the problem that the maxBytes key-value pair in atserver cannot be parsed
v1.1.4
- re-sort the order of api creation menu
- add folder icon for
Go Zero
and Proto
creation menu
- add
maxBytes
completion keyword
v1.1.3
Fix syntax error for service name
v1.1.2
Fix syntax error for prefix
v1.1.1
Fix bug:
- Fix zRPC code generation error on Windows