Skip to content

v1.1.12

Latest
Compare
Choose a tag to compare
@Tails86 Tails86 released this 29 Nov 02:00
· 3 commits to main since this release

Version 1.1.12

  • Fixed bug in string_format parsing when just an integer is specified (default to left justification) ex: f'{str:10}'
  • Fixed ValueError messages when incorrect string_format specified
  • Tried to clean up confusing documentation which describes string_format
  • Protect against accidental changes to enum values
    • Return a tuple instead of list for constants
    • Added read-only properties, and set attributes names with leading underscore (_) as a hint that the value shouldn't be modified
  • Added missing GREY aliases in AnsiFormat
  • Other minor documentation updates

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