reflex-vty/ChangeLog.md

24 lines
465 B
Markdown
Raw Normal View History

# Revision history for reflex-vty
2019-12-19 23:50:33 +03:00
## Unreleased
* Add `keyCombo` function (single-key-combination version of `keyCombos`)
## 0.1.2.0
* Allow TextZipper contents to be tranformed before being displayed
* Fix bug in `row` orientation
2019-09-07 22:07:55 +03:00
* Handle wrapping of lines containing fullwidth unicode characters in `textInput`
## 0.1.1.1
* Bump minimum version of reflex
2019-08-04 20:09:09 +03:00
## 0.1.1.0
2019-08-04 18:07:12 +03:00
* Set version bounds in cabal file
* Add travis CI config
## 0.1.0.0
* Initial release