neoansi 0.3.2+1
neoansi: ^0.3.2+1 copied to clipboard
ANSI escape sequences and styling micro-library written in fluent/modern Dart.
CHANGELOG #
0.3.2+1 #
- Bug fix:
AnsiReadercaptures and invokes<AnsiListener>.resetStyes().
0.3.2 #
- Export
Color(frompackage:neocolor).
0.3.1 #
- Added
AnsiReader, an ANSI escape parser, i.e. for a terminal emulator. - Added
AnsiListener, a base interface forAnsiReaderandAnsiWriter. - Renamed
AnsiSinktoAnsiWriter(AnsiSinkis deprecated).
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.