Skip to content

Latest commit

 

History

History
148 lines (60 loc) · 6.56 KB

CHANGELOG.md

File metadata and controls

148 lines (60 loc) · 6.56 KB

Change Log

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

1.1.0 (2021-08-13)

Features

  • text-canvas: add image -> braille functions (8201ad2)

0.7.14 (2021-08-07)

Bug Fixes

  • text-canvas: fix ImageOpts.chars type (0ae7855)

0.7.4 (2021-03-30)

Bug Fixes

  • text-canvas: fix FMT_NONE suffix, export format preset types (e7a9ff7)

0.7.0 (2021-03-26)

Features

  • text-canvas: update table cell wordwrap handling (f19f925)

0.6.0 (2021-03-24)

Bug Fixes

  • text-canvas: fix format start/end handling in toString() (5100222)

Features

  • text-canvas: add FMT_ANSI565, update StringFormat (3bf5b47)
  • text-canvas: add imageCanvas/String565() fns (6e254eb)

0.5.0 (2021-03-24)

Features

  • text-canvas: add FMT_NONE dummy formatter (0b1f3bd)
  • text-canvas: add hardwrapped text support (4e171db)

0.4.1 (2021-01-10)

Bug Fixes

  • text-canvas: fix FMT_ANSI256 bg bitshift (b50a0f9)

0.4.0 (2021-01-05)

Features

  • text-canvas: add formatter fns/utils (fb4470d)

0.3.0 (2021-01-02)

Features

  • text-canvas: add ANSI256 & HTML_565 formatters (1f2d35b)
  • text-canvas: add imageRaw(), update image() (34037ad)

0.2.0 (2020-03-01)

Features

  • text-canvas: add tableCanvas() (13ee370)

0.1.0 (2020-02-25)

Features

  • 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)