Skip to content

Releases: zeromicro/goctl-intellij

v1.2.2

22 May 14:30
Compare
Choose a tag to compare

What's Changed

  • fix Unable to find template resource: /liveTemplates/info by @kesonan in #38

Full Changelog: v1.2.1...v1.2.2

v1.2.1

11 May 03:46
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.2.0...v1.2.1

v1.2.0

24 Mar 02:53
Compare
Choose a tag to compare
  • 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

31 Oct 07:47
Compare
Choose a tag to compare
  1. fix nul pointers exception

v1.1.7

30 Oct 06:48
Compare
Choose a tag to compare
  1. fix null pointer exception
  2. remember api style config in memory

v1.1.6

26 Oct 06:36
Compare
Choose a tag to compare
  • 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

10 Mar 10:19
Compare
Choose a tag to compare
  • 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

17 May 07:57
Compare
Choose a tag to compare

Fix syntax error for service name

v1.1.2

16 May 15:35
Compare
Choose a tag to compare

Fix syntax error for prefix

v1.1.1

04 May 05:12
Compare
Choose a tag to compare

Fix bug:

  • Fix zRPC code generation error on Windows