termstyle 1.0.0-pre.3
An open-source C++ header file that enables developers to easily define and apply customizable style presets for terminal outputs such as warnings, infos, and errors.
|
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
struct Color
.struct StyleString
, members prestyles
and poststyles
are now std::vector<Color>
instead of std::vector<Codes>
.struct StyleString
are deprecated, and will be removed in the next release.prestyle256
is deprecated, use prestyles
instead.poststyle256
is deprecated, use poststyles
instead.termstyle::config
.poststyles
may be applied after a new line character.