Releases: ghaiklor/terminal-canvas
Releases · ghaiklor/terminal-canvas
v3.1.2
Minor Improvement:
- Get rid of optional dependencies that act like a dependencies and move them into
devDependencies
v3.1.1
Bug Fixes:
- Cells in the canvas are not properly initialized, leading to some strange behaviours when erasing a screen e.g.
v3.1.0
Bug Fixes:
- background() and foreground() accepts
none
as a color
v3.0.3
- Fix types export from
package.json
v2.1.0
Performance
- Improved performance of
flush()
method
v2.0.0
<a name"2.0.0">
2.0.0 (2017-03-20)
Breaking Changes
- Removed support for older NodeJS versions
(7797e66e)
v1.0.0
<a name"1.0.0">
1.0.0 (2016-03-23)
Bug Fixes
- cursor:
- Fix issue when reset() is undefined out of the bounding box (659435a8)
- Fix issue with non-passing options on create() (05bdd97f)
Breaking Changes