Skip to content

Latest commit

 

History

History
57 lines (32 loc) · 3.77 KB

CHANGELOG.md

File metadata and controls

57 lines (32 loc) · 3.77 KB

Change Log

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

0.2.3 (2020-04-05)

Note: Version bump only for package @thi.ng/text-canvas

0.2.2 (2020-03-28)

Note: Version bump only for package @thi.ng/text-canvas

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)