Skip to content

Releases: fredrikaverpil/neotest-golang

v1.11.0

01 May 20:05
5d1fdb0
Compare
Choose a tag to compare

1.11.0 (2025-05-01)

Features

  • better build error detection (go 1.24) (#298) (2804d04)

v1.10.3

21 Apr 18:34
75d471f
Compare
Choose a tag to compare

1.10.3 (2025-04-21)

Bug Fixes

  • convert: correct regex passed to go test -run for single test execution (#340) (0bfda76)

v1.10.2

18 Feb 19:39
131e040
Compare
Choose a tag to compare

1.10.2 (2025-02-18)

Bug Fixes

v1.10.1

12 Feb 18:01
44863be
Compare
Choose a tag to compare

1.10.1 (2025-02-12)

Bug Fixes

v1.10.0

11 Feb 00:15
501ce2b
Compare
Choose a tag to compare

1.10.0 (2025-02-10)

Features

  • optional regex for testify operand and import identifier (#291) (8f0c4fd)

v1.9.2

07 Feb 16:02
1b76931
Compare
Choose a tag to compare

1.9.2 (2025-02-07)

Bug Fixes

v1.9.1

24 Jan 10:50
059c575
Compare
Choose a tag to compare

1.9.1 (2025-01-24)

Bug Fixes

  • go test -f needs backslash escaping on Windows (#277) (3d259fd)

v1.9.0

21 Jan 22:06
797b9a2
Compare
Choose a tag to compare

1.9.0 (2025-01-21)

Features

Bug Fixes

  • temporary fix for 'go list -json -f ...' on windows (#278) (473f54b)

v1.8.0

10 Jan 09:18
b4dfab8
Compare
Choose a tag to compare

1.8.0 (2025-01-10)

Features

  • add option to sanitize test execution output (#250) (dd9e5e1)

v1.7.3

04 Jan 12:32
74be9b4
Compare
Choose a tag to compare

1.7.3 (2025-01-04)

Performance Improvements

  • run 'go test' from cwd closer to tests (#252) (f88f514)