Skip to content

Version 2.2.0

Compare
Choose a tag to compare
@KazDragon KazDragon released this 27 Apr 16:29
· 25 commits to master since this release
bfe3425

Breaking Change:
#288 Fold continuation functions into Terminal constructor

In this release, the read/write functions are now passed into the terminal constructor, meaning that they don't have to be repeatedly added at read()/write() sites. This improves the API considerably, but is a breaking change.