2.0.0-beta7
Pre-release
Pre-release
Added
- Functionality for reading user input:
Terminal.readLineOrNull
,Terminal.prompt
and variousPrompt
classes TerminalRecorder
that saves output to memory rather than printing it.TerminalRecorder.outputAsHtml()
that can render recorded output as an html file.
Changed
- When building tables,
borders
has been renamedcellBorders
, andouterBorder: Boolean
has been replaced withtableBorders: Borders?
, which allows more control over the table's outside borders. (#58) - Update Kotlin to 1.7.0
Fixed
- Avoid clobbering output when using
Terminal.forStdErr
while an animation is running. (#54)
Deprecated
- Deprecated the
VirtualTerminalInterface
. UseTerminalRecorder
instead.