-
-
Notifications
You must be signed in to change notification settings - Fork 98
Comparing changes
Open a pull request
base repository: mattn/go-colorable
base: v0.1.9
head repository: mattn/go-colorable
compare: v0.1.12
- 11 commits
- 9 files changed
- 4 contributors
Commits on Sep 21, 2021
-
Instead of writing each byte alone to the console, always write the full plain text up to the next escape sequence or until the write is finished. Doing so means more copying around of bytes, but improves write performance significantly.
Configuration menu - View commit details
-
Copy full SHA for 39a0e9a - Browse repository at this point
Copy the full SHA 39a0e9aView commit details
Commits on Sep 22, 2021
-
Starting with Go 1.17, //go:build lines are preferred over // +build lines, see https://golang.org/doc/go1.17#build-lines and https://golang.org/design/draft-gobuild for details. This change was generated by running Go 1.17 `go fmt ./...` which automatically adds //go:build lines based on the existing // +build lines.
Configuration menu - View commit details
-
Copy full SHA for 4433af2 - Browse repository at this point
Copy the full SHA 4433af2View commit details
Commits on Sep 25, 2021
-
Merge pull request #59 from tklauser/go-build-lines
Add //go:build lines
Configuration menu - View commit details
-
Copy full SHA for a53eda5 - Browse repository at this point
Copy the full SHA a53eda5View commit details -
Merge pull request #56 from secDre4mer/master
Write plain text in chunks
Configuration menu - View commit details
-
Copy full SHA for 6a118b2 - Browse repository at this point
Copy the full SHA 6a118b2View commit details
Commits on Sep 29, 2021
-
Migrate to GitHub actions for CI testing
Travis CI no longer seems to be working: https://app.travis-ci.com/github/mattn/go-colorable Add a GitHub action instead, based on the one from github.com/mattn/go-isatty
Configuration menu - View commit details
-
Copy full SHA for b004592 - Browse repository at this point
Copy the full SHA b004592View commit details -
Merge pull request #61 from tklauser/gh-actions
Migrate to GitHub actions for CI testing
Configuration menu - View commit details
-
Copy full SHA for 797e0c2 - Browse repository at this point
Copy the full SHA 797e0c2View commit details -
Use correct field to specify Go version in GitHub action
There is a typo in the actions/setup-go step which leads to the Go version not being picked up correctly. Fix it.
Configuration menu - View commit details
-
Copy full SHA for f2a4b66 - Browse repository at this point
Copy the full SHA f2a4b66View commit details -
Configuration menu - View commit details
-
Copy full SHA for 77502a5 - Browse repository at this point
Copy the full SHA 77502a5View commit details -
Merge pull request #62 from tklauser/fix-go-version-gh-action
Use correct field to specify Go version in GitHub action
Configuration menu - View commit details
-
Copy full SHA for a1c5ae5 - Browse repository at this point
Copy the full SHA a1c5ae5View commit details
Commits on Nov 23, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 699629e - Browse repository at this point
Copy the full SHA 699629eView commit details -
Configuration menu - View commit details
-
Copy full SHA for e1bb79c - Browse repository at this point
Copy the full SHA e1bb79cView 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 v0.1.9...v0.1.12