Skip to content

Releases: PebbleTemplates/pebble

v1.4.4

21 Apr 19:16
Compare
Choose a tag to compare
  • Bug fix regarding NPE with internal cache
  • Bug fix when using suffix with the file loader

v1.4.3

21 Apr 19:16
Compare
Choose a tag to compare
  • Bug fix for issue regarding multiple for loops only rendering first one

v1.4.2

21 Apr 19:17
Compare
Choose a tag to compare
  • Performance improvements

v1.4.1

21 Apr 19:17
Compare
Choose a tag to compare
  • Performance improvements

v1.4.0

21 Apr 19:17
Compare
Choose a tag to compare
  • Added ServletLoader which is the only built-in loader that works with JBoss/Wildfly
  • Added "first" filter
  • Added "last" filter
  • Added "join" filter

v1.3.1

21 Apr 19:17
Compare
Choose a tag to compare
  • Fixed lexing issue on windows
  • Fixed number comparison issue

v1.3.0

21 Apr 19:17
Compare
Choose a tag to compare
  • Added "filter" tag
  • Added "abs" filter
  • Added "sort" filter
  • Pebble now uses the exact Map implementation provided by user instead of moving variables into it's own map implementation. This allows for custom "lazy" maps and other unique implementations.
  • Arrays and lists can now be accessed by index

v1.2.0

21 Apr 19:17
Compare
Choose a tag to compare
  • Added verbatim tag
  • Removed the LocaleAware interface; filters/functions/tests now get the locale via the EvaluationContext that is passed as a "_context" argument in the argument map
  • Added a whitespace control character: "-"
  • Fixed bug where macros were being secretly evaluated one too many times

v1.1.0

21 Apr 19:18
Compare
Choose a tag to compare
  • The ability to call bean methods that require arguments.
  • For loop now works with primitive arrays (i.e. no longer just Iterable objects).
  • Added "subscript syntax" support for accessing attributes.
  • Continuous integration with travis-ci.
  • Fixed NPE occurring in ternary expressions.
  • Fixed issue with if-then-else expressions
  • General code and testing improvements.

v1.0.0

21 Apr 19:18
Compare
Choose a tag to compare
  • Some code cleanup and fixed an incorrect unit test.