haml-coffee
Version:
Haml templates where you can write inline CoffeeScript.
139 lines (138 loc) • 3.9 kB
HTML
<html>
<head>
<title>Haml Coffee Documentation</title>
<link rel='stylesheet' href='assets/codo.css' type='text/css'>
<script src='assets/codo.js'></script>
</head>
<body>
<div id='header'>
<div id='menu'>
<a href='class_index.html' title='Index'>Index</a>
»
<span class='title'>CHANGELOG.md</span>
<nav>
<ul>
<li class='frames'>
(<a class='frames' href='frames.html'>frames</a>)
</li>
<li class='noframes'>
(<a class='noframes' href='#'>no frames</a>)
</li>
</ul>
</nav>
<div id='search'>
<a id='class_list_link' href='class_list.html'>Class List</a>
<a id='method_list_link' href='method_list.html'>Method List</a>
<a id='file_list_link' href='file_list.html'>File List</a>
</div>
</div>
<iframe id='search_frame'></iframe>
</div>
<div id='content'>
<div id='filecontents'>
<h1>Version 0.6.1</h1>
<ul>
<li>Fix inserting code within inserting function.</li>
</ul>
<h1>Version 0.6.0</h1>
<ul>
<li>Allow inserting code blocks to post process child output.</li>
<li>More robust attribute detection.</li>
</ul>
<h1>Version 0.5.6</h1>
<ul>
<li>Add boolean attribute logic at render time.</li>
</ul>
<h1>Version 0.5.5</h1>
<ul>
<li>Fix wrong evaluation of the <code>--basename</code> option.</li>
</ul>
<h1>Version 0.5.4</h1>
<ul>
<li>Add <code>--basename</code> option to omit the path in the JST name.</li>
<li>Better attribute look-ahead support.</li>
</ul>
<h1>Version 0.5.3</h1>
<ul>
<li>Better attribute look-ahead support.</li>
</ul>
<h1>Version 0.5.2</h1>
<ul>
<li>Fix leaking global variables when generating the Express view</li>
<li>Fix Ruby 1.9 style attributes with double quotes</li>
</ul>
<h1>Version 0.5.1</h1>
<ul>
<li>Improve template compilation for Express</li>
</ul>
<h1>Version 0.5.0</h1>
<ul>
<li>Express support</li>
<li>Optimizations for enhanced rendering speed and template size</li>
<li>Add <code>--disable-clean-value</code> option</li>
</ul>
<h1>Version 0.4.0</h1>
<ul>
<li>Remove short version for seldom used haml-coffee options</li>
<li>Add preserve and findAndPreserve helper and customization options</li>
<li>Add <code>--preserve</code> option to define the whitespace preserved tag list</li>
<li>Add <code>--autoclose</code> option to define self-closing tags</li>
<li>Add <code>--uglify</code> option to generate non-indented HTML tags</li>
</ul>
<h1>Version 0.3.1</h1>
<ul>
<li>Fix custom clean value function when escaping function is also custom provided.</li>
</ul>
<h1>Version 0.3.0</h1>
<ul>
<li>Add full Haml compatibility (haml-spec passes)</li>
<li>Add code documentation and improved README</li>
<li>Add support for Ruby 1.9 syntax attributes</li>
<li>Add <code>:coffeescript</code> filter</li>
<li>Add new compiler options<ul>
<li>Namespace</li>
<li>Disable attribute escaping</li>
<li>Custom clean value</li>
<li>HTML output format</li>
</ul>
</li>
</ul>
<h1>Version 0.2.4</h1>
<ul>
<li>Fixed a bug with relative directories, closes issue #1</li>
</ul>
<h1>Version 0.2.3</h1>
<ul>
<li>Added inline assignment of coffeescript expression for haml tags</li>
</ul>
<h1>Version 0.1.12</h1>
<ul>
<li>Attribute values can be coffeescript expressions</li>
</ul>
<h1>Version 0.1.11</h1>
<ul>
<li>Fixed bug with attribute comma separation</li>
</ul>
<h1>Version 0.1.8</h1>
<ul>
<li>Bugfix with long text</li>
<li>Refactor tests into valid and invalid cases</li>
<li>Add exit codes for binary</li>
</ul>
</div>
</div>
<div id='footer'>
Generated on
Sun Feb 26 2012 12:33:24 GMT+0100 (CET)
by
<a href='https://github.com/netzpirat/codo' title='CoffeeScript API documentation generator'>codo</a>
v0.4.1
(Node.js v0.6.11).
✲
<a href='http://twitter.com/#!/netzpirat'>@netzpirat</a>
✲
<a href='https://mksoft.ch'>mksoft.ch</a>
</div>
</body>
</html>