- 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.
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)
5.3.0 (2022-03-11)
- add ldiv() (35d1e97)
5.2.0 (2021-12-13)
- add prime number fns (f301256)
- add nearestPrime()
- add primesUntil()
- add tests
- update pkg
5.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.
5.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)
5.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 imports (138571a)
4.0.6 (2021-09-03)
- removing deprecated eqDeltaFixed() (1de245b)
4.0.0 (2021-04-24)
- add/update modulo functions (be7b02b)
- BREAKING CHANGE: Introduction of standard libc math functions causes
behavior change of existing
fmod()
function...- rename
fmod()
=>mod()
to align w/ GLSL counterpart - add new
fmod()
w/ standard libc behavior (same as JS % op) - add
remainder()
w/ standard libc behavior - update doc strings
- rename
- add libc math fns (28b41a8)
- add copysign()
- add exp2()
- add fdim()
- add fma()
- add frexp()
- add ldexp()
3.4.0 (2021-04-03)
- add lanczos(), fix/update/add sinc (e661b7a)
- replace broken sinc() fn w/ non-normalized real sinc
- add sincNormalized()
- add lanczos()
- fix sigmoid01() signature (378cb17)
3.3.0 (2021-03-17)
- add mixBicubic(), mixCubicHermiteFromPoints() (30dda42)
- replace mixBilinear() w/ inline impl (bb16dc5)
- new impl ~1.7x faster
3.2.0 (2021-02-20)
- add clamp0() (d18c869)
3.1.0 (2021-01-10)
- add floorTo/ceilTo() (595fe83)
3.0.0 (2020-12-22)
- update/fix sigmoid() behavior (07a278f)
- BREAKING CHANGE: add new bias arg for sigmoid() to satisfy more use cases.
Use sigmoid01() for old behavior.
- add/update docstrings
- add desmos links
- fix #256 replace enum w/ type alias (8f00375)
- update comparison order in classifyCrossing()
- BREAKING CHANGE: replace Crossing enum w/ type alias
- add various T-norm functions (ab4a810)
- add gaussian() (138befe)
- add more parametric T-norms (38bd40e)
2.2.2 (2020-12-07)
- update type-only imports in various tests/pkgs (3fd9c24)
2.2.0 (2020-11-24)
- add generalized schlick curve (4b6eb84)
2.1.0 (2020-09-13)
- add lens(), invCircular() interpolators (56dce17)
1.7.5 (2020-04-05)
- switch to non-const enums (783e5e3)
1.7.0 (2020-02-25)
1.6.0 (2020-01-24)
- add expFactor(), update wrap/wrapOnce() (bb07348)
- rename wrap => wrapOnce()
- add new wrap() which wraps any value, regardless of dist to interval border
- update docs
- add clamp05, update wrapOnce, wrap01, wrap11 (19af252)
- add clamp05()
- wrap fns now consistently use closed intervals
1.5.0 (2019-11-09)
- add mixCubicHermite & tangent fns (d6b4b37)
1.4.0 (2019-07-07)
- add signed/unsigned int math ops (518d79a)
1.3.0 (2019-05-22)
1.2.0 (2019-03-18)
- more trigonometry (b5e1c02)
- add consts (28e9898)
- add cos/sin approximations, loc(), add docstrings (78ed751)
1.1.0 (2019-02-05)
- add PHI const (57d4488)
1.0.0 (2019-01-21)
- update package build scripts & outputs, imports in ~50 packages (b54b703)
- BREAKING CHANGE: enabled multi-outputs (ES6 modules, CJS, UMD)
- build scripts now first build ES6 modules in package root, then call
scripts/bundle-module
to build minified CJS & UMD bundles in/lib
- all imports MUST be updated to only refer to package level (not individual files anymore). tree shaking in user land will get rid of all unused imported symbols.
- build scripts now first build ES6 modules in package root, then call
- use arrow fns (560207a)
0.2.1 (2018-11-20)
0.2.0 (2018-10-21)
0.1.0 (2018-10-17)
- extract maths fns from @thi.ng/vectors as new package (4af1fba)