Skip to content

Version 2.1.0

Compare
Choose a tag to compare
@darvil82 darvil82 released this 11 Mar 18:09
· 7 commits to main since this release
6e3b3d9

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.