- Last updated: 2026-02-07T14:15:11Z
- Generator: thi.ng/monopub
All notable changes to this project will be documented in this file. Only versions published since 2023-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.
5.15.0 (2025-12-25)
- add fraction conversions, GCD, LCM (ee0e29a)
5.14.0 (2025-12-03)
- add polynomial() polynomialRegression(), gaussianElimination() (1cdae91)
5.13.0 (2025-10-24)
- add
expRate()interpolation helper (bfe091c)
5.12.0 (2025-09-01)
- add
mixTrilinear()(5914ced) - add/update interpolation fns (91e8fbd)
- add defLanczos(), defMitchell()
- add mixKernel4()
- add interactive Desmos graphs
- update docs
5.11.0 (2024-06-21)
- add solveTridiagonal() (1277a0a)
- enforce uniform naming convention of internal functions (56992b2)
5.10.0 (2024-02-16)
- add fromDMS()/toDMS() conversions (1714067)
5.9.0 (2024-02-06)
- add easing functions (e4966fd)
- add easing functions, ported from @thi.ng/shader-ast-std pkg
5.8.0 (2024-01-26)
- add signedPow(), add docs (5207ba3)
5.7.2 (2023-11-09)
- update all tests (packages A-S) (e3085e4)
5.7.0 (2023-10-27)
- add foldback01() (1272647)
5.6.0 (2023-08-24)
- add minMax() (76ca59d)
5.5.0 (2023-07-14)
- add smoothStep01/smootherStep01() (152f93c)
5.4.4 (2023-03-02)
- update sincos/cossin return types (ae5cd82)
5.4.0 (2023-01-10)
- add factorial. permutation/combination fns (965af0d)