Maybe the Last minor release before 1.0!
Features
- examples: add basic color print example (SkuldNorniern)
- add env value test (SkuldNorniern)
- examples: add error message example (SkuldNorniern)
- introduce
prelude
export (SkuldNorniern) - example: add
progress_bar
example (SkuldNorniern) - add
fmt::Display
toColorSupport
(SkuldNorniern) - add isolation to env releated tests (SkuldNorniern)
- implement env isolation to more tests (SkuldNorniern)
- example: add
table
,rainbow
example (SkuldNorniern) - add support for
Color256
and type switch (SkuldNorniern) - example: add
Conversion
example (SkuldNorniern) - add checking to ansi code construct (SkuldNorniern)
- expand error control (SkuldNorniern)
Bug Fixes
- fix concurrent issue in tests (SkuldNorniern)
- add env isolation to env sensitive tests (SkuldNorniern)
- fix issue on
CI
env (SkuldNorniern) - fix duplicated env check (SkuldNorniern)
Documentation
- apply new structure of
inksac
(SkuldNorniern) - add docs to
rgb_to_basic
(SkuldNorniern)
Styles
rustfmt
(SkuldNorniern)rustfmt
(SkuldNorniern)rustfmt
(SkuldNorniern)rustfmt
(SkuldNorniern)rustfmt
(SkuldNorniern)rustfmt
(SkuldNorniern)rustfmt
(SkuldNorniern)rustfmt
(SkuldNorniern)clippy
(SkuldNorniern)rustfmt
(SkuldNorniern)clippy
(SkuldNorniern)
Code Refactoring
- improve and modularize overall code (SkuldNorniern)
- use const values for colors (SkuldNorniern)
- separate env related codes (SkuldNorniern)
- change
TestEnv
to pub in crate (SkuldNorniern) - modularize
color
(SkuldNorniern) - modularize
rgb_to_basic
(SkuldNorniern)
Builds
- introduce clippy lints (SkuldNorniern)
Chores
- bump version to
0.5.0
(SkuldNorniern)
Commits
- remove duplicated function (SkuldNorniern)
- improve
Cyan
handling (SkuldNorniern) - remove unused test code (SkuldNorniern)