Version 2.2.0
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.