Skip to content

Latest commit

 

History

History
224 lines (103 loc) · 12.1 KB

CHANGELOG.md

File metadata and controls

224 lines (103 loc) · 12.1 KB

Changelog

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)

1.4.0 (2024-10-28)

Features

1.3.0 (2024-10-14)

Features

Bug Fixes

  • dap: use test filepath from neotest positions (#202) (8779ea0)

1.2.0 (2024-09-18)

Features

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

1.1.1 (2024-09-09)

Bug Fixes

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

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)

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 (#167) (26d937f)

0.11.0 (2024-08-01)

Features

0.10.0 (2024-07-23)

Features

0.9.1 (2024-07-15)

Bug Fixes

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

0.9.0 (2024-07-15)

Features

0.8.1 (2024-07-14)

Bug Fixes

0.8.0 (2024-07-13)

Features

Bug Fixes

0.7.0 (2024-07-13)

Features

Bug Fixes

0.6.1 (2024-07-11)

Bug Fixes

  • remove dependency on 'find' executable (#112) (885baab)
  • runspec for dir/file did not properly detect go package (#110) (c9c5e33)

0.6.0 (2024-07-11)

Features

0.5.2 (2024-07-08)

Bug Fixes

  • search for go.mod up until home folder (#104) (7ec910c)

0.5.1 (2024-07-05)

Bug Fixes

  • escape regex characters in test name (#96) (a9042b6)

0.5.0 (2024-07-05)

Features

  • run all tests in file with one 'go test' command (#92) (535d695)

0.4.0 (2024-07-03)

Features

  • experimental gotestsum support and larger refactoring (#81) (8672472)

Bug Fixes

0.3.1 (2024-07-03)

Bug Fixes

  • remove test suite AST-detection (still in POC) (#85) (3766f89)

0.3.0 (2024-07-03)

Features

0.2.0 (2024-06-29)

Features

  • support table tests defined in for loop (#71) (5d13357)

Bug Fixes

0.1.2 (2024-06-28)

Bug Fixes

0.1.1 (2024-06-25)

Bug Fixes

  • remove timeout from default args (#56) (b3821da)

0.1.0 (2024-06-24)

Initial release.