Releases: aaronmallen/sai
Releases · aaronmallen/sai
v0.4.0
What's Changed
- Refactor color registration and delegation system by @aaronmallen in #17
Full Changelog: 0.3.2...0.4.0
v0.3.2
What's Changed
- Add support for registering custom named colors by @aaronmallen in #15
Full Changelog: 0.3.1...0.3.2
v0.3.1
What's Changed
Added
- Add color manipulation methods for darkening and lightening colors by @aaronmallen in #8
- Add gradient and rainbow color effects for text and backgrounds by @aaronmallen in #9
- Add support for over 360 named colors expanding the color palette by @aaronmallen in #13
Changed
- Refactor Sai::Decorator into component modules by @aaronmallen in #10
- Refactor
Sai::Conversion::RGB
into component modules by @aaronmallen in #11 - Refactor ANSI sequence processing into specialized parser classes by @aaronmallen in #12
Full Changelog: 0.3.0...0.3.1
v0.3.0
What's Changed
- Remove unnecessary error handling in
Sai::Decorator
by @aaronmallen in #5 - Add SequencedString for ANSI string manipulation and change Decorator#decorate return type by @aaronmallen in #6
Full Changelog: 0.2.0...0.3.0
v0.2.0
What's Changed
- Immutable method chaining for Sai::Decorator by @aaronmallen in #2
- Add color mode selection system by @aaronmallen in #3
Full Changelog: 0.1.0...0.2.0
v0.1.0
The initial Sai release
Full Changelog: https://github.com/aaronmallen/sai/commits/0.1.0