Skip to content

parse: v0.1.0

Compare
Choose a tag to compare
@climateinteractive-bot climateinteractive-bot released this 11 Dec 21:42
6bdb410

0.1.0 (2023-12-08)

Features

Bug Fixes

  • add parentheses if needed when reduceConditionals optimization is applied (#411) (9269098), closes #410
  • change reduceConditionals to not resolve variable references outside of the condition expression (#409) (62e1ab1), closes #408
  • implement unary NOT case for reduceExpr (#415) (ce66990), closes #414