Skip to content

Releases: ghaiklor/terminal-canvas

v3.1.2

21 Jul 08:49
Compare
Choose a tag to compare

Minor Improvement:

  • Get rid of optional dependencies that act like a dependencies and move them into devDependencies

v3.1.1

11 May 14:21
Compare
Choose a tag to compare

Bug Fixes:

  • Cells in the canvas are not properly initialized, leading to some strange behaviours when erasing a screen e.g.

v3.1.0

11 May 14:20
Compare
Choose a tag to compare

Bug Fixes:

  • background() and foreground() accepts none as a color

v3.0.3

01 Mar 13:55
Compare
Choose a tag to compare
  • Fix types export from package.json

v3.0.2

29 Feb 12:09
Compare
Choose a tag to compare
3.0.2

v3.0.1

29 Feb 12:09
Compare
Choose a tag to compare
3.0.1

v2.1.0

30 May 09:55
Compare
Choose a tag to compare

Performance

  • Improved performance of flush() method

v2.0.0

20 Mar 13:31
Compare
Choose a tag to compare

<a name"2.0.0">

2.0.0 (2017-03-20)

Breaking Changes

  • Removed support for older NodeJS versions

(7797e66e)

v1.0.0

23 Mar 12:39
Compare
Choose a tag to compare

<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

  • Fully rewritten render engine

    (91583a3d)