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 Loading
base: v1.16.0
Choose a base ref
...
head repository: fatih/color Loading
compare: v1.17.0
Choose a head ref
  • 12 commits
  • 5 files changed
  • 3 contributors

Commits on Dec 11, 2023

  1. Bump actions/setup-go from 4 to 5

    Bumps [actions/setup-go](https://github.com/actions/setup-go) from 4 to 5.
    - [Release notes](https://github.com/actions/setup-go/releases)
    - [Commits](actions/setup-go@v4...v5)
    
    ---
    updated-dependencies:
    - dependency-name: actions/setup-go
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] committed Dec 11, 2023
    Configuration menu
    Copy the full SHA
    02cdf82 View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2024

  1. Bump golang.org/x/sys from 0.14.0 to 0.17.0

    Bumps [golang.org/x/sys](https://github.com/golang/sys) from 0.14.0 to 0.17.0.
    - [Commits](golang/sys@v0.14.0...v0.17.0)
    
    ---
    updated-dependencies:
    - dependency-name: golang.org/x/sys
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    8b6a841 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #221 from fatih/dependabot/go_modules/golang.org/x…

    …/sys-0.17.0
    
    Bump golang.org/x/sys from 0.14.0 to 0.17.0
    fatih committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    298abd8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f8e0ec9 View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2024

  1. Merge pull request #217 from fatih/dependabot/github_actions/actions/…

    …setup-go-5
    
    Bump actions/setup-go from 4 to 5
    fatih committed Feb 22, 2024
    Configuration menu
    Copy the full SHA
    799c49c View commit details
    Browse the repository at this point in the history
  2. ci: update Go and Staticcheck versions

    Signed-off-by: Fatih Arslan <[email protected]>
    fatih committed Feb 22, 2024
    Configuration menu
    Copy the full SHA
    51a7bbf View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2024

  1. Bump golang.org/x/sys from 0.17.0 to 0.18.0

    Bumps [golang.org/x/sys](https://github.com/golang/sys) from 0.17.0 to 0.18.0.
    - [Commits](golang/sys@v0.17.0...v0.18.0)
    
    ---
    updated-dependencies:
    - dependency-name: golang.org/x/sys
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    2ac809f View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2024

  1. Merge pull request #222 from fatih/ci-updates

    ci: update Go and Staticcheck versions
    fatih committed Mar 9, 2024
    Configuration menu
    Copy the full SHA
    8d058ca View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7526cad View commit details
    Browse the repository at this point in the history
  3. Merge pull request #224 from fatih/dependabot/go_modules/golang.org/x…

    …/sys-0.18.0
    
    Bump golang.org/x/sys from 0.17.0 to 0.18.0
    fatih committed Mar 9, 2024
    Configuration menu
    Copy the full SHA
    04994a8 View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2024

  1. Fix multi-parameter println spacing

    `fmt.Println` will add spaces between elements when there is multiple parameters sent.
    
    When wrapping the colors parameters were combined using `fmt.Sprint(a...)` - which does not space out parameters.
    
    Use `fmt.Sprintln` to combine parameters.
    
    Fixes #218
    klauspost committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    00b1811 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #228 from klauspost/fix-println-issue-218

    Fix multi-parameter println spacing
    fatih committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    b6598b1 View commit details
    Browse the repository at this point in the history
Loading