Tags: sai-lib/sai
Tags
Release v0.4.0 (#18) ### Changed * [#17](#17) - Refactor color registration and delegation system by [@aaronmallen](https://github.com/aaronmallen)
Release v0.3.2 (#16) ### Added * [#15](#15) - Add support for registering custom named colors by [@aaronmallen](https://github.com/aaronmallen)
Release v0.3.1 (#14) ### Added * [#8](#8) - Add color manipulation methods for darkening and lightening colors by [@aaronmallen](https://github.com/aaronmallen) * [#9](#9) - Add gradient and rainbow color effects for text and backgrounds by [@aaronmallen](https://github.com/aaronmallen) * [#13](#13) - Add support for over 360 named colors expanding the color palette by [@aaronmallen](https://github.com/aaronmallen) ### Changed * [#10](#10) - Refactor `Sai::Decorator` into component modules by [@aaronmallen](https://github.com/aaronmallen) * [#11](#11) - Refactor `Sai::Conversion::RGB` into component modules by [@aaronmallen](https://github.com/aaronmallen) * [#12](#12) - Refactor ANSI sequence processing into specialized parser classes by [@aaronmallen](https://github.com/aaronmallen)
Release v0.3.0 (#7) ### Added * [#6](#6) - Add `Sai::ANSI::SequencedString` for ANSI string manipulation by [@aaronmallen](https://github.com/aaronmallen) ### Changed * [#5](#5) - Remove unnecessary error handling in `Sai::Decorator` by [@aaronmallen](https://github.com/aaronmallen) * [#6](#6) - Changed `Sai::Decorator#decorate` now returns a `Sai::ANSI::SequencedString` by [@aaronmallen](https://github.com/aaronmallen)
Release v0.2.0 (#4) ### Added * [#3](#3) - mode selection via `Sai::ModeSelector` by [@aaronmallen](https://github.com/aaronmallen) ### Changed * [#2](#2) - Immutable method chaining for `Sai::Decorator` by [@aaronmallen](https://github.com/aaronmallen) * [#3](#3) - `Sia::Support` from class to module for improved API design by [@aaronmallen](https://github.com/aaronmallen)