Releases: mrmagic2020/termstyle
v1.0.0-pre.3
Added
- Support for RGB colors.
Changed
-
The three types of colors (Color16, Color256, and RGB) are now stored in a union in
struct Color
. -
In
struct StyleString
, membersprestyles
andpoststyles
are nowstd::vector<Color>
instead ofstd::vector<Codes>
.
Deprecated
-
Some members of
struct StyleString
are deprecated, and will be removed in the next release.-
prestyle256
is deprecated, useprestyles
instead. -
poststyle256
is deprecated, usepoststyles
instead.
-
Full Changelog: v1.0.0-pre.2...v1.0.0-pre.3
v1.0.0-pre.2
Added
-
Support for Color256.
-
Configuration for automatic new lines after printing.
Removed
- Removed namespace
termstyle::config
.
Fixed
-
Fix an issue where
poststyles
may be applied after a new line character. -
STL include issues.
-
Improve code readability.
Full Changelog: v1.0.0-pre.1...v1.0.0-pre.2
v1.0.0-pre.1
- initial release
Full Changelog: https://github.com/mrmagic2020/termstyle/commits/v1.0.0-pre.1