Releases: PebbleTemplates/pebble
Releases · PebbleTemplates/pebble
v1.4.4
- Bug fix regarding NPE with internal cache
- Bug fix when using suffix with the file loader
v1.4.3
- Bug fix for issue regarding multiple for loops only rendering first one
v1.4.2
- Performance improvements
v1.4.1
- Performance improvements
v1.4.0
- 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
- Fixed lexing issue on windows
- Fixed number comparison issue
v1.3.0
- 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
- 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
- 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
- Some code cleanup and fixed an incorrect unit test.