Releases: fredrikaverpil/neotest-golang
Releases · fredrikaverpil/neotest-golang
v1.5.0
1.5.0 (2024-11-03)
Features
- checkhealth: add check for CGO_ENABLED and -race arg (#212) (654d8c4)
- checkhealth: windows warnings to minimize troubleshooting (#213) (bba9bc1)
v1.4.0
1.4.0 (2024-10-28)
Features
v1.3.0
1.3.0 (2024-10-14)
Features
Bug Fixes
v1.2.0
1.2.0 (2024-09-18)
Features
- add ability to pass args as function instead of table (#188) (c5df84c)
v1.1.1
1.1.1 (2024-09-09)
Bug Fixes
- do not detect TestMain as test function (#183) (b96b1cb)
v1.1.0
1.1.0 (2024-09-09)
Features
- show compilation failure as test output (#176) (4c95fac)
- added go_list_args option to configuration (#172) (a4d9968)
Bug Fixes
- keep all lines until next log entry (#179) (8e3698a)
- use build flags for delve in dap-go config (#178) (71f7151)
v1.0.0
1.0.0 (2024-08-17)
⚠ BREAKING CHANGES
- broken 'go list' report on some systems (requires nvim 0.10.0) (#167)
Bug Fixes
- broken 'go list' report on some systems (requires nvim 0.10.0) (#167) (26d937f)
v0.9.1
0.9.1 (2024-07-15)
Bug Fixes
- dap: show config error, remove excessive regex characters from test name (#141) (91dabb0)