ansi_escapes 2.0.0
ansi_escapes: ^2.0.0 copied to clipboard
ANSI escape codes for manipulating the terminal.
2.0.0 #
⚠️ Breaking #
- Added explicit types to public APIs
- Replaced the
Options
class with named optional parameters in theimage()
API. - This release may break existing code due to stricter typing and API changes
Improvements #
- Fixed Dart analysis issues
- Internal refactor to a singleton pattern for the
AnsiEscapes
instance. - Added more usage examples
1.1.0 #
- [Breaking] change curserTo --> cursorTo
1.0.0 #
- docs: readme update
- Initial Version
1.0.0-dev.3 #
- fix typo in docs
1.0.0-dev.2 #
- Add dartdocs
- fix bug
1.0.0-dev.1 #
- docs: docs update