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.
Items in this section will be included in the next release.
- Fix up using statement in some examples
- started using CHANGELOG
- Support for 8-bit (256) colour codes for foreground and background
- Added tests for the 8-bit (256) colour codes
- README includes 8-bit colour example
- Support for true colour (RGB) for foreground and background
- Added tests for the true colour (RGB) colour codes
- README includes true colour example
- Added
faint,blink_fast, anddefault_bgto named styles - README includes the named style methods, codes, and descriptions
- Added examples directory with each example from the README in a separate file
8-bit and true colour improvements were inspired by Richard's answer on Stack Overflow.
- Named text styles using ANSI codes
- Named styles are callable as methods directly on a string
- Implemented using Refinements due to their low impact