Skip to content

Latest commit

 

History

History
113 lines (46 loc) · 5.09 KB

CHANGELOG.md

File metadata and controls

113 lines (46 loc) · 5.09 KB

Change Log

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

0.2.34 (2020-11-26)

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

0.2.33 (2020-11-24)

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

0.2.32 (2020-10-03)

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

0.2.31 (2020-09-22)

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

0.2.30 (2020-09-13)

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

0.2.29 (2020-08-28)

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

0.2.28 (2020-08-20)

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

0.2.27 (2020-08-17)

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

0.2.26 (2020-08-16)

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)