Skip to content

Latest commit

 

History

History
168 lines (76 loc) · 8.57 KB

CHANGELOG.md

File metadata and controls

168 lines (76 loc) · 8.57 KB

Changelog

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.