CHANGELOG

1.1.0 (2017-05-10)

  • Avoid trapping exceptions by using reflection (#59)

1.0.12 (2017-03-17)

  • Maintenance release

1.0.11 (2017-03-02)

  • Fixed issue with default value of boolean arguments
  • Compile method now returns type annotation issue

1.0.10 (2015-03-15)

  • Allow iterables to get queried for empty or isEmpty attribute issue

1.0.9 (2015-02-13)

  • throw exception on missing property (helps debugging and tracking down errors) issue
  • introduced assumeNullNonExistingProperty (the difference between a null field and a non-existent field) issue
  • Provide lambdas with the current nested context when they have two parameters (lambdas can now render their contents when inside of a loop) issue

1.0.8 (2015-02-01)

  • Find property names in superclasses issue