-
Notifications
You must be signed in to change notification settings - Fork 625
Comparing changes
Open a pull request
base repository: fatih/color
base: v1.16.0
head repository: fatih/color
compare: v1.17.0
- 12 commits
- 5 files changed
- 3 contributors
Commits on Dec 11, 2023
-
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] <support@github.com>
Configuration menu - View commit details
-
Copy full SHA for 02cdf82 - Browse repository at this point
Copy the full SHA 02cdf82View commit details
Commits on Feb 8, 2024
-
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] <support@github.com>
Configuration menu - View commit details
-
Copy full SHA for 8b6a841 - Browse repository at this point
Copy the full SHA 8b6a841View commit details -
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
Configuration menu - View commit details
-
Copy full SHA for 298abd8 - Browse repository at this point
Copy the full SHA 298abd8View commit details -
Configuration menu - View commit details
-
Copy full SHA for f8e0ec9 - Browse repository at this point
Copy the full SHA f8e0ec9View commit details
Commits on Feb 22, 2024
-
Merge pull request #217 from fatih/dependabot/github_actions/actions/…
…setup-go-5 Bump actions/setup-go from 4 to 5
Configuration menu - View commit details
-
Copy full SHA for 799c49c - Browse repository at this point
Copy the full SHA 799c49cView commit details -
ci: update Go and Staticcheck versions
Signed-off-by: Fatih Arslan <ftharsln@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 51a7bbf - Browse repository at this point
Copy the full SHA 51a7bbfView commit details
Commits on Mar 5, 2024
-
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] <support@github.com>
Configuration menu - View commit details
-
Copy full SHA for 2ac809f - Browse repository at this point
Copy the full SHA 2ac809fView commit details
Commits on Mar 9, 2024
-
Merge pull request #222 from fatih/ci-updates
ci: update Go and Staticcheck versions
Configuration menu - View commit details
-
Copy full SHA for 8d058ca - Browse repository at this point
Copy the full SHA 8d058caView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7526cad - Browse repository at this point
Copy the full SHA 7526cadView commit details -
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
Configuration menu - View commit details
-
Copy full SHA for 04994a8 - Browse repository at this point
Copy the full SHA 04994a8View commit details
Commits on Apr 8, 2024
-
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
Configuration menu - View commit details
-
Copy full SHA for 00b1811 - Browse repository at this point
Copy the full SHA 00b1811View commit details -
Merge pull request #228 from klauspost/fix-println-issue-218
Fix multi-parameter println spacing
Configuration menu - View commit details
-
Copy full SHA for b6598b1 - Browse repository at this point
Copy the full SHA b6598b1View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v1.16.0...v1.17.0