-
Paint.[] also accepts uppercased hex strings (gh#2)
-
Performance tweaks (thanks to murphy) (gh#4, #5)
-
API change: deactivate colorizing with Paint.mode = 0
-
-
Paint.[] with only a single string argument does not colorize the string anymore, but returns the plain string
-
New pseudo color :random - returns a random ansi color
-
Improve rgb function with better gray scale values
-
Add Paint.mode:
-
Set to 0 to deactivate colorizing
-
Set to 16 or 8 and all color generation methods will generate simple ansi colors
-
Set to 256 for 256 color support
-
Tries to automatically detect your terminal’s features
-
-
Minor changes
-
Initial release