Releases: smartystreets/goconvey
Releases · smartystreets/goconvey
v1.8.0 - Updating to Go 1.18
What's Changed
- Automatically generate assertions.go by @riannucci in #650
- Remove references to http://goconvey.co as malware squatters appear to have taken it by @mbsulliv in #673
- upgrade deps, update to go 1.18 by @srabraham in #674
- fix document about "go get" by @weishaopeng in #671
- added main.goconvey by @xylophone21 in #663
New Contributors
- @mbsulliv made their first contribution in #673
- @srabraham made their first contribution in #674
- @weishaopeng made their first contribution in #671
- @xylophone21 made their first contribution in #663
Full Changelog: v1.7.2...v1.8.0
v1.7.2
What's Changed
- Report server version on startup. by @riannucci in #649
Full Changelog: v1.7.1...v1.7.2
v1.7.1
What's Changed
- Fix reports routing and http.Server usage. by @riannucci in #648
Full Changelog: v1.7.0...v1.7.1
v1.7.0
NOTE: This release drops support for Go 1.15 and earlier, since I only have a limited amount of time to maintain
this project, and convey previously included workarounds and hacks for some VERY old versions of Go (at least down to Go 1.2!!). If you want to become an active maintainer to preserve support for older Go releases, let's please discuss in #643.
What's Changed
- Updated assertions.go to include
ShouldWrap
by @jufemaiz in #636 - Update parser tests. by @riannucci in #641
- Refine third-party lib checking scripts. by @riannucci in #642
- Set minimum Go version to 1.16 by @riannucci in #643
- Use go:embed to serve static resources. by @riannucci in #644
- Remove >go1.2 detection logic. by @riannucci in #646
- Use temporary directory for coverage reports. by @riannucci in #647
New Contributors
Full Changelog: v1.6.7...v1.7.0
v1.6.7
What's Changed
- Add ShouldEqualJSON to the assertion export list. by @paudley in #628
- Add simple update script and CI check for 3rd party libs. by @riannucci in #634
- Update Travis CI badge by @riannucci in #635
- Fix #639: Disable pre-compilation for Go 1.16+ by @riannucci in #640
New Contributors
Full Changelog: v1.6.6...v1.6.7
v1.6.6
v1.6.5
What's Changed
- Add code for parsing format that ginkgo tests emit by @msabramo in #528
- Define a new compile func for go 1.16 by @gravis in #614
- AddingPowerSupport_&_CI/Testing by @santosh653 in #611
- change assertion to Assertion by @mantyr in #586
- SoMsg by @kormat in #451
- Stop compiling and testing packages in testdata by @CtrlZvi in #488
- Add StackMode to make stack traces configurable by @miketonks in #588
New Contributors
- @msabramo made their first contribution in #528
- @gravis made their first contribution in #614
- @santosh653 made their first contribution in #611
- @mantyr made their first contribution in #586
- @kormat made their first contribution in #451
- @miketonks made their first contribution in #588
Full Changelog: v1.6.4...v1.6.5
2 years of bugfixes and PRs
Most notably, this includes go 1.11 compatibility fixes on master.
1.6.3
PRs and fixes.
1.6.2
Bug fixes and improvements