All Versions
12
Latest Version
Avg Release Cycle
227 days
Latest Release
-
Changelog History
Page 1
Changelog History
Page 1
-
v2.0.0-beta5 Changes
โ Added
- ๐ Progress bars and other single-line animations are now supported in the IntelliJ console (#49)
- โ Added
bottomTitle
toPanel
- ๐จ
Terminal.forStdErr
for printing to stderr rather than stdout - โ Add
macosArm64
target for native M1 macs
๐ Changed
- โก๏ธ Update Kotlin to 1.6.10
- ๐ฅ Breaking change: Renamed
Table
andPanel
'sborderStyle
property toborderType
andborderTextStyle
toborderStyle
- ๐ฅ Breaking change: Renamed
TerminalInfo
'sstdinInteractive
andstdoutInteractive
toinputInteractive
andoutputInteractive
, respectively
๐ Fixed
- ๐ Fix regression in clearing animations (#48)
-
v2.0.0-beta4 Changes
โ Added
Spinner
widget that displays a looping animationEmptyEidget
widget that can be used as a placeholder in layoutsrow{}
andcolumn{}
widget layouts that create a single row/column of widgets
๐ Fixed
- โฌ๏ธ Reduced flickering on high frame rate animations
-
v2.0.0-beta3 Changes
๐ Changed
- โก๏ธ Update Kotlin to 1.5.31
- โก๏ธ Update Colormath to 3.0. If you use and colormath colors directly, you may need to update your imports.
๐ Fixed
- ๐ Fixed exception thrown when parsing markdown tables with empty cells
- ๐ Fixed rendering of markdown image reference links and link content
-
v2.0.0-beta2 Changes
โ Added
- ๐ Published artifacts for macOS
๐ Changed
- โก๏ธ Update Kotlin to 1.5.10
- โช All text instances and print functions now default to preformatted whitespace, meaning that spaces and newlines will be preserved. You can explicitly pass
Whitespace.NORMAL
to restore the previous behavior.
-
v2.0.0-beta1 Changes
2021-03-26
โ Added
Table.contentToCsv
to render a table's cells to csv format- โ Added support for JavaScript and linux native targets
- ๐ Getter properties for standard theme styles
๐ Changed
- โก๏ธ Update Kotlin to 1.4.31
- ๐ Improve terminal capabilities detection
-
v2.0.0-alpha2 Changes
2021-02-02
โ Added
- ๐
Terminal.progressAnimation
builder to create a customizable progress bar animation - ๐ Improved cursor APIs and added ability to produce cursor ANSI codes as a string
- โ Add ability to override detected terminal interactivity separately from the ANSI capabilities (#7)
๐ Changed
- Rework theming system to simplify customization
- ๐
-
v2.0.0-alpha1 Changes
November 01, 20202019-11-01
๐ Mordant 2.0 is a rewrite that retains the simple APIs of Mordant 1.0, and adds support for rendering complex widgets.
โ Added
- โ Added renderable widgets, including tables, panels, and lists
- โ Added markdown rendering
- โ Added a theme system to customize text styles on an entire terminal instance
- โ Added animations that automatically clear the previous frame when redrawing
๐ Changed
- ๐ Improved terminal capability detection
- ๐
ANSI colors and styles can now be applied through the
TextColors
andTextStyles
top-level objects, andTerminal.print
will downsample th resulting strings based on the detected terminal capabilities.
-
v1.2.1 Changes
March 17, 20192019-03-17
๐ Changed
- ๐ Improve support for color detection in IntelliJ and VS Code terminals
-
v1.2.0 Changes
August 19, 20182018-08-19
โ Added
- โ Add functions for generating ANSI cursor movement
- โ Add ability to generate ANSI color codes from any colormath color object
- โก๏ธ Update colormath to 1.2.0
-
v1.1.0 Changes
July 15, 20182018-07-15
โ Added
- โ Add support for XYZ and LAB color spaces