neoansi 0.3.0
neoansi: ^0.3.0 copied to clipboard
ANSI escape sequences and styling micro-library written in fluent/modern Dart.
CHANGELOG #
0.3.0 #
- Added a dependency on
package:neocolor. - Added
setForegroundColor1andsetBackgroundColor1(for 1-bit colors). - Added
setForegroundColor24andsetBackgroundColor24(for 24-bit colors).
Breaking Changes #
- Removed
setForegroundColorandsetBackgroundColor. - Removed
Ansi{1,8}BitColors(useAnsi{1,8}BitColorinstead).
0.2.1 #
- Added to
AnsiSink:hideCursorshowCursorsetDoubleUnderlinedclearBoldclearUnderlinedsetForegroundColor24andsetBackgroundColor24(for 24-bit RGB color).
- Renamed
Ansi1BitColorstoAnsi1BitColor(Ansi1BitColorsis deprecated). - Renamed
Ansi8BitColorstoAnsi8BitColor(Ansi8BitColorsis deprecated).
0.2.0 #
- Fixed the generation of members on
Ansi8BitColors.
0.1.0 #
- Initial release.