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)