- Last updated: 2024-10-05T12:12:32Z
- Generator: thi.ng/monopub
All notable changes to this project will be documented in this file. 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.1.0 (2024-06-21)
- add fillRule attrib support (9acb563)
- enforce uniform naming convention of internal functions (56992b2)
3.0.1 (2024-05-09)
- minor update
draw()
arc handling (e82077e)
3.0.0 (2024-05-08)
- fix #69 add elliptic arc path segment support, rename circular arc segments (7f82cb2)
- BREAKING CHANGE: add elliptic arc path segment support, rename circular arc segments
- update
path()
arc segment handling- use standard
A
anda
path segment types for SVG-compatible elliptic arc segments - use
R
andr
for canvas-only circular arc segments
- use standard
- update deps
- update
- update rect(), use native rounded rect drawing (5540510)
2.5.36 (2024-04-20)
- update type usage (33ffebf)
2.5.17 (2024-02-22)
- update object destructuring in all pkgs & examples (f36aeb0)
2.5.14 (2024-02-19)
- fix #448, pass vertex layout opts to packedPolyline()/packedPolygon() (eb2bdc0)
- update args for packedPolyline()/packedPolygon()
- update draw() delegation call sites
2.5.2 (2023-12-19)
- fix rounded rect attrib handling (ee79d01)
2.5.0 (2023-12-18)
2.4.6 (2023-11-09)
- update all tests (packages A-S) (e3085e4)
2.4.0 (2023-10-23)
- add/update packed shape support (14ce2f8)
- add packedPolyline() / packedPolygon() fns
- update draw() to add support for new shape types
2.3.24 (2023-10-11)
- fix "ellipse" shape handling (off-by-one error) (d1985c4)
- update draw() to include last (CCW flag) shape arg
- also related to #418
- update circular arc handling in draw() (18173c5)
- actually use CCW shape arg
- add issue references for upcoming fixes
2.3.0 (2023-04-08)
- add support for __clear ctrl attrib (2f3de82)
2.2.1 (2023-02-05)
- add null check for __skip attrib (416b7bb)
2.2.0 (2023-01-10)
- add __background attrib support (a33a58d)
- update __mergeState() to fill bg if attrib given
- refactor attrib handling in main draw() fn
2.1.9 (2022-04-07)
- replace deprecated .substr() w/ .substring() (0710509)
2.1.0 (2021-11-17)
- Using workspaces for local tools (bf7a404)
Improving the overall build ergonomics
- introduced a tools workspaces
- imported it in all needed packages/examples
- inclusive project root
- testrunner to binary (4ebbbb2) this commit reverts (partly) changes made in: ef346d7a8753590dc9094108a3d861a8dbd5dd2c overall purpose is better testament ergonomics: instead of having to pass NODE_OPTIONS with every invocation having a binary to handle this for us.
2.0.10 (2021-11-10)
- update all countdown loops (a5f374b)
2.0.1 (2021-10-13)
- update imports in all pkgs (5fa2b6f)
- add .js suffix for all relative imports
- update imports in all tests/pkgs (effd591)
2.0.0 (2021-10-12)
- major update of ALL pkgs (export maps, ESM only) (0d1d6ea)
- BREAKING CHANGE: discontinue CommonJS & UMD versions
- only ESM modules will be published from now on
- CJS obsolete due to ESM support in recent versions of node:
- i.e. launch NodeJS via:
node --experimental-specifier-resolution=node --experimental-repl-await
- in the node REPL use
await import(...)
instead ofrequire()
- UMD obsolete due to widespread browser support for ESM Also:
- normalize/restructure/reorg all package.json files
- cleanup all build scripts, remove obsolete
- switch from mocha to @thi.ng/testament for all tests
- update all tests in all pkgs (8b582bc)
- update all to use @thi.ng/testament
- update all test stubs (f2d6d53)
- update imports (138571a)
- minor pkg restructure (459596c)
- rename internals (043e3eb)
1.2.0 (2021-04-03)
- add IToImageData support (7cc4709)
- update image() to accept ImageData & IToImageData
- add @thi.ng/pixel as dev dependency
1.1.21 (2021-02-20)
1.1.0 (2020-07-17)
- add lines() (817b54d)
1.0.0 (2020-06-05)
- extract as new package (4b3c516)
- BREAKING CHANGE: extract as new package from former @thi.ng/hdom-canvas
- add IToHiccup support in draw (a59bb09)