Releases: fatih/color
Releases · fatih/color
v1.19.0
What's Changed
- Bump golang.org/x/sys from 0.25.0 to 0.28.0 by @dependabot[bot] in #246
- Fix for issue #230 set/unsetwriter symmetric wrt color support detection by @ataypamart in #243
- chore: go mod cleanup by @sashamelentyev in #244
- Bump golang.org/x/sys from 0.28.0 to 0.30.0 by @dependabot[bot] in #249
- Bump github.com/mattn/go-colorable from 0.1.13 to 0.1.14 by @dependabot[bot] in #248
- Update CI and go deps by @fatih in #254
- Bump golang.org/x/sys from 0.31.0 to 0.37.0 by @dependabot[bot] in #268
- fix: include escape codes in byte counts from
Fprint,Fprintfby @qualidafial in #282 - Bump golang.org/x/sys from 0.37.0 to 0.40.0 by @dependabot[bot] in #277
- fix: add nil check for os.Stdout to prevent panic on Windows services by @majiayu000 in #275
- Bump dominikh/staticcheck-action from 1.3.1 to 1.4.0 by @dependabot[bot] in #259
- Bump actions/checkout from 4 to 6 by @dependabot[bot] in #273
- Optimize Color.Equals performance (O(n²) → O(n)) by @UnSubble in #269
- Bump actions/setup-go from 5 to 6 by @dependabot[bot] in #266
New Contributors
- @ataypamart made their first contribution in #243
- @sashamelentyev made their first contribution in #244
- @qualidafial made their first contribution in #282
- @majiayu000 made their first contribution in #275
- @UnSubble made their first contribution in #269
Full Changelog: v1.18.0...v1.19.0
v1.18.0
What's Changed
- Add RGB API support by @fatih in #225
- Bump GitHub workflow actions by @deining in #235
- Bump golang.org/x/sys from 0.18.0 to 0.24.0 by @dependabot in #236
- Bump golang.org/x/sys from 0.24.0 to 0.25.0 by @dependabot in #237
New Contributors
Full Changelog: v1.17.0...v1.18.0
v1.17.0
What's Changed
- Fix multi-parameter println spacing by @klauspost in #228
- ci: update Go and Staticcheck versions by @fatih in #222
- Bump golang.org/x/sys from 0.14.0 to 0.17.0 by @dependabot in #221
- Bump actions/setup-go from 4 to 5 by @dependabot in #217
- Bump golang.org/x/sys from 0.17.0 to 0.18.0 by @dependabot in #224
New Contributors
- @klauspost made their first contribution in #228
Full Changelog: v1.16.0...v1.17.0
v1.16.0
What's Changed
- Update dependabot.yml by @ilyabrin in #200
- color: add newline after wrapping text by @fatih in #192
- [Test] Nil check added by @hyunsooda in #203
- fixes #206 (using underline with a different fg color breaks) by @gregpoirson in #210
Dependency updates
- Bump dominikh/staticcheck-action from 1.2.0 to 1.3.0 by @dependabot in #201
- Bump github.com/mattn/go-isatty from 0.0.17 to 0.0.18 by @dependabot in #193
- Bump golang.org/x/sys from 0.6.0 to 0.8.0 by @dependabot in #195
- Bump github.com/mattn/go-isatty from 0.0.18 to 0.0.19 by @dependabot in #196
- Bump golang.org/x/sys from 0.8.0 to 0.10.0 by @dependabot in #199
- Bump github.com/mattn/go-isatty from 0.0.19 to 0.0.20 by @dependabot in #212
- Bump golang.org/x/sys from 0.10.0 to 0.13.0 by @dependabot in #209
- Bump actions/setup-go from 3 to 4 by @dependabot in #202
- Bump actions/checkout from 3 to 4 by @dependabot in #208
- Bump golang.org/x/sys from 0.13.0 to 0.14.0 by @dependabot in #213
New Contributors
- @ilyabrin made their first contribution in #200
- @hyunsooda made their first contribution in #203
- @gregpoirson made their first contribution in #210
Full Changelog: v1.15.0...v1.16.0
v1.15.0
What's Changed
- windows: enable virtual terminal processing, fixes #169 by @martinlindhe in #186
- ci: update dependencies by @fatih in #191
- Bump golang.org/x/sys from 0.5.0 to 0.6.0 by @dependabot in #189
- Refactor color_windows.go by @pellared in #188
New Contributors
- @martinlindhe made their first contribution in #186
Full Changelog: v1.14.1...v1.15.0
v1.14.1
v1.14.0
What's Changed
- Bump github.com/mattn/go-colorable from 0.1.12 to 0.1.13 by @dependabot in #165
- Bump go-isatty from 0.0.16 to 0.0.17 by @fatih in #178
- Spelling and grammar fixes by @pattmax00 in #181
- NO_COLOR requires a non-empty string by @pellared in #171
- color: expose
SetWriterandUnsetWriterby @fatih in #182
New Contributors
- @pattmax00 made their first contribution in #181
- @pellared made their first contribution in #171
Full Changelog: v1.13.0...v1.14.0