Releases: matm/gocov-html
Releases · matm/gocov-html
1.4.0
21 May 12:42
Compare
Sorry, something went wrong.
No results found
Features
Add CLI support for coverage thresholds with -cmin and -cmax. #43
Various
refac: remove pkg/types package. #51
refac: faster and cleaner code generator. #52
1.3.1
09 Mar 21:17
Compare
Sorry, something went wrong.
No results found
Please forget the breaking change introduced in 1.3.0. This version falls back to building using
$ go install github.com/matm/gocov-html/cmd/gocov-html@latest
Features
Add reverse order CLI flag. #41
Bug Fixes
Version the generated files and restore the go install command. #47
Fix clean target in Makefile. #49
Various
Add a tiny Dockerfile showing the build instructions. #44
1.3.0
08 Mar 19:23
Compare
Sorry, something went wrong.
No results found
Features
BREAKING CHANGE
Various
refac: generate Go code to render themes. #38
doc: fix semver in README. #36
1.2.0
08 Nov 12:20
Compare
Sorry, something went wrong.
No results found
Features
Add support for themes. #24
New -d flag to output CSS content used in default theme. #22
Embbed custom stylesheet into final HTML document. #22
Bug Fixes
Re-enable support for older Go compilers (1.11+). #29
Various
Provide binaries for a variety of os/arch. #31
1.1.1
02 Nov 14:42
Compare
Sorry, something went wrong.
No results found
Show a 100% coverage for empty functions/methods. #16
Update project layout and show program version. #17
Update dependencies