Releases: olexsmir/gopher.nvim
Releases · olexsmir/gopher.nvim
v0.1.5
What's Changed
- Remove deprecation wanings, refactor healthchecker by @olexsmir in #35
- Add editorconfig by @olexsmir in #36
- Refactor plugin's api by @olexsmir in #37
- Update tooling by @olexsmir in #38
- Change test runner by @olexsmir in #39
- Add ability for setting custom options for tools by @olexsmir in #44
- Update README.md: typo by @gearcog in #47
- Fix goiferr config by @arnevm123 in #56
- Add support for named tests by @ysomad in #50
- Add vim help and update docs by @olexsmir in #59
- feat: add logger by @olexsmir in #64
- Deprecate dap, will be removed in 0.1.6 by @olexsmir in #67
New Contributors
Full Changelog: v0.1.4...v0.1.5
v0.1.4
What's Changed
- Refactoring #20
- Add type annotation for completion for config #21
- Fix
not an editor command
in:GoImpl
. Thanks to @BrotifyPacha #25 - Resolve Neovim Deprecations for version 0.10. Thanks to @elliottminns #26
New Contributors
- @BrotifyPacha made their first contribution #25
- @elliottminns made their first contribution #26
Full Changelog: v0.1.3...v0.1.4
v0.1.3
v0.1.2
What's Changed
- Added base config #5
- Added config generator #10
- Fixed typos in README.md #11. Thanks to @1stvaliduser
- Fixed health checker for nvim 0.7 #13
- Finally migrate to
vim.notify
Full Changelog: v0.1.1...v0.1.2
v0.1.1
v0.1.0
- Checking plugin health.
- Installing required dependencies for the plugin works.
:GoGet
for getting go dependencies.:GoMod
for work with the go modules.- Struct tags modify.
- Interface implementation.
Full Changelog: https://github.com/olexsmir/gopher.nvim/commits/v0.1.0