Skip to content

Releases: fatih/color

v1.8.0

02 Jan 08:22
2e5e248
Compare
Choose a tag to compare

Includes 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

15 May 20:55
5b77d2a
Compare
Choose a tag to compare

Added a new color.Error variable to enable colored output to os.Stderr [gh-87]

v1.6.0

13 Feb 13:36
507f605
Compare
Choose a tag to compare
  • 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

v1.5.0

23 May 13:55
Compare
Choose a tag to compare
  • Added new High Intensity Color helper functions gh-68

v1.4.1

07 Mar 19:29
Compare
Choose a tag to compare

Update github.com/mattn/go-isatty

v1.4.0

17 Feb 09:51
Compare
Choose a tag to compare
  • Fix coloring on cygwin/msys2 shell
  • Vendor dependencies for future stability and not breaking users of color package

v1.3.0

09 Feb 08:15
Compare
Choose a tag to compare

Add Sprint, Sprintf and Sprintln functions

v1.2

03 Jan 16:08
Compare
Choose a tag to compare

Includes new Fprint and FprintFunc style functions and several other internal improvements

v1.1.0

18 Oct 09:43
Compare
Choose a tag to compare

Includes fix #40: Properly handle single arg calls to helper funcs and type changes in Readme.md

v1.0.0

29 Jun 19:52
Compare
Choose a tag to compare

Stable release for dependency tools and distros.