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 incorrectstring_format
specified - Tried to clean up confusing documentation which describes
string_format
- Protect against accidental changes to enum values
- Return a
tuple
instead oflist
for constants - Added read-only properties, and set attributes names with leading underscore (_) as a hint that the value shouldn't be modified
- Return a
- Added missing GREY aliases in
AnsiFormat
- Other minor documentation updates