Skip to content

3.2.0

Compare
Choose a tag to compare
@DJCordhose DJCordhose released this 17 Sep 08:30
· 98 commits to master since this release

Feature Release:

  • Fixed Bug: String literals in comparisons can now contain spaces
  • Now building for JDK 1.7
  • Transformation of model value to iterable for for each now done in ModelAdaptor
  • ModelAdapter can be configured to treat everything as a list when looping over it, prevents map to be iterated over as entries
  • ModelAdapter now manages special iterator alias, DefaultModelAdapter provides "_it" for backward compatibility
  • ModelAdapter now has a (slow) fallback to access maps with keys that are not strings (iterating through all keys, turning them to strings and compare), can be deactivated