Skip to content

v1.1.0

Compare
Choose a tag to compare
@Tails86 Tails86 released this 17 Nov 02:05
· 50 commits to main since this release

Version 1.1.0

  • AnsiString is now able to parse a string which contains control sequences into the internal format dictionary
  • Added AnsiString.simplify() which attempts to remove redundant sequence values
  • AnsiStr now just contains the formatted string plus the base, unformatted string
    • Minor drawback is that control sequences are automatically simplified on any change (no AnsiStr.simplify() is defined)
  • Added tests and corrected bugs in AnsiStr, so it is no longer marked as experimental

https://pypi.org/project/ansi-string/1.1.0/