Skip to content

Releases: darvil82/java-terminal-text-formatter

Version 2.2.0

25 Mar 16:24
Compare
Choose a tag to compare
  • Now any value can be concatenated to a TextFormatter in a single concat call.
  • String concat values are no longer wrapped in another TextFormatter.

Version 2.1.0

11 Mar 18:09
6e3b3d9
Compare
Choose a tag to compare

Features

  • Add support for true color. Use TrueColor#of(int, int, int) or TrueColor#of(int) to create custom colors, or use the default value static properties.
  • Add support for NO_COLOR. TextFormatter#enableSequences will be set to false is this environment variable is present.

Refactors

  • Color has been renamed to SimpleColor.
  • SimpleColor and TrueColor now both implement the Color interface.