Skip to content

v1.1.0

Compare
Choose a tag to compare
@ebussieres ebussieres released this 21 Apr 19:18
· 932 commits to master since this release
  • The ability to call bean methods that require arguments.
  • For loop now works with primitive arrays (i.e. no longer just Iterable objects).
  • Added "subscript syntax" support for accessing attributes.
  • Continuous integration with travis-ci.
  • Fixed NPE occurring in ternary expressions.
  • Fixed issue with if-then-else expressions
  • General code and testing improvements.