mordant v2.0.0-alpha1 Release Notes

Release Date: 2020-11-01 // over 3 years ago
  • 2019-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 and TextStyles top-level objects, and Terminal.print will downsample th resulting strings based on the detected terminal capabilities.