- Last updated: 2025-01-29T16:25:48Z
- 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.
0.18.16 (2024-06-21)
- dedupe polynomial easing fns (1c0b095)
- redefine hash fns via HOF templates (d143855)
- enforce uniform naming convention of internal functions (56992b2)
0.18.0 (2024-03-07)
- add packFloat()/unpackFloat() (23a6d7f)
- add packedNormal2(), refactor normal2() (6f6dc1d)
- add branches() n-ary helper fn & docs (74f32ba)
0.17.0 (2024-03-06)
- add fbmNoiseVec34() (40ea58d)
- add cosineGradient() (7a20ae9)
- update cossin(), sincos(), add opt. scale factor arg (e3e8979)
- add normal2() (f6d6e33)
- update generics for clamp01(), clamp11() and various fitXX() fns (41d2882)
- simplify callsites of addSelf/mulSelf etc. (efa1f8d)
0.16.28 (2024-02-22)
- update object destructuring in all pkgs & examples (f36aeb0)
0.16.22 (2024-02-06)
- use shader type consts (039a0bf)
0.16.4 (2023-11-09)
- update all tests (packages A-S) (e3085e4)
0.16.1 (2023-10-27)
- fix pkg exports (20d5d2d)
0.16.0 (2023-10-27)
- add trunc(), modulo(), foldback01() (d3ab3e6)
0.15.0 (2023-10-25)
- add sdfPolyline2() (4b6c6b7)
- add fitNorm() (d5f21c5)
- add isPointInCircle(), isPointInRect() (de4b1ab)
- add functionSampler() HOF plotting (c6140b4)
- optimize aspectCorrectedUV2() (733331a)
0.14.20 (2023-10-24)
- use hoc function to define easing functions (2b2c451)
0.14.0 (2023-07-14)
- add smootherStep() (859fa5d)
0.13.15 (2023-05-11)
- re-use interned type constants (f6fcbc5)
0.13.14 (2023-05-05)
- fix #399 update HOF function naming (f4b62d7)
- ensure generated HOFs are using unique names to allow multiple instances
0.13.0 (2023-01-10)
- add pre/postmultiplyAlpha() fns (367ebbd)
- fix porterDuff() ops (f5bbcc8)
0.12.0 (2022-05-07)
- update cross2() as non-inline fn (59d631a)