Releases: nlamirault/gotest.el
Releases · nlamirault/gotest.el
v0.16.0
Changes
- Removed go-mode dependency @nanjj (#97)
- Add go-test-go-command and go-run-go-command buffer-local variables @knu (#96)
- Update actions/setup-python action to v3 @renovate (#91)
- Update actions/checkout action to v3 @renovate (#92)
- Used ff-get-other-file to find the test buffer @nanjj (#90)
- Update actions/checkout action to v2 @renovate (#88)
- Configure Renovate @renovate (#85)
v0.15.0
Changes
- Configure WhiteSource Bolt for GitHub @whitesource-bolt-for-github (#78)
- resolves #67 -- use namespaced testify flag @kjgorman (#70)
- fix go-test--get-current-data when subword is on @vconcat (#79)
- Put any extra arguments from go-test-args before the test name @CyborgMaster (#80)
- Fix order of commandline arguments concatenation @mikolajb (#74)
- Rerun current test with go-test-current-test-cache() @iDanko (#73)
- Update README.md @kb (#69)
- Handle non-existing test buffers gracefully @juergenhoetzel (#68)
- Resolves #63 - interpret C-u number as count parameter @kjgorman (#64)
- Resolves #62 - ensure compilation-sentinel is invoked @kjgorman (#65)
- add vendoring support to go-test-current-project @s-kostyaev (#56)
- add vendoring support to go-test-current-project @s-kostyaev (#57)
- Make column in compiler message regex optional @antifuchs (#55)
- No longer provide a feature in test-helper.el @tarsius (#54)
- Fixed test profile multiple packages issue @nanjj (#52)
🚀 Features
- Github Actions for Emacs Lisp @nlamirault (#82)
- Add Github Actions @nlamirault (#81)
0.13.0
- #48 : Re-use the test output buffer if it is shown (Thanks Andreas Fuchs)
- #47 : Anchor font-lock-keywords at BoL & add subtest support (Thanks Andreas Fuchs)
- #46 : Pass . as the package name in current-{test,file} (Thanks Andreas Fuchs)
- #43 : Add support for compilation with comint-mode enabled (Thanks Novak Boškov)
- #41 : Fix running ExampleFoo that follows TestFoo (Thanks Konstantin Shaposhnikov)
- #39 : add-custom-arguments-function (Thanks IvanMalison)