github ajalt/mordant 2.0.0-beta14

latest releases: 3.0.2, 3.0.1, 3.0.0...
2 years ago

Added

  • Terminal.rawPrint which allows you to print ANSI codes manually. (#91)
  • Option to disable trailing line breaks on animations.
  • Terminal.print, println, and rawPrint now accept a stderr parameter that will print to stderr (if available).

Changed

  • Fix typo in enum name: renamed Borders.TOM_BOTTOM to Borders.TOP_BOTTOM. (#100)
  • The terminal cursor will now be hidden when progressAnimation is running.

Removed

  • Removed TerminalRecorder.currentContent. Use stdout(), stderr() or output() instead.
  • Removed Terminal.forStdErr() and TerminalInterface.forStdErr(). Use Terminal.println(stderr=true) instead.

Don't miss a new mordant release

NewReleases is sending notifications on new releases.