All Versions
62
Latest Version
Avg Release Cycle
57 days
Latest Release
-

Changelog History
Page 2

  • v5.25 Changes

    October 15, 2018
    • The Vty type got a new field, isShutdown, that returns whether the Vty handle has had its 'shutdown' function called (thanks Ian Jeffries)
    • Vty's shutdown function is now thread-safe.
  • v5.24.1 Changes

    October 15, 2018
    • The "shutdown" method of Vty handles is now idempotent (#159)
  • v5.24 Changes

    September 06, 2018
    • โž• Add Generic and NFData instances for some types
    • ๐Ÿšš Image: remove custom Show instance, add derived Show and Read instances
    • โšก๏ธ Updated Travis build settings (thanks Eric Mertens)
  • v5.23.1 Changes

    July 29, 2018
    • ๐Ÿ›  Fixed a bug where italics did not combine properly with other display modes (#155, thanks Eric Mertens)
  • v5.23 Changes

    July 27, 2018
    • โž• Added support for italicized output when terminfo supports it. This takes the form of a new Style, "italic". Note that most terminfo descriptors do not report capabilities for italics, so support for this will be very spotty.
    • ๐Ÿ“š Updateed text/string function documentation to indicate that escapes are not permitted in their inputs.
  • v5.22 Changes

    July 12, 2018
    • โž• Added Graphics.Vty.Attributes.Color240.color240CodeToRGB function (thanks Brent Carmer)
    • โž• Added nextEventNonblocking function (field) to Vty type (#87)
  • v5.21 Changes

    March 17, 2018
    • Picture and Background now provide Eq instances (thanks Jaro Reinders)
    • ๐Ÿ— #145: vty builds with microlens 0.4.9 (thanks Daniel Wagner)
    • #142: note requirement of threaded RTS
  • v5.20 Changes

    February 04, 2018

    API changes:

    • Split up Monoid instances into Monoid and Semigroup for newer GHCs (thanks Ryan Scott)
  • v5.19.2

    January 19, 2018
  • v5.19.1 Changes

    API changes:

    • Cursor now provides an Eq instance (thanks Jaro Reinders)