<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"
					xmlns:content="http://purl.org/rss/1.0/modules/content/"
					xmlns:wfw="http://wellformedweb.org/CommentAPI/"
				  >
<channel>
<title>lessphp changelog</title>
<link>http://leafo.net/lessphp/</link>
<description><![CDATA[lessphp is a compiler for LESS written in php.]]></description>
<item>
<title>version 0.2.0</title>
<link>http://leafo.net/lessphp/#v0.2.0</link>
<pubDate>Sat, 27 Mar 2010 22:00:00 -0500</pubDate>
<description><![CDATA[<a name="v0.2.0"></a>
<div style="margin: 0.0 1.0em 0.5em;"><code><b>version 0.2.0 - March 27 2010</b></code><ul>
	<li>reimplemented core parsing techniques, 50% speed up</li>
	<li>all css selectors should be functional</li>
	<li>support for @charset @font-face</li>
	<li><code>&</code> operator for nesting chained blocks</li>
	<li><code>!</code> operator for inserting important property</li>
	<li>exposed function api: <a href="http://github.com/leafo/lessphp/commit/2fb4296a6a7287ea53e99b73858bfd5a44834cad">http://github.com/leafo/lessphp/commit/2fb4296a6a7287ea53e99b73858bfd5a44834cad</a></li>
	<li>much better number, color, and string parsing support</li>
</ul></div>
]]></description>
</item>
<item>
<title>version 0.1.6</title>
<link>http://leafo.net/lessphp/#v0.1.6</link>
<pubDate>Fri, 21 Aug 2009 14:35:00 -0500</pubDate>
<description><![CDATA[<a name="v0.1.6"></a>
<div style="margin: 0.0 1.0em 0.5em;"><code><b>version 0.1.6 - August 21 2009</b></code><ul>
	<li>rewrote command line tool, plessc, with more logical argument parsing and proper exit codes</li>
	<li>separate blocks of the same name will now merge instead of overwriting each over</li>
	<li>fixed a bug with any type of mixin not searching outside the scope</li>
	<li>updated this webpage</li>
	<li>happy 1 month anniversary ;)</li>
</ul></div>
]]></description>
</item>
<item>
<title>version 0.1.5</title>
<link>http://leafo.net/lessphp/#v0.1.5</link>
<pubDate>Thu, 06 Aug 2009 03:35:00 -0500</pubDate>
<description><![CDATA[	<a name="v0.1.5"></a>
	<div style="margin: 0.0 1.0em 0.5em;"><code><b>version 0.1.5 - August 6 2009</b></code><ul>
		<li>wrote documentation, see <a href="http://leafo.net/lessphp/docs/">http://leafo.net/lessphp/docs/</a></li>
		<li>added support for variables inside of strings</li>
		<li>mixins append their data into the block instead of overwriting</li>
		<li>fixed a bug where rgb was being ignored since 0.1.4</li>
	</ul></div>
]]></description>
</item>
<item>
<title>version 0.1.4</title>
<link>http://leafo.net/lessphp/#v0.1.4</link>
<pubDate>Wed, 05 Aug 2009 02:35:00 -0500</pubDate>
<description><![CDATA[	<div style="margin: 0.0 1.0em 0.5em;"><code><b>version 0.1.4 - August 4 2009</b></code><ul>
		<li>blocks that start with @ are treated as abstract blocks and are not printed out</li>
		<li>all blocks/mixins can now take argument lists (with default args) and be treated as functions</li>
		<li>fixed bug with nested blocks inside of a mixin printing the name of the mixin<li>
		<li>added the ability to specify import directory for @import</li>
		<li>the correct import directory is figured out automatically when you compile from file path</li>
		<li>fixed bug with @import and comments in imported file</li>
	</ul></div>
]]></description>
</item>
<item>
<title>version 0.1.3</title>
<link>http://leafo.net/lessphp/#v0.1.3</link>
<pubDate>Tue, 28 Jul 2009 19:22:00 -0500</pubDate>
<description><![CDATA[	<div style="margin: 0.0 1.0em 0.5em;"><code><b>version 0.1.3 - July 28 2009</b></code><ul>
		<li>setting variables to themselves in equations works how you expect</li>
		<li>parentheses are supported in arithmetic</li>
		<li>all variables and arithmetic do lazy evaluation, variables are set to the equation and not the value</li>
		<li>code no longer throws php notices</li>
	</ul></div>
]]></description>
</item>
<item>
<title>version 0.1.2-1 bugfix</title>
<link>http://leafo.net/lessphp/#v0.1.2-1</link>
<pubDate>Thu, 23 Jul 2009 15:13:00 -0500</pubDate>
<description><![CDATA[	<div style="margin: 0.0 1.0em 0.5em;"><code><b>version 0.1.2-1 - July 23 2009</b> bugfix</code><ul>
		<li>issue with comments and whitespace on head of document fixed</li>
	</ul></div>
]]></description>
</item>
<item>
<title>version 0.1.2</title>
<link>http://leafo.net/lessphp/#v0.1.2</link>
<pubDate>Thu, 23 Jul 2009 13:13:00 -0500</pubDate>
<description><![CDATA[	<div style="margin: 0.0 1.0em 0.5em;"><code><b>version 0.1.2 - July 23 2009</b></code><ul>
		<li>Performance enhancements (50% faster compile for average case)</li>
		<li>Accepts more native css properties and values (still some trouble with more advanced css3 stuff)</li>
		<li>Better string support in general</li>
		<li>Comments will no longer be interpreted from within strings</li>
	</ul></div>
]]></description>
</item>
<item>
<title>version 0.1.1</title>
<link>http://leafo.net/lessphp/#v0.1.1</link>
<pubDate>Wed, 22 Jul 2009 10:46:00 -0500</pubDate>
<description><![CDATA[	<div style="margin: 0.0 1.0em 0.5em;"><code><b>version 0.1.1 - July 22 2009</b></code><ul>
		<li>New @import parsing, supports media
		<li>Repeated properties are all written instead of overwriting each other
		<li>Support for additional css properties and values that were left out
		<li>New comment parsing prevents comments inside of strings from being removed
		<li>Added a static compile on demand function to lessc
		<li>Updated command line utility significantly
		<li>Fixed color rendering bug for small rgb values
	</ul></div>
]]></description>
</item>
<item>
<title>version 0.1.0</title>
<link>http://leafo.net/lessphp/#v0.1.0</link>
<pubDate>Tue, 21 Jul 2009 01:52:00 -0500</pubDate>
<description><![CDATA[	<div style="margin: 0.0 1.0em 0.5em;"><code><b>version 0.1.0 - July 21 2009</b></code><ul>
		<li>Initial release</li>
	</ul></div>
]]></description>
</item>
</channel>
</rss>