Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: fatih/color
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.11.0
Choose a base ref
...
head repository: fatih/color
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.12.0
Choose a head ref
  • 4 commits
  • 5 files changed
  • 1 contributor

Commits on May 13, 2021

  1. Add NO_COLOR support to disable color output

    This PR adds support for the enviroment variable `NO_COLOR`. If set
    (regardless of its value), the `colors` package disables color output.
    For more information about this environment variable please checkout
    this website: https://no-color.org
    
    closes: #136
    fatih committed May 13, 2021
    Configuration menu
    Copy the full SHA
    f08ed43 View commit details
    Browse the repository at this point in the history
  2. Improve CI

    * Don't run the CI twice in pull requests
    * Add check for `go.mod` consistency
    * Upgrade Go version to `1.16.x`
    * Ugrade the Go `actions/setup-go` actions library to `v2`
    fatih committed May 13, 2021
    Configuration menu
    Copy the full SHA
    6974279 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #139 from fatih/improve-ci

    Improve CI
    fatih authored May 13, 2021
    Configuration menu
    Copy the full SHA
    f4c4316 View commit details
    Browse the repository at this point in the history

Commits on May 24, 2021

  1. Merge pull request #137 from fatih/add-no-color-support

    Add `NO_COLOR` support to disable color output
    fatih authored May 24, 2021
    Configuration menu
    Copy the full SHA
    cf45235 View commit details
    Browse the repository at this point in the history
Loading