Releases: DJCordhose/jmte
Releases · DJCordhose/jmte
5.0.0
- 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
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
Bug-Fix-Release 3.1.1
- Fixed Issue 22 (https://code.google.com/p/jmte/issues/detail?id=22): Dependency to ASM again optional