All Versions
28
Latest Version
Avg Release Cycle
83 days
Latest Release
-

Changelog History
Page 1

  • v0.11.3 Changes

    • โž• Add hyperlink, hyperlinkWithId and hyperlinkWithParams, and support for clickable hyperlinks.
  • v0.11.2 Changes

    • ๐Ÿ On Windows, fix compatability with the Windows I/O Manager (WinIO) when GHC >= 9.0.1 but Win32 < 2.9.0.0.
    • ๐Ÿ‘Œ Improvements to Haddock documentation.
  • v0.11.1 Changes

    • ๐Ÿ On Windows, fix compatability with the Windows I/O Manager (WinIO) introduced in GHC 9.0.1, by incorporating changes made in package Win32-2.13.2.0 in that regard.
    • ๐Ÿ‘Œ Improvements to Haddock documentation.
  • v0.11 Changes

    • โœ‚ Remove deprecated getCursorPosition0. (Use getCursorPosition instead.)
    • ๐Ÿšš On Unix-like operating systems, the temporary turning off of echoing is moved from getReportedCursorPosition to hGetCursorPositon.
    • On Unix-like operating systems, fix a bug in getCursorPosition and hGetCursorPosition, where the console input stream was was not always clear before the cursor position was emitted into it.
  • v0.10.3 Changes

    February 08, 2020
    • โž• Add getCursorPosition as a synonym of getCursorPosition0 and deprecate the latter.
  • v0.10.2 Changes

    November 20, 2019
    • hGetTerminalSize now assumes a terminal is no bigger than 9,999 by 9,999 (previously, no bigger than 999 by 999).
    • ๐Ÿ On Windows, fix a bug where emulated cursor movement functions differed from Windows 10 (movement bounded by the current viewport).
  • v0.10.1 Changes

    October 05, 2019
    • โž• Add hGetCursorPosition and hGetTerminalSize.
    • On Unix-like operating systems, fix a bug where getReportedCursorPosition could block indefinitely if no information was forthcoming on the console input stream.
    • ๐Ÿ‘Œ Improvements to Haddock documentation.
  • v0.10 Changes

    September 05, 2019
    • โž• Add support for setting the default color with new SetDefaultColor constructor of the SGR type.
    • getTerminalSize now flushes the stdout channel, to ensure the cursor position is unaffected.
  • v0.9.1 Changes

    May 12, 2019
    • Flag modules with GHC's 'Safe Haskell' language extensions (from GHC 7.2.1).
    • ๐Ÿ‘Œ Improvements and corrections to Haddock documentation.
  • v0.9 Changes

    January 26, 2019
    • โž• Add support for 256-color palettes with new SetPaletteColor constructor of the SGR type, and xterm6LevelRGB, xterm24LevelGray and xtermSystem.
    • โœ‚ Remove deprecated getCursorPosition. (Use getCursorPosition0 instead.)
    • โž• Add hSupportsANSIColor.
    • โž• Add getTerminalSize.
    • ๐Ÿ‘Œ Improvements to Haddock documentation.