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.13.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.14.0
Choose a head ref
  • 19 commits
  • 7 files changed
  • 4 contributors

Commits on Nov 24, 2021

  1. Bump github.com/mattn/go-colorable from 0.1.9 to 0.1.12

    Bumps [github.com/mattn/go-colorable](https://github.com/mattn/go-colorable) from 0.1.9 to 0.1.12.
    - [Release notes](https://github.com/mattn/go-colorable/releases)
    - [Commits](mattn/go-colorable@v0.1.9...v0.1.12)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/mattn/go-colorable
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Nov 24, 2021
    Configuration menu
    Copy the full SHA
    cb81115 View commit details
    Browse the repository at this point in the history

Commits on Dec 16, 2021

  1. Merge pull request #151 from fatih/dependabot/go_modules/github.com/m…

    …attn/go-colorable-0.1.12
    
    Bump github.com/mattn/go-colorable from 0.1.9 to 0.1.12
    fatih authored Dec 16, 2021
    Configuration menu
    Copy the full SHA
    6d99041 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    49c41d5 View commit details
    Browse the repository at this point in the history
  3. Fix staticcheck warnings

    fatih committed Dec 16, 2021
    Configuration menu
    Copy the full SHA
    d22b618 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #152 from fatih/update-ci

    ci: add linter steps, upgrade Go version
    fatih authored Dec 16, 2021
    Configuration menu
    Copy the full SHA
    76114b1 View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2022

  1. Update CI workflow

    fatih committed Jul 5, 2022
    Configuration menu
    Copy the full SHA
    3553f6b View commit details
    Browse the repository at this point in the history
  2. Merge pull request #162 from fatih/update-ci-workflow

    Update CI workflow
    fatih authored Jul 5, 2022
    Configuration menu
    Copy the full SHA
    acd5f3b View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2022

  1. Bump github.com/mattn/go-colorable from 0.1.12 to 0.1.13

    Bumps [github.com/mattn/go-colorable](https://github.com/mattn/go-colorable) from 0.1.12 to 0.1.13.
    - [Release notes](https://github.com/mattn/go-colorable/releases)
    - [Commits](mattn/go-colorable@v0.1.12...v0.1.13)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/mattn/go-colorable
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Aug 16, 2022
    Configuration menu
    Copy the full SHA
    b3652af View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2022

  1. Merge pull request #165 from fatih/dependabot/go_modules/github.com/m…

    …attn/go-colorable-0.1.13
    
    Bump github.com/mattn/go-colorable from 0.1.12 to 0.1.13
    fatih authored Aug 21, 2022
    Configuration menu
    Copy the full SHA
    dbae876 View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2022

  1. Configuration menu
    Copy the full SHA
    8e3ccd4 View commit details
    Browse the repository at this point in the history
  2. Add Test_noColorIsSet

    pellared committed Nov 13, 2022
    Configuration menu
    Copy the full SHA
    b06fcbf View commit details
    Browse the repository at this point in the history

Commits on Jan 2, 2023

  1. Configuration menu
    Copy the full SHA
    ad9ba6d View commit details
    Browse the repository at this point in the history
  2. Merge pull request #178 from fatih/fatih-update-deps

    Bump go-isatty from 0.0.16 to 0.0.17
    fatih authored Jan 2, 2023
    Configuration menu
    Copy the full SHA
    184b603 View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2023

  1. Spelling and grammar fixes

    pattmax00 committed Jan 18, 2023
    Configuration menu
    Copy the full SHA
    9cca0a3 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #181 from pattmax00/main

    Spelling and grammar fixes
    fatih authored Jan 18, 2023
    Configuration menu
    Copy the full SHA
    98e6a4a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5d7e63e View commit details
    Browse the repository at this point in the history
  4. Merge pull request #171 from pellared/no-color-empty-val

    NO_COLOR requires a non-empty string
    fatih authored Jan 18, 2023
    Configuration menu
    Copy the full SHA
    6378f62 View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2023

  1. color: expose SetWriter and UnsetWriter

    For some users performance is very important and hence having access to
    the underlying writer functions allow them to use bytes buffer and avoid
    string allocations.
    
    closes #124
    fatih committed Jan 22, 2023
    Configuration menu
    Copy the full SHA
    7310c74 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #182 from fatih/expose-set-writers

    color: expose `SetWriter` and `UnsetWriter`
    fatih authored Jan 22, 2023
    Configuration menu
    Copy the full SHA
    212f8c5 View commit details
    Browse the repository at this point in the history
Loading