inversion version 0.7.0 has been released!
* <http://deveiate.org/projects/Inversion>
Inversion is a templating system for Ruby. It uses the "Inversion of Control"
principle to decouple the contents and structure of templates from the code
that uses them, making it easier to separate concerns, keep your tests simple,
and avoid polluting scopes with ephemeral data.
Changes:
···
== v0.7.0 [2012-03-29] Michael Granger <ged@FaerieMUD.org>
- Switch to a much more flexible way to render tag bodies. This should
resolve most of the problems we've encountered with complex templates.