Releases: kittikjs/cursor
Releases · kittikjs/cursor
v5.0.0
<a name"5.0.0">
5.0.0 (2016-05-12)
Bug Fixes
- cell: Fix issue with checking on own property (31c5bb10)
- cursor: Replace True Color with 256-color (82c37eab)
Breaking Changes
v4.1.0
<a name"4.1.0">
4.1.0 (2016-03-29)
Features
- package: Update a lot of doc-blocks for more understandable docs (5b311225)
v4.0.0
<a name"4.0.0">
4.0.0 (2016-03-22)
Features
- cursor:
- Fully rewritten render engine
v3.0.1
<a name"3.0.1">
3.0.1 (2016-02-26)
Bug Fixes
- cursor:
- Fix issue with undefined display settings (9b43015e)
- Fix issue with combining different display modes (1662e597)
v3.0.0
<a name"3.0.0">
3.0.0 (2016-02-26)
Bug Fixes
- cursor:
- Fix issue with float coordinates (eaec5c69)
- Fix issue with erasing regions (03e0dbf0)
Features
- cursor:
- Implement flushing the buffer by diff (c56613e7)
- Implement erasing regions in new virtual console (0ae6e1c3)
- Move the origin point to (0, 0) (db8ba0e0)
- Implement decoding control codes to array of codes (0cc31d44)
- Implement simple virtual terminal for caching data (9e02c6bf)
Breaking Changes
v2.4.1
<a name"2.4.1">
2.4.1 (2016-02-05)
Bug Fixes
- cursor: Hardcode the process.stdout stream as a solution for DI (c3dc3c6e)
v2.4.0
<a name"2.4.0">
2.4.0 (2016-01-18)
Features
- cursor:
- Implement checking display modes (2b48cd3c)
- Implement custom sizes for viewport (3c5860e6)
- Class Cursor exports by default (3ef1955d)
- Implement viewport that renders only what you can actually see (3204bbd1)
v2.3.1
<a name"2.3.1">
2.3.1 (2016-01-13)
Bug Fixes
- cursor: Remove unnecessary pointers to COLORS, etc... (fc9fd7f4)
v2.3.0
<a name"2.3.0">
2.3.0 (2016-01-10)
Features
- cursor: Add support for color names as strings in foreground() and background() (4ad6ea33)
v2.2.0
<a name"2.2.0">
2.2.0 (2015-12-24)
Bug Fixes
- cursor: Fix issue when calling erase() with wrong argument writes to stream (fdef80a6)
Features
- cursor:
- Implement adding new streams on the fly via .pipe() method (bd853a4d)
- Implement support for several streams (1df93212)