Skip to content

Latest commit

 

History

History
134 lines (61 loc) · 5.96 KB

CHANGELOG.md

File metadata and controls

134 lines (61 loc) · 5.96 KB

Change Log

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

0.9.0 (2021-08-17)

Features

  • shader-ast-stdlib: add level correction fns (54963e7)

0.8.0 (2021-08-13)

Features

  • shader-ast-stdlib: add oscillator fns (f14e8cb)
  • shader-ast-stdlib: add SDF domain ops (c41b288)
  • shader-ast-stdlib: add SDF polyhedra fns (2100e50)
  • shader-ast-stdlib: add variadic SDF ops (8d6390c)

0.7.0 (2021-08-09)

Features

  • shader-ast-stdlib: add sdfUnion2(), add missing exports (9d52838)
  • shader-ast-stdlib: variadic sdf isec/sub/union (fbff935)

0.6.0 (2021-04-24)

Features

  • shader-ast-stdlib: add decodeRGBE() (f98c6a2)

0.5.0 (2020-08-28)

Features

  • shader-ast-stdlib: add ACES film tonemapping (8a0b1a3)
  • shader-ast-stdlib: add fit()/fitClamped() (64ba64c)
  • shader-ast-stdlib: add mixCubic()/mixQuadratic() (4dfc020)

0.4.5 (2020-08-16)

Performance Improvements

  • shader-ast-stdlib: update blur9/13() (de632c6)

0.4.0 (2020-08-08)

Features

  • shader-ast-stdlib: add borderMask() (bea00bf)

0.3.0 (2019-09-21)

Bug Fixes

  • shader-ast-stdlib: fix imports (188309a)
  • shader-ast-stdlib: fix imports (16823b2)

Features

  • shader-ast-stdlib: add fragUV() (b85dc8b)
  • shader-ast-stdlib: add guassian blur fns (759ace7)
  • shader-ast-stdlib: add rotationAroundAxis3/4, matrix conversions (8a473c1)
  • shader-ast-stdlib: add snoise3 & curlNoise3 (a7dc75d)

0.2.0 (2019-07-31)

Features

  • shader-ast-stdlib: add porter-duff operators (285197d)

0.1.1 (2019-07-08)

Bug Fixes

  • shader-ast-stdlib: update incomplete cartesian3, refactor cartesian2 (3299d59)

0.1.0 (2019-07-07)

Bug Fixes

  • shader-ast-stdlib: fix imports (4d9e126)
  • shader-ast-stdlib: fix rotationX4/Y4 return types (c858dce)
  • shader-ast-stdlib: update additive() fn arg type (5d66ff2)

Features

  • shader-ast-stdlib: add 2d worley noise & permutations (a645c71)
  • shader-ast-stdlib: add additive() HOF (43b2223)
  • shader-ast-stdlib: add indexTo*() and readIndex*() fns (a804c28)
  • shader-ast-stdlib: add more functions (4b6e4fe)
  • shader-ast-stdlib: add more hash fns, update voronoise2 (65b2a15)
  • shader-ast-stdlib: add new fns, various refactoring, add docs (b215055)
  • shader-ast-stdlib: add readIndex fns, hash2, minor refactorings (34b20f0)
  • shader-ast-stdlib: add snoise2, distance fns (0849f8b)
  • shader-ast-stdlib: add voronoise2() & hash3() (4bafe19)
  • shader-ast-stdlib: extract stdlib as separate pkg (86461ed)