- 1.12.27 - fix for the
:parentloop
key for thefor
tag implementation to allow accessing parent loop context in nested loops - 1.12.26 - fix for file path resolution on Windows
- 1.12.25 - fix for elif tags
- 1.12.24 - updated text/javascript to application/javascript in the script tag
- 1.12.23 - NPE fix
- 1.12.22 - Allow comparing strings and keywords in the if tag like so {% if x = :lol %}
- 1.12.21 - elif tag support
- 1.12.20 - fix for handling short form comments inside tags
- 1.12.19 - fix for resolving path on Windows
- 1.12.11 - updated
round
filter to return the value without wrapping it with[:safe ]
- 1.12.10 - updated
add
filter to return the value without wrapping it with[:safe ]
- 1.12.9 - Fix for tag accepts qualified keywords PR 194
- 1.12.8 - add async support in middleware
- 1.12.7 - improved performance by setting the size in StringBuilder explicitly
- 1.12.6 - render dates in locale-aware fashion, PR 190
- 1.12.5 - added java.sql.Date formatter
- 1.12.4 - switched to use native Java time API instead of Joda time, time filters now default to 24 hour format
- breaking change: existing Joda date format strings may not be supported by the Java time API - 1.12.1 - renamed
:servlet-context
to:selmer/context
- 1.11.1 - Added support of context parameter as first argument of {% script %} and {% style %} tags
- 0.9.5 - date filter will return an empty string instead of the current date given a
nil
date