Pebble v3.1.4 Release Notes

Release Date: 2020-05-28 // almost 4 years ago
    • Slice filter: Use collection size when toIndex is greater than collection size (#504)
    • Adjust spring boot doc (#509)
    • ๐Ÿ— Build with jdk14 (#508)
    • ๐Ÿ— Set proxyBeanMethods to false and build with spring boot 2.3 (#507)
    • โž• Add access to Spring Beans/request/session and response when using Pebble with WebFlux (#512)
    • โœ‚ Remove allowUnsafeMethods property and replace it with methodAccessValidator. Default one is BlacklistMethodAccessValidtor (#511)

Previous changes from v3.1.3

    • ๐Ÿ‘ Allow treating all number literals as BigDecimals to avoid NumberFormatExceptions (#503)
    • Custom operator can't use external context (#497)
    • ๐Ÿ‘ Allow all variable names to be retrieve from ScopeChain/Scope (#291)
    • ๐Ÿ‘ป Empty map in strict mode does not throw exception (#491)