Skip to content

Latest commit

 

History

History
9 lines (9 loc) · 751 Bytes

changes.md

File metadata and controls

9 lines (9 loc) · 751 Bytes
  • 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