Skip to content

Releases: jwalton/gchalk

v1.3.0

22 Mar 17:41
v1.3.0
ad2adb2
Compare
Choose a tag to compare

Features:

  • Add ColorFn convenience type. ad2adb2

Full Changelog: v1.2.1...v1.3.0

v1.2.1

12 Oct 14:27
v1.2.1
8c71ae9
Compare
Choose a tag to compare

Performance Improvements

ansistyles - Improve performance of hex color parsing. (8c71ae9)

v1.2.0

12 Oct 14:02
v1.2.0
06ee648
Compare
Choose a tag to compare

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

06 Oct 17:08
v1.1.1
40012e6
Compare
Choose a tag to compare

Performance

  • Increase performance of generating ansi escape codes in ansistyles. 40012e6

v1.0.3

20 Mar 15:33
v1.0.3
13b8151
Compare
Choose a tag to compare
  • fix: Make gchalk.ColorLevel the same type as supportscolor.ColorLevel. 2b16c7c

v1.0.2

19 Mar 11:15
v1.0.2
e9c4fe3
Compare
Choose a tag to compare
  • fix: Make gchalk thread safe. e9c4fe3

v1.0.1

16 Mar 00:22
v1.0.1
85a935f
Compare
Choose a tag to compare
  • Renamed from gawk to gchalk to prevent confusion with GNU Awk.

v1.0.0

15 Mar 20:12
v1.0.0
15bfb09
Compare
Choose a tag to compare

Initial release