Changelog for termbox-0.2.0
Changelog
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to the Haskell Package Versioning Policy.
[0.2.0] - 2019-06-21
Added
getCells
functionrun
function
Changed
- Renamed
size
togetSize
- Renamed
main
torun_
and return errors as anEither
instead of throwing. - Made
Attr
'sSemigroup
instance right-biased instead of left-biased. - Made
Attr
'sNum
instance total.
Removed
buffer
function
[0.1.0] - 2018-07-18
Added
- Initial release