Releases: fatih/color
Releases · fatih/color
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
SetWriter
andUnsetWriter
by @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