Skip to content

Releases: leaanthony/go-ansi-parser

v1.6.1

09 Jun 01:00
c9c4f7e
Compare
Choose a tag to compare
  • Tolerate leading zeros in numeric color parameters. Fixed by @jeffwilliams in PR

v1.6.0

06 Aug 00:44
518023b
Compare
Choose a tag to compare

What's Changed

  • Add fields to StyledText for offset and length in input string by @jeffwilliams in #5

New Contributors

Full Changelog: v1.5.0...v1.6.0

v1.5.0

31 May 22:40
d383fc3
Compare
Choose a tag to compare
  • Fix bug with processing colour ids < 16 in 8-bit colour mode
  • Support newer "bright" colour codes 90-97 and 100-107

v1.4.0

19 Mar 22:18
6785cb9
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.3.0...v1.4.0

v1.3.0

26 Feb 09:29
Compare
Choose a tag to compare

Support no colour codes in escape sequence

v1.2.0

13 Apr 11:39
173ba96
Compare
Choose a tag to compare
  • Support Length()

v1.1.0

13 Apr 10:06
7bab1f8
Compare
Choose a tag to compare
  • Support Truncate() for truncating the given string to a given number of maximum characters whilst preserving formatting
  • Support Cleanse() for removing escape codes from the given string
  • Support HasEscapeCodes() - returns true when there are ANSI Escape codes in the given string

v1.0.1

10 Apr 23:25
b375fbc
Compare
Choose a tag to compare
  • Misc fixes

v1.0.0

10 Apr 22:03
0406ce2
Compare
Choose a tag to compare

Initial release