Releases: darvil82/java-terminal-text-formatter
Releases · darvil82/java-terminal-text-formatter
Version 2.2.0
Version 2.1.0
Features
- Add support for true color. Use
TrueColor#of(int, int, int)
orTrueColor#of(int)
to create custom colors, or use the default value static properties. - Add support for NO_COLOR.
TextFormatter#enableSequences
will be set tofalse
is this environment variable is present.
Refactors
Color
has been renamed toSimpleColor
.SimpleColor
andTrueColor
now both implement theColor
interface.