Skip to content

v2.5.0

Compare
Choose a tag to compare
@ebussieres ebussieres released this 02 May 10:23
· 404 commits to master since this release
  • Handle all Iterables and Arrays in JoinFilter (#273)
  • Fix NPE in GetAttributeExpression (#299)
  • Remove redundant null check before calling operator "instanceof" in OperatorUtils. (#298)
  • Handle null values passed to an include statement (#283)
  • Fix performance regression issues (#326, #328)
  • Add Reverse filter (#315)
  • Make "loop.length" and "loop.revindex" be lazy evaluated (#279)
  • Fixed security issue which allowed to execute shell command by having access to Java's Class object. It is disabled by default but can be enabled in PebbleEngine Builder (#329)
  • Throw ParserException when endBlock not found (#308)
  • For tag : add enumeration support (#292)
  • Fix operator precedence (#290)