Skip to content

Releases: kataras/pio

v0.0.13

01 Nov 18:02
f0f57ad
Compare
Choose a tag to compare

What's Changed

  • Bump golang.org/x/sys from 0.9.0 to 0.13.0

Full Changelog: v0.0.12...v0.0.13

v0.0.12

24 Jun 20:17
Compare
Choose a tag to compare

Go 1.20

v0.0.11

19 Sep 21:05
2f0886e
Compare
Choose a tag to compare

Update go.mod for go version 1.19.x

v0.0.10

14 Aug 09:22
Compare
Choose a tag to compare
add Version

v0.0.8

09 Jun 07:06
Compare
Choose a tag to compare

SetSync hotfix

v0.0.7

09 Jun 03:25
Compare
Choose a tag to compare

Add SetSync(bool)

v0.0.6

29 Apr 02:44
Compare
Choose a tag to compare

a performance boost on coloring by caching known printers

v0.0.5

27 Apr 22:35
Compare
Choose a tag to compare
  • New WriteRich and ErrHandled for Hijackers

v0.0.4

27 Apr 20:02
Compare
Choose a tag to compare

Export SupportColors(io.Writer) package-level function.

v0.0.3

25 Apr 18:27
Compare
Choose a tag to compare

Changes: 947ff6e.

In-short a new pio.Rich it's added: it can print more colors and add decorations/styles too. The old pio.Blue/..Colors removed. Example: pio.Rich("text", pio.Blue, pio.Bold, pio.Reversed), 256-bit colors can be added too.