| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2026-03-20 | 2.1 kB | |
| v1.19.0 source code.tar.gz | 2026-03-20 | 13.3 kB | |
| v1.19.0 source code.zip | 2026-03-20 | 15.8 kB | |
| Totals: 3 Items | 31.3 kB | 1 | |
What's Changed
- Bump golang.org/x/sys from 0.25.0 to 0.28.0 by @dependabot[bot] in https://github.com/fatih/color/pull/246
- Fix for issue [#230] set/unsetwriter symmetric wrt color support detection by @ataypamart in https://github.com/fatih/color/pull/243
- chore: go mod cleanup by @sashamelentyev in https://github.com/fatih/color/pull/244
- Bump golang.org/x/sys from 0.28.0 to 0.30.0 by @dependabot[bot] in https://github.com/fatih/color/pull/249
- Bump github.com/mattn/go-colorable from 0.1.13 to 0.1.14 by @dependabot[bot] in https://github.com/fatih/color/pull/248
- Update CI and go deps by @fatih in https://github.com/fatih/color/pull/254
- Bump golang.org/x/sys from 0.31.0 to 0.37.0 by @dependabot[bot] in https://github.com/fatih/color/pull/268
- fix: include escape codes in byte counts from
Fprint,Fprintfby @qualidafial in https://github.com/fatih/color/pull/282 - Bump golang.org/x/sys from 0.37.0 to 0.40.0 by @dependabot[bot] in https://github.com/fatih/color/pull/277
- fix: add nil check for os.Stdout to prevent panic on Windows services by @majiayu000 in https://github.com/fatih/color/pull/275
- Bump dominikh/staticcheck-action from 1.3.1 to 1.4.0 by @dependabot[bot] in https://github.com/fatih/color/pull/259
- Bump actions/checkout from 4 to 6 by @dependabot[bot] in https://github.com/fatih/color/pull/273
- Optimize Color.Equals performance (O(n²) → O(n)) by @UnSubble in https://github.com/fatih/color/pull/269
- Bump actions/setup-go from 5 to 6 by @dependabot[bot] in https://github.com/fatih/color/pull/266
New Contributors
- @ataypamart made their first contribution in https://github.com/fatih/color/pull/243
- @sashamelentyev made their first contribution in https://github.com/fatih/color/pull/244
- @qualidafial made their first contribution in https://github.com/fatih/color/pull/282
- @majiayu000 made their first contribution in https://github.com/fatih/color/pull/275
- @UnSubble made their first contribution in https://github.com/fatih/color/pull/269
Full Changelog: https://github.com/fatih/color/compare/v1.18.0...v1.19.0