ansi_escape_codes 2.1.0
ansi_escape_codes: ^2.1.0 copied to clipboard
Yet another package for using ANSI escape codes and analyzing strings containing the escape codes.
2.1.0 #
- Add methods
indexOf,lastIndexOf,contains,startsWith,endsWiththat work with a plain string.
2.0.1-2.0.3 #
- Fix multiline output by AnsiPrinter.
- Minor changes.
2.0.0 #
- Shift package focus to parsing and standardization.
- Add
AnsiParser. - Add
AnsiPrinter. - Add stacked
AnsiPrinter. - Add their corresponding functions to intercept the
printfunction using zones:runZonedAnsiParser.
Breaking changes:
- The names of some constants have changed:
italictoitalicized,blinkingtoslowlyBlinking. All constants of the formnot…are renamed toreset….(fg/bg/underline)Bright…ara renamed to(fg/bg/underline)High…. - Removed methods:
handle…,all…. UseAnsiParserinstead.
1.4.1 #
- Add handleEscapeSequences and handlePlainText.
1.4.0 #
- Add analysis escape sequences (showEscapeSequences).
- Add all control codes (0x00-0x1F).
1.3.2 #
- Refactor methods: allSgr, foregroundColors, backgroundColors.
- Add methods: allCsi, removeCsi, removeSgr, removeForegroundColors, removeBackgroundColors. Mark the methods as experimental.
1.3.0-1.3.1 #
- Add several functions to the utilities.
- Update example.
- Refactor constant name.
1.2.0 #
- Add dart doc comments.
- Update README.
- Refactor.
1.1.0 #
- Add saveCursor and restoreCursor.
- Add progress_example.dart.
- Refactor.
1.0.0 #
- Initial version.