All Versions
5
Latest Version
Avg Release Cycle
-
Latest Release
1638 days ago
Changelog History
Changelog History
-
v0.3.0 Changes
September 20, 2020โ Added
- โ Add
Cells
andCursor
types - Export
Termbox.Internal
module that roughly corresponds to the C library
๐ Changed
- โ Add a few arguments to the action provided to
run
- ๐ Make
run
throwInitError
s as IO exceptions - โช Reset output mode to "normal" on shutdown to work around a small bug in termbox.c that retains the output mode across separate invocations of init/shutdown
- ๐ Change type of
set
to construct aCells
rather than anIO ()
- ๐ Change a few keys into pattern synonyms because they overlap
โ Removed
- โ Remove the alt modifier field from
KeyEvent
- โ Remove
setCursor
,hideCursor
,clear
,flush
,getCells
,getSize
,poll
,run_
- โ Remove
InputMode
,MouseMode
, andOutputMode
, providing sane defaults instead - โ Remove build dependency on
c2hs
- โ Remove support for GHC < 8.2
- โ Add
-
v0.2.0 Changes
June 22, 2019โ Added
- โ Add
getCells
function - โ Add
run
function
๐ Changed
- ๐ Rename
size
togetSize
- ๐ Rename
main
torun_
and return errors as anEither
instead of throwing. - ๐ Make
Attr
'sSemigroup
instance right-biased instead of left-biased. - ๐ Make
Attr
'sNum
instance total.
โ Removed
- โ Add
buffer
function
- โ Add
-
v0.2.0.1 Changes
June 27, 2020๐ Changed
- โฌ๏ธ Bumped
base
upper bound
- โฌ๏ธ Bumped
-
v0.1.0 Changes
July 22, 2018โ Added
- ๐ Initial release
-
v0.1.0-r1
September 30, 2018