- Last updated: 2025-01-23T13:39:11Z
- 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.
1.0.82 (2024-02-22)
- update object destructuring in all pkgs & examples (f36aeb0)
1.0.58 (2023-11-09)
- update all tests (packages A-S) (e3085e4)
1.0.53 (2023-10-24)
- update arg types for point/vec arrays (588aff8)
1.0.37 (2023-08-12)
- update .probability() call sites in various pkgs (c8c8141)
1.0.13 (2022-12-22)
- update drawRect() (rows2d iterator changes) (a77ee60)
1.0.0 (2022-09-27)
- add defBlendF/I shader fns, update Shader2D (4656c50)
- BREAKING CHANGE: update Shader2D args
- add @thi.ng/porter-duff dependency
- update Shader2D args, pass target buffer as new initial arg
- add
defBlendF()
/defBlendI()
shader fns for PD blend ops