Releases: jwalton/gchalk
Releases · jwalton/gchalk
v1.2.1
Performance Improvements
ansistyles - Improve performance of hex color parsing. (8c71ae9)
v1.2.0
Features:
ansistyles - Add WriteString* functions for writing ansi strings to strings.Builder. (de78c08)
Performance Enhancements:
ansistyles - Use LUT for byte to string conversions. (06ee648)
v1.1.1
Performance
- Increase performance of generating ansi escape codes in ansistyles. 40012e6
v1.0.3
- fix: Make gchalk.ColorLevel the same type as supportscolor.ColorLevel. 2b16c7c
v1.0.2
- fix: Make gchalk thread safe. e9c4fe3
v1.0.1
- Renamed from gawk to gchalk to prevent confusion with GNU Awk.