Skip to content

Latest commit

 

History

History
99 lines (46 loc) · 4.28 KB

CHANGELOG.md

File metadata and controls

99 lines (46 loc) · 4.28 KB

Change Log

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

0.3.15 (2020-04-20)

Note: Version bump only for package @thi.ng/shader-ast-stdlib

0.3.14 (2020-04-11)

Note: Version bump only for package @thi.ng/shader-ast-stdlib

0.3.13 (2020-04-06)

Note: Version bump only for package @thi.ng/shader-ast-stdlib

0.3.12 (2020-04-05)

Note: Version bump only for package @thi.ng/shader-ast-stdlib

0.3.11 (2020-04-03)

Note: Version bump only for package @thi.ng/shader-ast-stdlib

0.3.10 (2020-03-28)

Note: Version bump only for package @thi.ng/shader-ast-stdlib

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)