Skip to content

2.3.0

Compare
Choose a tag to compare
@mtdowling mtdowling released this 05 Jan 20:32
· 42 commits to master since this release
  • Added support for JEP-9,
    including unary filter expressions, and && filter expressions.
  • Fixed various parsing issues, including not removing escaped single quotes
    from raw string literals.
  • Added support for the map function.
  • Fixed several issues with code generation.