All Versions
28
Latest Version
Avg Release Cycle
83 days
Latest Release
-
Changelog History
Page 1
Changelog History
Page 1
-
v0.11.3 Changes
- โ Add
hyperlink
,hyperlinkWithId
andhyperlinkWithParams
, and support for clickable hyperlinks.
- โ Add
-
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.
- ๐ On Windows, fix compatability with the Windows I/O Manager (WinIO) when
GHC >= 9.0.1 but
-
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.
- ๐ On Windows, fix compatability with the Windows I/O Manager (WinIO) introduced
in GHC 9.0.1, by incorporating changes made in package
-
v0.11 Changes
- โ Remove deprecated
getCursorPosition0
. (UsegetCursorPosition
instead.) - ๐ On Unix-like operating systems, the temporary turning off of echoing is moved
from
getReportedCursorPosition
tohGetCursorPositon
. - On Unix-like operating systems, fix a bug in
getCursorPosition
andhGetCursorPosition
, where the console input stream was was not always clear before the cursor position was emitted into it.
- โ Remove deprecated
-
v0.10.3 Changes
February 08, 2020- โ Add
getCursorPosition
as a synonym ofgetCursorPosition0
and deprecate the latter.
- โ Add
-
v0.10.2 Changes
November 20, 2019hGetTerminalSize
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
andhGetTerminalSize
. - 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.
- โ Add
-
v0.10 Changes
September 05, 2019- โ Add support for setting the default color with new
SetDefaultColor
constructor of theSGR
type. getTerminalSize
now flushes thestdout
channel, to ensure the cursor position is unaffected.
- โ Add support for setting the default color with new
-
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 theSGR
type, andxterm6LevelRGB
,xterm24LevelGray
andxtermSystem
. - โ Remove deprecated
getCursorPosition
. (UsegetCursorPosition0
instead.) - โ Add
hSupportsANSIColor
. - โ Add
getTerminalSize
. - ๐ Improvements to Haddock documentation.
- โ Add support for 256-color palettes with new