Skip to content

v1.1.10

Latest
Compare
Choose a tag to compare
@lammas lammas released this 06 Jul 09:14
· 9 commits to master since this release

Many thanks to @DiThi and @mikecao for finding these problems.

  • Fix: glsl.string() - handling parentheses for ternary operators
  • Fix: glsl.string() - array size in function parameters
  • Fix: glsl.string() - handling of statement bodies with no statements
  • Fix: glsl.string() - parentheses with a postfix mishandled in deparsing
  • Fix: glsl.parse() - parsing unary operator after return
  • Fix: glsl.string() - missing newline before preprocessor directives in minified output