Releases: mainak90/colorify
Releases · mainak90/colorify
Columnar coloring scheme with nocoloring options
New release includes:
- A columnar coloring scheme which ensure text outputs can be selectively colored with different colors on the same line.
- The
NoColor
flag on the main struct was internally controlled, now it has been made togglable by user withUnSet
as default param value. - Updated readme.
- Furnished examples.
What's Changed
- CI by @mainak90 in #4
- column based coloring scheme implemented, the new() init func deprecated by @mainak90 in #5
- add NoColor flag as togglable by @mainak90 in #6
New Contributors
Full Changelog: v0.0.4...v0.0.5
Exportable attrs
0.0.2 New update