Skip to content

release-3.1.0

Compare
Choose a tag to compare
@tomj74 tomj74 released this 16 Nov 06:16
· 41 commits to master since this release

Performance enhancements.

  • Dealing with POJO data is way way faster.
  • Conditionals are now "compiled" for speed gain.
  • slice, reverse and get filters now work on STRING type data, not just LIST type.
  • Parens are now optional for simple if conditions.
  • TemplateConfig now easier to use programmatically.
  • Allows default extension of none to be set from config.
  • Easier to set arbitrary template folder.