Skip to content

Releases: fatih/color

v1.16.0

06 Nov 08:48
0f9779e
Compare
Choose a tag to compare

What's Changed

Dependency updates

New Contributors

Full Changelog: v1.15.0...v1.16.0

v1.15.0

12 Mar 11:27
12126ed
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.14.1...v1.15.0

v1.14.1

23 Jan 15:55
3d5097c
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.14.0...v1.14.1

v1.14.0

22 Jan 19:37
212f8c5
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.13.0...v1.14.0

v1.13.0

21 Sep 18:55
a05da93
Compare
Choose a tag to compare

This release updates the following dependencies:

github.com/mattn/go-colorable v0.1.9
github.com/mattn/go-isatty v0.0.14

v1.12.0

24 May 10:00
cf45235
Compare
Choose a tag to compare

This release adds support for the NO_COLOR. For more information check out: https://no-color.org The pull request adding this change is: #137

v1.11.0

13 May 19:51
4e981ce
Compare
Choose a tag to compare

This release removes the vendor/ folder introduced by the PR: #138

v1.10.0

30 Oct 22:50
bc22696
Compare
Choose a tag to compare

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

07 Jan 17:32
Compare
Choose a tag to compare

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

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