Skip to content

2.1.0.Final

Compare
Choose a tag to compare
@mkouba mkouba released this 09 Oct 12:05
· 128 commits to master since this release
  • Introduce ValueConverter API (#95)
  • Preserve exception message during compilation (#93, thanks @hwellmann !)
  • Don't cache template sources by default (#92)
  • Allow fine-grained template cache invalidation (#91)
  • Add FormatHelper - a simple printf-style format helper, i.e. {{fmt '%tA' now locale='en'}} or {{fmt 'Hello %s!' 'me'}}
  • Support list/array literals in helpers (#90)
  • InvokeHelper - support default method name