termbox v0.2.0 Release Notes

Release Date: 2019-06-22 // almost 5 years ago
  • โž• Added

    • โž• Add getCells function
    • โž• Add run function

    ๐Ÿ”„ Changed

    • ๐Ÿ“‡ Rename size to getSize
    • ๐Ÿ“‡ Rename main to run_ and return errors as an Either instead of throwing.
    • ๐Ÿ‘‰ Make Attr's Semigroup instance right-biased instead of left-biased.
    • ๐Ÿ‘‰ Make Attr's Num instance total.

    โœ‚ Removed

    • โž• Add buffer function