Skip to content

Releases: x-motemen/gore

Release v0.6.0

27 Feb 07:29
Compare
Choose a tag to compare

Support completion using gopls!

We're happy to announce that gore finally supports code completion based on gopls!
Note that the gopls command should be available in $PATH so that gore can invoke the command.
This deprecates the completion based on gocode.

Release v0.5.8

24 Feb 12:49
Compare
Choose a tag to compare
  • Release Docker image to ghcr.io
  • Dependency updates (require Go 1.22+)

Release v0.5.7

26 Sep 10:39
Compare
Choose a tag to compare
  • Dependency updates
  • Release built artifacts

Release v0.5.6

31 Dec 06:20
Compare
Choose a tag to compare
  • Dependency updates and other miscellaneous linter fixes

Release v0.5.5

06 May 09:14
Compare
Choose a tag to compare
  • Support struct method declaration

Release v0.5.4

21 Mar 04:17
Compare
Choose a tag to compare
  • Support Go 1.18

Release v0.5.3

29 Jul 08:42
Compare
Choose a tag to compare
  • Migrate repository to x-motemen organization
  • Bump up minimum required version of Go to 1.16

Release v0.5.2

09 Jan 14:44
975d0cc
Compare
Choose a tag to compare
  • Miscellaneous fixes
  • Library updates

Release v0.5.1

09 Jan 14:36
5a55ea1
Compare
Choose a tag to compare
  • Migrate CI to GitHub Actions.
  • Fix :type and :doc for -context (#149)
  • Add Dockerfile
  • Fix -autoimport flag by go get -d modules for Go 1.16

Release v0.5.0

11 Jan 14:47
62c49ad
Compare
Choose a tag to compare
  • Go modules support
    • Import candidates are completed based on the current working directory.
    • Source code are downloaded automatically and you don't need to go get anymore.