Skip to content

Latest commit

 

History

History
55 lines (32 loc) · 2.84 KB

CHANGELOG.md

File metadata and controls

55 lines (32 loc) · 2.84 KB

Change Log

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

0.4.5 (2020-02-25)

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

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)