Releases: PebbleTemplates/pebble
Releases · PebbleTemplates/pebble
v3.0.7
- Add Automatic-Module-Name to support Java 9 modules (#416)
v3.0.6
- Check that parseNewVariableName() parses a valid identifier (#409)
- Set up Pebble documentation site using Orchid (#411)
- Add twig compatibility matrix documentation (#247)
v3.0.5
Cannot access List methods (#402)
Implement to boolean smart-casting in OR and AND operators (#405)
v3.0.4
- Make NOT operator more tolerant to argument type (#394)
- Make ternary if operator more tolerant to argument type (#399)
- Adjust AndExpression and OrExpression logic (#398)
- Add JSON escaping as part of the default escaping strategies (#395)
v3.0.3
- Support more expressions for
if
operator (#387)
- Consider adding greedyMatchMethod to PebbleProperties (#388)
- Use locale from context for lower/upper filter (#390)
- Restore cache:invalidateAll method (#393)
v3.0.2
- Add PebbleCache interface and use ConcurrentMap instead of Caffeine as default template/tag cache (#381)
- Use unbescape instead of Coverity Escapers (#380)
v3.0.1
- Macros are restricted to a local scope (#371)
- Macros have access to global attributes via "_context" variable (#242)