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:
AnsiReader
captures 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 forAnsiReader
andAnsiWriter
. - Renamed
AnsiSink
toAnsiWriter
(AnsiSink
is deprecated).
0.3.0 #
- Added a dependency on
package:neocolor
. - Added
setForegroundColor1
andsetBackgroundColor1
(for 1-bit colors). - Added
setForegroundColor24
andsetBackgroundColor24
(for 24-bit colors).
Breaking Changes #
- Removed
setForegroundColor
andsetBackgroundColor
. - Removed
Ansi{1,8}BitColors
(useAnsi{1,8}BitColor
instead).
0.2.1 #
- Added to
AnsiSink
:hideCursor
showCursor
setDoubleUnderlined
clearBold
clearUnderlined
setForegroundColor24
andsetBackgroundColor24
(for 24-bit RGB color).
- Renamed
Ansi1BitColors
toAnsi1BitColor
(Ansi1BitColors
is deprecated). - Renamed
Ansi8BitColors
toAnsi8BitColor
(Ansi8BitColors
is deprecated).
0.2.0 #
- Fixed the generation of members on
Ansi8BitColors
.
0.1.0 #
- Initial release.