Changes
=======
0.00012 - 13 Apr 2011
* Change how 'exposed_methods' are defined. Now functions are generated
at render time for every request, and is available in the stash
(John Napiorkowski)
0.00011 - 28 Feb 2011
* Change TEMPLATE_EXTENSION to template_extension in the helper
* Factor out the method to generate Xslate object (Getty)
0.00010 - 10 Feb 2011
* Fix attribute specification for 'cache' to accept Int as
Text::Xslate accepts values 0, 1, or 2 (travail, gfx)
0.00009 - 19 Jan 2011
* Added 'expose_methods' configuration option similar to the TT View
(John Napiorkowski)
* test for above (John Napiorkowski)
* allow you to pass a scalar ref to ->render so that you can render
literal / inlined templates (John Napiorkowski)
* Added docs
0.00008 - 28 Oct 2010
* Add content_charset to specify the encoding (hiratara)
-> You NEED to pass in a flagged UTF-8 to body
0.00007 - 21 Sep 2010
* Add helpers to generate stubs (garu)
* Add tests for it (garu, lestrrat)
0.00006 - 15 Jul 2010
* Update tests to work with newer Text::Xslate
* Require latest Text::Xslate
0.00005 - 09 Jun 2010
* Initialize xslate attribute on ACCEPT_CONTEXT
0.00004 - 09 Jun 2010
* s/functions/function/g
0.00003 - 22 May 2010
* Fix dependency
0.00002 - 19 May 2010
* Fix error display
0.00001 - 19 May 2010
* Initial release