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