Skip to content

Releases: fredrikaverpil/neotest-golang

v1.5.0

03 Nov 11:13
df6e3f3
Compare
Choose a tag to compare

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

28 Oct 18:14
c3f8b23
Compare
Choose a tag to compare

1.4.0 (2024-10-28)

Features

v1.3.0

14 Oct 19:15
ea1c3a7
Compare
Choose a tag to compare

1.3.0 (2024-10-14)

Features

Bug Fixes

v1.2.0

18 Sep 19:36
365af9a
Compare
Choose a tag to compare

1.2.0 (2024-09-18)

Features

  • add ability to pass args as function instead of table (#188) (c5df84c)

v1.1.1

09 Sep 19:29
3a258b6
Compare
Choose a tag to compare

1.1.1 (2024-09-09)

Bug Fixes

  • do not detect TestMain as test function (#183) (b96b1cb)

v1.1.0

09 Sep 15:24
f187434
Compare
Choose a tag to compare

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

17 Aug 09:50
baa2cf4
Compare
Choose a tag to compare

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.11.0

06 Aug 14:48
dddd1c1
Compare
Choose a tag to compare

0.11.0 (2024-08-01)

Features

v0.10.0

23 Jul 08:15
4e85955
Compare
Choose a tag to compare

0.10.0 (2024-07-23)

Features

v0.9.1

15 Jul 20:18
5277f13
Compare
Choose a tag to compare

0.9.1 (2024-07-15)

Bug Fixes

  • dap: show config error, remove excessive regex characters from test name (#141) (91dabb0)