You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added support for WebJars when running with the embedded Jetty or Tomcat servlet container.
When deployed as a WAR, WebJars were already supported.
Added rife.feed package to make it easy to generate content syndication feeds.
Fix to template parsing to support tags inside angled brackets without adjacent spaces.
For instance: <{{v value1/}}></{{v value2/}}>
Template improvements when being processed through web engine.
The Context parameters are now used for the param: filtered value tags instead of request parameters.
Fix to ensure that templates going through the web engine Context always get the context added as a template attribute before printing the template.
Added ability to set custom attributes in CookieBuilder.
Fixed issue where MySQL TINYINT(1) columns wouldn't be converted to boolean types in the database layer.