All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.
0.4.1 (2021-01-10)
- text-canvas: fix FMT_ANSI256 bg bitshift (b50a0f9)
0.4.0 (2021-01-05)
- text-canvas: add formatter fns/utils (fb4470d)
0.3.0 (2021-01-02)
- text-canvas: add ANSI256 & HTML_565 formatters (1f2d35b)
- text-canvas: add imageRaw(), update image() (34037ad)
0.2.36 (2020-12-22)
Note: Version bump only for package @thi.ng/text-canvas
0.2.0 (2020-03-01)
- text-canvas: add tableCanvas() (13ee370)
- text-canvas: add bar chart & image fns (3130fe4)
- text-canvas: add blit(), getAt(), fix table() arg type (b5c9eb4)
- text-canvas: add bresenham line & circle fns, force int coords (0587a66)
- text-canvas: add canvas() factory fn (3baeb31)
- text-canvas: add derived style fns (horizontalOnly, verticalOnly) (dc1cb05)
- text-canvas: add ImageOpts, update image(), add resize(), extract() (73f941a)
- text-canvas: add inverted image draw opt (08cb56a)
- text-canvas: add more border consts (05247a0)
- text-canvas: add opt cell height config support (d162a1c)
- text-canvas: add scrollV() (135258e)
- text-canvas: add support for table cell format overrides (8909ce0)
- text-canvas: add table support & options (8983ad6)
- text-canvas: add textBox, update format enums & handling (c922e14)
- text-canvas: add textLines(), wordWrappedLines() (0f13fe2)
- text-canvas: add withClip/Format/Style() HOFs (369909c)
- text-canvas: add wrappedText(), update draw fns & clip rect handling (ba66aee)
- text-canvas: add/update/rename consts, toString() (254f3d7)
- text-canvas: initial import as new pkg (fd084bf)
- text-canvas: major update/rewrite, format support (57a7487)
- text-canvas: update StrokeStyle (d5bdcc8)