Skip to content

Latest commit

 

History

History
146 lines (55 loc) · 5.03 KB

CHANGELOG.md

File metadata and controls

146 lines (55 loc) · 5.03 KB

Change Log

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

0.5.12 (2020-12-07)

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

0.5.11 (2020-11-26)

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

0.5.10 (2020-11-24)

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

0.5.9 (2020-10-19)

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

0.5.8 (2020-10-03)

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

0.5.7 (2020-09-22)

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

0.5.6 (2020-09-13)

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

0.5.5 (2020-08-28)

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

0.5.4 (2020-08-20)

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

0.5.3 (2020-08-17)

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

0.5.2 (2020-08-16)

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

0.5.0 (2020-08-10)

Features

  • shader-ast-js: add vec coercions & bvec ops (3f111c9)

0.4.0 (2019-09-21)

Bug Fixes

  • shader-ast-js: fix divisions (bc81ff8)

Features

  • shader-ast-js: add div-by-zero guards (233528d)
  • shader-ast-js: replace JS runtime fns, add doc strings (0798a35)

0.3.0 (2019-08-17)

Features

  • shader-ast-js: add support for 2-arg atan(), move types to api.ts (a760085)

0.2.0 (2019-07-12)

Features

  • shader-ast-js: add uvec/bvec support, add bool => float casting (90bb850)

0.1.0 (2019-07-07)

Bug Fixes

  • shader-ast-js: add missing faceForward, reflect, refract builtins (c63058e)
  • shader-ast-js: add/fix vec4 ops (7f7f1f6)
  • shader-ast-js: avoid extraneous semicolons (2b56c91)
  • shader-ast-js: op2 int handling, update vectors/matrices imports, update pkg (dc54ec2)
  • shader-ast-js: op2 type hint interpretation (fdaac1f)

Features

  • shader-ast-js: add % operator support (c1b25c6)
  • shader-ast-js: add array init, more builtin stubs, minor refactor (fb5141e)
  • shader-ast-js: add missing texture lookup stubs (f0370b0)
  • shader-ast-js: add post-inc/dec support, update op1 handler (8073edd)
  • shader-ast-js: add uvec ops, update imports (5dcd39f)
  • shader-ast-js: extract JS codegen & runtime as own pkg (8177469)
  • shader-ast-js: int/uint/ivec support, while loop, fix bool (003069e)