Inversion 0.7.0 Released

inversion version 0.7.0 has been released!

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 G. [email protected]

  • Switch to a much more flexible way to render tag bodies. This should
    resolve most of the problems we’ve encountered with complex templates.