- 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.
1.0.2 (2025-01-14)
- use optional chaining & nullish coalescing (c5a0a13)
0.15.16 (2024-06-21)
- rename various rest args to be more semantically meaningful (8088a56)
- enforce uniform naming convention of internal functions (56992b2)
0.15.12 (2024-04-20)
- update type usage (e5f1e8b)
0.15.5 (2024-03-18)
- minor updates (5c329e1)
0.15.0 (2024-03-07)
- add isLitNumOrVecConst() node check (72399b0)
- fix allChildren() handling of void returns (4aff1ec)
0.14.0 (2024-03-06)
- add self-assign math ops syntax sugar (4575082)
- add addSelf(), subSelf(), mulSelf(), divSelf() fns
- add minSelf(), maxSelf()
- alias for
assign(x, op(x, y))
- alias for
- add clampSelf()
- alias for
assign(x, clamp(x, y, z))
- alias for
- add normalizeSelf()
- alias for
assign(x, normalize(x))
- alias for
0.13.9 (2024-02-16)
- update LOGGER handling (a388a75)
0.13.7 (2024-02-06)
- use shader type consts (ace18a4)
0.13.0 (2023-12-31)
- add uvec support for basic math ops (#435) (c21e975)
- update function signatures for basic math ops: add, sub, mul, div
- fix #435, add lshift/rshift ops (a986766)
0.12.79 (2023-11-09)
- update all tests (packages A-S) (e3085e4)
0.12.75 (2023-10-25)
- fix if() handling in scopedChildren() (64d23c0)
- include test in returned children otherwise any referenced functions there will not be captured in dependencies
0.12.52 (2023-05-11)
- intern common type constants (b22891c)
0.12.6 (2022-04-07)
- replace deprecated .substr() w/ .substring() (0710509)