Color Versions Save

Color package for Go (golang)

v1.16.0

6 months ago

What's Changed

Dependency updates

New Contributors

Full Changelog: https://github.com/fatih/color/compare/v1.15.0...v1.16.0

v1.15.0

1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/fatih/color/compare/v1.14.1...v1.15.0

v1.14.1

1 year ago

What's Changed

Full Changelog: https://github.com/fatih/color/compare/v1.14.0...v1.14.1

v1.14.0

1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/fatih/color/compare/v1.13.0...v1.14.0

v1.13.0

2 years ago

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

2 years ago

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

v1.11.0

3 years ago

This release removes the vendor/ folder introduced by the PR: https://github.com/fatih/color/pull/138

v1.10.0

3 years ago

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

4 years ago

Includes the changes from: https://github.com/fatih/color/pull/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

4 years ago

Includes changes from https://github.com/fatih/color/pull/108, most notable:

  • Add Go module support
  • Update /vendor folder content according to the new Go modules rules.
  • Replace .travis.yml with GitHub Actions