Skip to content

Releases: DJCordhose/jmte

5.0.0

07 Nov 14:17
Compare
Choose a tag to compare
  • Breaking Change: Completely removed Abstraction over Template types, only interpreted survives
  • Breaking Change: Removed all API deprecated in version 4
  • Breaking Change: Switch to Java 8 language level
  • Bug fix / Enhancement: if statement more robust (#8)
  • Refactoring / Cleanup: Removed all caliper tests and real life test
  • Deprecation: Configurable expression syntax, will be fixed to ${...}
  • Enhancement: transform using a null template will yield null

3.2.0

17 Sep 08:30
Compare
Choose a tag to compare

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

Bug-Fix-Release 3.1.1

06 Sep 08:29
Compare
Choose a tag to compare

Bug-Fix-Release 3.1.1