All Versions
13
Latest Version
Avg Release Cycle
132 days
Latest Release
950 days ago

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 and go-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, 2020

    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 Changes

    May 15, 2018

    โž• Added a new color.Error variable to enable colored output to os.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
  • 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 and FprintFunc style functions and several other internal improvements