Releases: dahlia-lib/dahlia-rs
Releases · dahlia-lib/dahlia-rs
Dahlia.rs 2.0.0
This release follows the Dahlia Specification v1.0.0.
Huge thanks to @Maneren for help! ❤️
Added
- Builder pattern for the
Dahliastruct - Automatic color depth detection (builder has a method
with_auto_depth) - Style-specific reset codes
- The
&_escape code andescapemethod - The
clean_ansifunction should now handle way more ANSI escape codes - Comprehensive test suite
- String conversions are now approximately ~20% faster
Changed
- The "Blink" style code was changed from
&pto&k - The custom color syntax was changed from
&[#ffaff3]to&#ffaff3;and now
supports shorthand 3-digit codes - The full reset code is now
&Rinstead of&r - The "Hide" style code was changed from
&kto&h - The
no_resetparameter was renamed toauto_resetand now
defaults toTrue
Removed
Dahlia::resetDahlia::test- Dahlia's
no_colorparameter - The
&gcode
Dahlia.rs 1.1.0
Added
- Custom markers
Dahlia.rs 1.0.0
Initial release 🎉