Release Notes: Allows configuration of the logger in server.cfg. It adds Ruby-style # {...} interpolation to template attributes. The client IP and port are available in HTTP requests.
Release Notes: In addition to bug fixes, this release contains a number of major changes and requires Ruby 1.8.3 (although at least one person has gotten it running on 1.8.2).
Release Notes: This is a bugfix release, including allowing template data models to be types other than Hash, allowing apps to be mapped to the server root ("/"), and not sending a HTTP response when a socket is closed due to timeout.
Release Notes: Major enhancements were made to the templates and a number of bugfixes were included. Empty tags are now output in HTML 4-compatible style and data models can now contain both Hashes and Objects. It is now possible for templates to access sub-elements of the data model via the parent.child syntax.