- Last updated: 2025-03-09T19:21:53Z
- Generator: thi.ng/monopub
All notable changes to this project will be documented in this file. Only versions published since 2022-01-01 are listed here. Please consult the Git history for older version information. See Conventional Commits for commit guidelines.
Note: Unlisted patch versions only involve non-code or otherwise excluded changes and/or version bumps of transitive dependencies.
3.0.24 (2024-06-21)
- enforce uniform naming convention of internal functions (56992b2)
3.0.3 (2024-02-22)
- update object destructuring in all pkgs & examples (f36aeb0)
3.0.0 (2024-02-19)
- add plotting, additive blending/blitting, refactor bar chart fns (7cd6d41)
- BREAKING CHANGE: swap naming of barChartH/V fns, update args for blit()/blitMask()
- swap naming of barChartH/V fns:
- barChartHLines/Str() <=> barChartVLines/Str()
- add plotBarsV() multi-plot function
- add blitBarsV() fn w/ support for custom blending fns
- add blendBarsVAdd() additive blending fn
- add BLEND_ADD lookup table for additive blending using ANSI16 colors
- update arg order of blit()/blitMask() fns
- add Canvas.empty(), Canvas.clear() fns
- swap naming of barChartH/V fns:
- unify plotting function naming (cb275ae)
- plotBarsV() => plotBarChartV()
- lineChart() => plotLineChart()
- migrate line chart fns to plot.ts
2.6.17 (2023-11-09)
- update all tests (packages A-S) (e3085e4)
2.6.0 (2023-08-24)
- add lineChart() & lineChartStr() (097e00c)
- update bar chart min/max handling (e45247d)
- auto-compute value range if not specified
2.5.0 (2023-08-14)
- add imageRawFmtOnly() (1042a40)
2.4.40 (2023-03-27)
- update remaining type imports (TS5.0) in various pkgs (e0edf26)
2.4.0 (2022-07-08)
- add blitMask() & docs (a6cf74a)
- add clearFormat() (83f04cc)
- add canvasFromText(), update Canvas (e8baa0b)
- update deps
- add canvasFromText() factory fn
- add ICopy impl for Canvas
2.3.8 (2022-06-28)
- update/simplify formatCanvas() (e2f3ab9)
- re-use new single-line formatting fns from @thi.ng/text-format
2.3.0 (2022-04-07)
- update Canvas.setAt() (7df033f)
- allow pixel value to be number or string