All Versions
13
Latest Version
Avg Release Cycle
132 days
Latest Release
950 days ago
Changelog History
Page 1
Changelog History
Page 1
-
v1.10.0 Changes
October 30, 2020๐ This release includes the changes from: #115 which upgrades the go-colorable and go-isatty dependencies with various bug fixes and improvements
github.com/mattn/go-colorable v0.1.8 github.com/mattn/go-isatty v0.0.12
-
v1.9.0 Changes
January 07, 2020โฌ๏ธ Includes the changes from: #109 which upgrades the
go-colorable
andgo-isatty
dependencies to fix WASM compilation issues:github.com/mattn/go-colorable v0.1.4 github.com/mattn/go-isatty v0.0.11
-
v1.8.0 Changes
January 02, 2020Includes changes from #108, most notable:
- โ Add Go module support
- โก๏ธ Update
/vendor
folder content according to the new Go modules rules. - Replace .travis.yml with GitHub Actions
-
v1.7.0 Changes
May 15, 2018โ Added a new
color.Error
variable to enable colored output toos.Stderr
[gh-87] -
v1.6.0 Changes
February 13, 2018- ๐ Changed vendoring to use
dep
- โก๏ธ Updated dependencies to the latest version. Checkout go
Gopkg.lock
to see the exact versions. - ๐ Couple of small cosmetic changes in README
- ๐ Changed vendoring to use
-
v1.5.0 Changes
May 23, 2017- โ Added new High Intensity Color helper functions gh-68
-
v1.4.1 Changes
March 07, 2017โก๏ธ Update github.com/mattn/go-isatty
-
v1.4.0 Changes
February 17, 2017- ๐ Fix coloring on cygwin/msys2 shell
- ๐ฆ Vendor dependencies for future stability and not breaking users of color package
-
v1.3.0 Changes
February 09, 2017โ Add Sprint, Sprintf and Sprintln functions
-
v1.2 Changes
January 03, 2017๐ Includes new
Fprint
andFprintFunc
style functions and several other internal improvements