- #56: add vendoring support to go-test-current-project (Thanks Sergey Kostyaev)
- #55: Make column in compiler message regex optional (Thanks Andreas Fuchs)
- #54: No longer provide a feature in test-helper.el (Thanks Jonas Bernoulli)
- #52: Fixed test profile multiple packages issue (Thanks Junjie Nan)
- #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)
- #37: for fish shell compatibility, strictly escape $ (thanks Eric Drechsel)
- #34: Fix gb project detection (thanks dougm)
FIX
CircleCI build (Emacs24 as default version)
- #32: Can't install package in melpa stable
- Refactoring testing current file
- #30: Tests with only tests or examples
- #30: Remove extra when no examples in file
- Cleanup removing unused hook
- #25: use -m flag for suite tests (only use -m when length > 0) (thanks IvanMalison)
- #24: Load cl-lib.el instead of cl.el (thanks syohex)
- #23: Add support for github.com/stretchr/testify/suite (thanks IvanMalison)
- Add some color output using compilation mode for unit tests
- Init support for gb
- #20: Add support for running benchmark
FIX
#19: Regex for single unit test- Update documentation
- #PR15: Specify minimum Emacs version
- Migrate to CircleCI for continuous integration
- #14: escape file path in go command (thanks ntcong)
- Support test coverage ([P11][])
- Refactoring unit tests (use ert-runner and overseer)
- Code coverage in unit tests
- Update compilation buffer
- Add TravisCI setup
- Launch all tests from current file
- Launch unit test for a file