<?xml version="1.0"?><?xml-stylesheet type="text/xsl" href="http://www.codeplex.com/rss.xsl"?><rss version="2.0"><channel><title>Flee Release Rss Feed</title><link>http://www.codeplex.com/Flee/Release/ProjectReleases.aspx</link><description>Flee Release Rss Description</description><item><title>Updated Release: Flee-0.9.26.0 (Jun 17, 2009)</title><link>http://flee.codeplex.com/Release/ProjectReleases.aspx?ReleaseId=28952</link><description>&lt;div&gt;&lt;b&gt;New features&lt;/b&gt;
&lt;ul&gt;&lt;li&gt;ExpressionOptions.RealLiteralDataType: Specify the data type used to store real literals&lt;/li&gt;
&lt;li&gt;Decimal literals (ie: 123.45M + 3.45M)&lt;/li&gt;
&lt;li&gt;Optimization: A number raised to a constant integral power (ie: num1 ^ 2) will be optimized to a sequence of multiplications instead of a call to the Pow function&lt;/li&gt;&lt;/ul&gt;
&lt;br&gt;&lt;b&gt;Breaking Changes&lt;/b&gt;
&lt;ul&gt;&lt;li&gt;The result of the power operator is now of the same type as its first argument.  Example: 100 ^ 2 will return an integer; 1.5 ^ 2 will return a double.  Previously, the power operator always returned a double.&lt;/li&gt;&lt;/ul&gt;
&lt;br&gt;&lt;b&gt;Bug fixes&lt;/b&gt;
&lt;ul&gt;&lt;li&gt;None&lt;/li&gt;&lt;/ul&gt;
&lt;br&gt;&lt;b&gt;Release files&lt;/b&gt;&lt;br&gt;The release consists of the following packages:
&lt;ul&gt;&lt;li&gt;&lt;b&gt;Source&lt;/b&gt;: The source code for the library, demo, and test projects.&lt;/li&gt;
&lt;li&gt;&lt;b&gt;Library&lt;/b&gt;: The compiled assembly with chm documentation.&lt;/li&gt;
&lt;li&gt;&lt;b&gt;Demo&lt;/b&gt;: An &lt;a href="http://flee.codeplex.com/Wiki/View.aspx?title=demo"&gt;application&lt;/a&gt; that uses the library to generate images from expressions.&lt;/li&gt;&lt;/ul&gt;&lt;/div&gt;</description><author>eciloci</author><pubDate>Thu, 18 Jun 2009 02:29:24 GMT</pubDate><guid isPermaLink="false">Updated Release: Flee-0.9.26.0 (Jun 17, 2009) 20090618022924A</guid></item><item><title>Released: Flee-0.9.26.0 (Jun 17, 2009)</title><link>http://flee.codeplex.com/Release/ProjectReleases.aspx?ReleaseId=28952</link><description>&lt;div&gt;&lt;b&gt;New features&lt;/b&gt;
&lt;ul&gt;&lt;li&gt;ExpressionOptions.RealLiteralDataType: Specify the data type used to store real literals&lt;/li&gt;
&lt;li&gt;Decimal literals (ie: 123.45M + 3.45M)&lt;/li&gt;
&lt;li&gt;Optimization: A number raised to a constant integral power (ie: num1 ^ 2) will be optimized to a sequence of multiplications instead of a call to the Pow function&lt;/li&gt;&lt;/ul&gt;
&lt;br&gt;&lt;b&gt;Breaking Changes&lt;/b&gt;
&lt;ul&gt;&lt;li&gt;The result of the power operator is now of the same type as its first argument.  Example: 100 ^ 2 will return an integer; 1.5 ^ 2 will return a double.  Previously, the power operator always returned a double.&lt;/li&gt;&lt;/ul&gt;
&lt;br&gt;&lt;b&gt;Bug fixes&lt;/b&gt;
&lt;ul&gt;&lt;li&gt;None&lt;/li&gt;&lt;/ul&gt;
&lt;br&gt;&lt;b&gt;Release files&lt;/b&gt;&lt;br&gt;The release consists of the following packages:
&lt;ul&gt;&lt;li&gt;&lt;b&gt;Source&lt;/b&gt;: The source code for the library, demo, and test projects.&lt;/li&gt;
&lt;li&gt;&lt;b&gt;Library&lt;/b&gt;: The compiled assembly with chm documentation.&lt;/li&gt;
&lt;li&gt;&lt;b&gt;Demo&lt;/b&gt;: An &lt;a href="http://flee.codeplex.com/Wiki/View.aspx?title=demo"&gt;application&lt;/a&gt; that uses the library to generate images from expressions.&lt;/li&gt;&lt;/ul&gt;&lt;/div&gt;</description><author></author><pubDate>Thu, 18 Jun 2009 02:29:23 GMT</pubDate><guid isPermaLink="false">Released: Flee-0.9.26.0 (Jun 17, 2009) 20090618022923A</guid></item><item><title>Updated Release: Flee-0.9.25.0 (Apr 25, 2009)</title><link>http://flee.codeplex.com/Release/ProjectReleases.aspx?ReleaseId=26644</link><description>&lt;div&gt;&lt;b&gt;New features&lt;/b&gt;
&lt;ul&gt;&lt;li&gt;Can now clone an expression (cloned expression gets its own set of variables; avoids parsing/compilation overhead) (discussion #52775)&lt;/li&gt;&lt;/ul&gt;
&lt;br&gt;&lt;b&gt;Breaking Changes&lt;/b&gt;
&lt;ul&gt;&lt;li&gt;ParserOptions are now initialized based on current culture
&lt;ul&gt;&lt;li&gt;The format for date literals now defaults to the short pattern of the current culture (issue #7414)&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;&lt;/ul&gt;
&lt;br&gt;&lt;b&gt;Bug fixes&lt;/b&gt;
&lt;ul&gt;&lt;li&gt;no longer creating anonymously hosted dynamic method so that Flee will work with pre-SP1 .NET 2.0&lt;/li&gt;
&lt;li&gt;fixed culture parsing bug in demo (discussion #53702)&lt;/li&gt;&lt;/ul&gt;
&lt;br&gt;&lt;b&gt;Release files&lt;/b&gt;&lt;br&gt;The release consists of the following packages:
&lt;ul&gt;&lt;li&gt;&lt;b&gt;Source&lt;/b&gt;: The source code for the library, demo, and test projects.&lt;/li&gt;
&lt;li&gt;&lt;b&gt;Library&lt;/b&gt;: The compiled assembly with chm documentation.&lt;/li&gt;
&lt;li&gt;&lt;b&gt;Demo&lt;/b&gt;: An &lt;a href="http://flee.codeplex.com/Wiki/View.aspx?title=demo"&gt;application&lt;/a&gt; that uses the library to generate images from expressions.&lt;/li&gt;&lt;/ul&gt;&lt;/div&gt;</description><author>eciloci</author><pubDate>Sun, 26 Apr 2009 01:47:35 GMT</pubDate><guid isPermaLink="false">Updated Release: Flee-0.9.25.0 (Apr 25, 2009) 20090426014735A</guid></item><item><title>Released: Flee-0.9.25.0 (Apr 25, 2009)</title><link>http://flee.codeplex.com/Release/ProjectReleases.aspx?ReleaseId=26644</link><description>&lt;div&gt;&lt;b&gt;New features&lt;/b&gt;
&lt;ul&gt;&lt;li&gt;Can now clone an expression (cloned expression gets its own set of variables; avoids parsing/compilation overhead) (discussion #52775)&lt;/li&gt;&lt;/ul&gt;
&lt;br&gt;&lt;b&gt;Breaking Changes&lt;/b&gt;
&lt;ul&gt;&lt;li&gt;ParserOptions are now initialized based on current culture
&lt;ul&gt;&lt;li&gt;The format for date literals now defaults to the short pattern of the current culture (issue #7414)&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;&lt;/ul&gt;
&lt;br&gt;&lt;b&gt;Bug fixes&lt;/b&gt;
&lt;ul&gt;&lt;li&gt;no longer creating anonymously hosted dynamic method so that Flee will work with pre-SP1 .NET 2.0&lt;/li&gt;
&lt;li&gt;fixed culture parsing bug in demo (discussion #53702)&lt;/li&gt;&lt;/ul&gt;
&lt;br&gt;&lt;b&gt;Release files&lt;/b&gt;&lt;br&gt;The release consists of the following packages:
&lt;ul&gt;&lt;li&gt;&lt;b&gt;Source&lt;/b&gt;: The source code for the library, demo, and test projects.&lt;/li&gt;
&lt;li&gt;&lt;b&gt;Library&lt;/b&gt;: The compiled assembly with chm documentation.&lt;/li&gt;
&lt;li&gt;&lt;b&gt;Demo&lt;/b&gt;: An &lt;a href="http://flee.codeplex.com/Wiki/View.aspx?title=demo"&gt;application&lt;/a&gt; that uses the library to generate images from expressions.&lt;/li&gt;&lt;/ul&gt;&lt;/div&gt;</description><author></author><pubDate>Sun, 26 Apr 2009 01:47:35 GMT</pubDate><guid isPermaLink="false">Released: Flee-0.9.25.0 (Apr 25, 2009) 20090426014735A</guid></item><item><title>Updated Release: Flee-0.9.24.0 (Apr 03, 2009)</title><link>http://flee.codeplex.com/Release/ProjectReleases.aspx?ReleaseId=25546</link><description>&lt;div&gt;
&lt;b&gt;New features&lt;/b&gt;&lt;br&gt;&lt;ul&gt;
&lt;li&gt;None&lt;/li&gt;
&lt;/ul&gt; &lt;br&gt;&lt;b&gt;Breaking Changes&lt;/b&gt;&lt;br&gt;&lt;ul&gt;
&lt;li&gt;None&lt;/li&gt;
&lt;/ul&gt; &lt;br&gt;&lt;b&gt;Bug fixes&lt;/b&gt;&lt;br&gt;&lt;ul&gt;
&lt;li&gt;Fixed bug #7418 (Illegal one-byte branch error)&lt;/li&gt;
&lt;/ul&gt; &lt;br&gt;&lt;b&gt;Release files&lt;/b&gt;&lt;br&gt;The release consists of the following packages:&lt;br&gt;&lt;ul&gt;
&lt;li&gt;&lt;b&gt;Source&lt;/b&gt;: The source code for the library, demo, and test projects.&lt;/li&gt;&lt;li&gt;&lt;b&gt;Library&lt;/b&gt;: The compiled assembly with chm documentation.&lt;/li&gt;&lt;li&gt;&lt;b&gt;Demo&lt;/b&gt;: An &lt;a href="http://flee.codeplex.com/Wiki/View.aspx?title=demo"&gt;application&lt;/a&gt; that uses the library to generate images from expressions.&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;</description><author>eciloci</author><pubDate>Sat, 04 Apr 2009 02:05:35 GMT</pubDate><guid isPermaLink="false">Updated Release: Flee-0.9.24.0 (Apr 03, 2009) 20090404020535A</guid></item><item><title>Released: Flee-0.9.24.0 (Apr 03, 2009)</title><link>http://flee.codeplex.com/Release/ProjectReleases.aspx?ReleaseId=25546</link><description>&lt;div&gt;
&lt;b&gt;New features&lt;/b&gt;&lt;br&gt;&lt;ul&gt;
&lt;li&gt;None&lt;/li&gt;
&lt;/ul&gt; &lt;br&gt;&lt;b&gt;Breaking Changes&lt;/b&gt;&lt;br&gt;&lt;ul&gt;
&lt;li&gt;None&lt;/li&gt;
&lt;/ul&gt; &lt;br&gt;&lt;b&gt;Bug fixes&lt;/b&gt;&lt;br&gt;&lt;ul&gt;
&lt;li&gt;Fixed bug #7418 (Illegal one-byte branch error)&lt;/li&gt;
&lt;/ul&gt; &lt;br&gt;&lt;b&gt;Release files&lt;/b&gt;&lt;br&gt;The release consists of the following packages:&lt;br&gt;&lt;ul&gt;
&lt;li&gt;&lt;b&gt;Source&lt;/b&gt;: The source code for the library, demo, and test projects.&lt;/li&gt;&lt;li&gt;&lt;b&gt;Library&lt;/b&gt;: The compiled assembly with chm documentation.&lt;/li&gt;&lt;li&gt;&lt;b&gt;Demo&lt;/b&gt;: An &lt;a href="http://flee.codeplex.com/Wiki/View.aspx?title=demo"&gt;application&lt;/a&gt; that uses the library to generate images from expressions.&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;</description><author></author><pubDate>Sat, 04 Apr 2009 02:05:35 GMT</pubDate><guid isPermaLink="false">Released: Flee-0.9.24.0 (Apr 03, 2009) 20090404020535A</guid></item><item><title>Updated Release: Flee-0.9.23.0 (Feb 28, 2009)</title><link>http://flee.codeplex.com/Release/ProjectReleases.aspx?ReleaseId=22886</link><description>&lt;div&gt;
&lt;b&gt;New features&lt;/b&gt;&lt;br&gt;&lt;ul&gt;
&lt;li&gt;ExpressionContext.ParserOptions: allows customization of Flee's parser&lt;/li&gt;&lt;ul&gt;
&lt;li&gt;Decimal separator&lt;/li&gt;&lt;li&gt;Function argument separator&lt;/li&gt;&lt;li&gt;Whether real literals require digits before the decimal point (ie: 0.45 instead of .45)&lt;/li&gt;
&lt;/ul&gt;&lt;li&gt;SimpleCalcEngine: Calc engine which does not do topological sorting for better performance&lt;/li&gt;&lt;li&gt;CalcEngine: referencing other expressions no longer requires a $ before the expression name&lt;/li&gt;&lt;li&gt;Index expressions for non-arrays now support more than one argument (issue #7013)&lt;/li&gt;
&lt;/ul&gt; &lt;br&gt;&lt;b&gt;Breaking Changes&lt;/b&gt;&lt;br&gt;&lt;ul&gt;
&lt;li&gt;None&lt;/li&gt;
&lt;/ul&gt; &lt;br&gt;&lt;b&gt;Bug fixes&lt;/b&gt;&lt;br&gt;&lt;ul&gt;
&lt;li&gt;Fixed bug #7048 (implicit convert from reference type to value type)&lt;/li&gt;
&lt;/ul&gt; &lt;br&gt;&lt;b&gt;Release files&lt;/b&gt;&lt;br&gt;The release consists of the following packages:&lt;br&gt;&lt;ul&gt;
&lt;li&gt;&lt;b&gt;Source&lt;/b&gt;: The source code for the library, demo, and test projects.&lt;/li&gt;&lt;li&gt;&lt;b&gt;Library&lt;/b&gt;: The compiled assembly with chm documentation.&lt;/li&gt;&lt;li&gt;&lt;b&gt;Demo&lt;/b&gt;: An &lt;a href="http://flee.codeplex.com/Wiki/View.aspx?title=demo"&gt;application&lt;/a&gt; that uses the library to generate images from expressions.&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;</description><author>eciloci</author><pubDate>Sat, 28 Feb 2009 19:22:29 GMT</pubDate><guid isPermaLink="false">Updated Release: Flee-0.9.23.0 (Feb 28, 2009) 20090228072229P</guid></item><item><title>Released: Flee-0.9.23.0 (Feb 28, 2009)</title><link>http://flee.codeplex.com/Release/ProjectReleases.aspx?ReleaseId=22886</link><description>&lt;div&gt;
&lt;b&gt;New features&lt;/b&gt;&lt;br&gt;&lt;ul&gt;
&lt;li&gt;ExpressionContext.ParserOptions: allows customization of Flee's parser&lt;/li&gt;&lt;ul&gt;
&lt;li&gt;Decimal separator&lt;/li&gt;&lt;li&gt;Function argument separator&lt;/li&gt;&lt;li&gt;Whether real literals require digits before the decimal point (ie: 0.45 instead of .45)&lt;/li&gt;
&lt;/ul&gt;&lt;li&gt;SimpleCalcEngine: Calc engine which does not do topological sorting for better performance&lt;/li&gt;&lt;li&gt;CalcEngine: referencing other expressions no longer requires a $ before the expression name&lt;/li&gt;&lt;li&gt;Index expressions for non-arrays now support more than one argument (issue #7013)&lt;/li&gt;
&lt;/ul&gt; &lt;br&gt;&lt;b&gt;Breaking Changes&lt;/b&gt;&lt;br&gt;&lt;ul&gt;
&lt;li&gt;None&lt;/li&gt;
&lt;/ul&gt; &lt;br&gt;&lt;b&gt;Bug fixes&lt;/b&gt;&lt;br&gt;&lt;ul&gt;
&lt;li&gt;Fixed bug #7048 (implicit convert from reference type to value type)&lt;/li&gt;
&lt;/ul&gt; &lt;br&gt;&lt;b&gt;Release files&lt;/b&gt;&lt;br&gt;The release consists of the following packages:&lt;br&gt;&lt;ul&gt;
&lt;li&gt;&lt;b&gt;Source&lt;/b&gt;: The source code for the library, demo, and test projects.&lt;/li&gt;&lt;li&gt;&lt;b&gt;Library&lt;/b&gt;: The compiled assembly with chm documentation.&lt;/li&gt;&lt;li&gt;&lt;b&gt;Demo&lt;/b&gt;: An &lt;a href="http://flee.codeplex.com/Wiki/View.aspx?title=demo"&gt;application&lt;/a&gt; that uses the library to generate images from expressions.&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;</description><author></author><pubDate>Sat, 28 Feb 2009 19:22:29 GMT</pubDate><guid isPermaLink="false">Released: Flee-0.9.23.0 (Feb 28, 2009) 20090228072229P</guid></item><item><title>Updated Release: Flee-0.9.23.0</title><link>http://flee.codeplex.com/Release/ProjectReleases.aspx?ReleaseId=22886</link><description>&lt;div&gt;
&lt;b&gt;New features&lt;/b&gt;&lt;br&gt;&lt;ul&gt;
&lt;li&gt;ExpressionContext.ParserOptions: allows customization of Flee's parser&lt;/li&gt;&lt;ul&gt;
&lt;li&gt;Decimal separator&lt;/li&gt;&lt;li&gt;Function argument separator&lt;/li&gt;&lt;li&gt;Whether real literals require digits before the decimal point (ie: 0.45 instead of .45)&lt;/li&gt;
&lt;/ul&gt;&lt;li&gt;SimpleCalcEngine: Calc engine which does not do topological sorting for better performance&lt;/li&gt;&lt;li&gt;CalcEngine: referencing other expressions no longer requires a $ before the expression name&lt;/li&gt;&lt;li&gt;Index expressions for non-arrays now support more than one argument (issue #7013)&lt;/li&gt;
&lt;/ul&gt; &lt;br&gt;&lt;b&gt;Breaking Changes&lt;/b&gt;&lt;br&gt;&lt;ul&gt;
&lt;li&gt;None&lt;/li&gt;
&lt;/ul&gt; &lt;br&gt;&lt;b&gt;Bug fixes&lt;/b&gt;&lt;br&gt;&lt;ul&gt;
&lt;li&gt;Fixed bug #7048 (implicit convert from reference type to value type)&lt;/li&gt;
&lt;/ul&gt; &lt;br&gt;&lt;b&gt;Release files&lt;/b&gt;&lt;br&gt;The release consists of the following packages:&lt;br&gt;&lt;ul&gt;
&lt;li&gt;&lt;b&gt;Source&lt;/b&gt;: The source code for the library, demo, and test projects.&lt;/li&gt;&lt;li&gt;&lt;b&gt;Library&lt;/b&gt;: The compiled assembly with chm documentation.&lt;/li&gt;&lt;li&gt;&lt;b&gt;Demo&lt;/b&gt;: An &lt;a href="http://flee.codeplex.com/Wiki/View.aspx?title=demo"&gt;application&lt;/a&gt; that uses the library to generate images from expressions.&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;</description><author>eciloci</author><pubDate>Sat, 28 Feb 2009 19:18:33 GMT</pubDate><guid isPermaLink="false">Updated Release: Flee-0.9.23.0 20090228071833P</guid></item><item><title>Updated Release: Flee-0.9.23.0</title><link>http://flee.codeplex.com/Release/ProjectReleases.aspx?ReleaseId=22886</link><description>&lt;div&gt;
&lt;b&gt;New features&lt;/b&gt;&lt;br&gt;&lt;ul&gt;
&lt;li&gt;ExpressionContext.ParserOptions: allows customization of Flee's parser&lt;/li&gt;&lt;ul&gt;
&lt;li&gt;Decimal separator&lt;/li&gt;&lt;li&gt;Function argument separator&lt;/li&gt;&lt;li&gt;Whether real literals require digits before the decimal point (ie: 0.45 instead of .45)&lt;/li&gt;
&lt;/ul&gt;&lt;li&gt;SimpleCalcEngine: Calc engine which does not do topological sorting for better performance&lt;/li&gt;&lt;li&gt;CalcEngine: referencing other expressions no longer requires a $ before the expression name&lt;/li&gt;&lt;li&gt;Index expressions for non-arrays now support more than one argument (issue #7013)&lt;/li&gt;
&lt;/ul&gt; &lt;br&gt;&lt;b&gt;Breaking Changes&lt;/b&gt;&lt;br&gt;&lt;ul&gt;
&lt;li&gt;None&lt;/li&gt;
&lt;/ul&gt; &lt;br&gt;&lt;b&gt;Bug fixes&lt;/b&gt;&lt;br&gt;&lt;ul&gt;
&lt;li&gt;Fixed bug #7048 (implicit convert from reference type to value type)&lt;/li&gt;
&lt;/ul&gt; &lt;br&gt;&lt;b&gt;Release files&lt;/b&gt;&lt;br&gt;The release consists of the following packages:&lt;br&gt;&lt;ul&gt;
&lt;li&gt;&lt;b&gt;Source&lt;/b&gt;: The source code for the library, demo, and test projects.&lt;/li&gt;&lt;li&gt;&lt;b&gt;Library&lt;/b&gt;: The compiled assembly with chm documentation.&lt;/li&gt;&lt;li&gt;&lt;b&gt;Demo&lt;/b&gt;: An &lt;a href="http://flee.codeplex.com/Wiki/View.aspx?title=demo"&gt;application&lt;/a&gt; that uses the library to generate images from expressions.&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;</description><author>eciloci</author><pubDate>Sat, 28 Feb 2009 18:36:34 GMT</pubDate><guid isPermaLink="false">Updated Release: Flee-0.9.23.0 20090228063634P</guid></item><item><title>Created Release: Flee-0.9.23.0</title><link>http://www.codeplex.com/Flee/Release/ProjectReleases.aspx?ReleaseId=22886</link><description>&lt;div&gt;
none&lt;br&gt;
&lt;/div&gt;</description><author>eciloci</author><pubDate>Sat, 07 Feb 2009 21:56:02 GMT</pubDate><guid isPermaLink="false">Created Release: Flee-0.9.23.0 20090207095602P</guid></item><item><title>Created Release: Flee-0.9.22.0 (Jan 21, 2009)</title><link>http://www.codeplex.com/Flee/Release/ProjectReleases.aspx?ReleaseId=22146</link><description>&lt;div&gt;
&lt;b&gt;New features&lt;/b&gt;&lt;br&gt;&lt;ul&gt;
&lt;li&gt;Expressions can now have DateTime and TimeSpan literals&lt;/li&gt;
&lt;/ul&gt; &lt;br&gt;&lt;b&gt;Breaking Changes&lt;/b&gt;&lt;br&gt;&lt;ul&gt;
&lt;li&gt;None&lt;/li&gt;
&lt;/ul&gt; &lt;br&gt;&lt;b&gt;Bug fixes&lt;/b&gt;&lt;br&gt;&lt;ul&gt;
&lt;li&gt;Setting explicit culture for unit tests so that they will work on systems with other cultures&lt;/li&gt;&lt;li&gt;Variable collection: fixed bug in TryGetValue where it would always return false (thanks booolean)&lt;/li&gt;
&lt;/ul&gt; &lt;br&gt;&lt;b&gt;Release files&lt;/b&gt;&lt;br&gt;The release consists of the following packages:&lt;br&gt;&lt;ul&gt;
&lt;li&gt;&lt;b&gt;Source&lt;/b&gt;: The source code for the library, demo, and test projects.&lt;/li&gt;&lt;li&gt;&lt;b&gt;Library&lt;/b&gt;: The compiled assembly with chm documentation.&lt;/li&gt;&lt;li&gt;&lt;b&gt;Demo&lt;/b&gt;: An &lt;a href="http://www.codeplex.com/Flee/Wiki/View.aspx?title=demo"&gt;application&lt;/a&gt; that uses the library to generate images from expressions.&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;</description><author>eciloci</author><pubDate>Thu, 22 Jan 2009 03:13:20 GMT</pubDate><guid isPermaLink="false">Created Release: Flee-0.9.22.0 (Jan 21, 2009) 20090122031320A</guid></item><item><title>Released: Flee-0.9.22.0 (Jan 21, 2009)</title><link>http://www.codeplex.com/Flee/Release/ProjectReleases.aspx?ReleaseId=22146</link><description>&lt;div&gt;
&lt;b&gt;New features&lt;/b&gt;&lt;br&gt;&lt;ul&gt;
&lt;li&gt;Expressions can now have DateTime and TimeSpan literals&lt;/li&gt;
&lt;/ul&gt; &lt;br&gt;&lt;b&gt;Breaking Changes&lt;/b&gt;&lt;br&gt;&lt;ul&gt;
&lt;li&gt;None&lt;/li&gt;
&lt;/ul&gt; &lt;br&gt;&lt;b&gt;Bug fixes&lt;/b&gt;&lt;br&gt;&lt;ul&gt;
&lt;li&gt;Setting explicit culture for unit tests so that they will work on systems with other cultures&lt;/li&gt;&lt;li&gt;Variable collection: fixed bug in TryGetValue where it would always return false (thanks booolean)&lt;/li&gt;
&lt;/ul&gt; &lt;br&gt;&lt;b&gt;Release files&lt;/b&gt;&lt;br&gt;The release consists of the following packages:&lt;br&gt;&lt;ul&gt;
&lt;li&gt;&lt;b&gt;Source&lt;/b&gt;: The source code for the library, demo, and test projects.&lt;/li&gt;&lt;li&gt;&lt;b&gt;Library&lt;/b&gt;: The compiled assembly with chm documentation.&lt;/li&gt;&lt;li&gt;&lt;b&gt;Demo&lt;/b&gt;: An &lt;a href="http://www.codeplex.com/Flee/Wiki/View.aspx?title=demo"&gt;application&lt;/a&gt; that uses the library to generate images from expressions.&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;</description><author></author><pubDate>Thu, 22 Jan 2009 03:13:19 GMT</pubDate><guid isPermaLink="false">Released: Flee-0.9.22.0 (Jan 21, 2009) 20090122031319A</guid></item><item><title>Created Release: Flee-0.9.21.0 (Dec 12, 2008)</title><link>http://www.codeplex.com/Flee/Release/ProjectReleases.aspx?ReleaseId=20452</link><description>&lt;div&gt;
&lt;b&gt;New features&lt;/b&gt;&lt;br&gt;&lt;ul&gt;
&lt;li&gt;Expressions can now be used as variables in other expressions&lt;/li&gt;
&lt;/ul&gt; &lt;br&gt;&lt;b&gt;Breaking Changes&lt;/b&gt;&lt;br&gt;&lt;ul&gt;
&lt;li&gt;All CalcEngine classes are now located in the Ciloci.Flee.CalcEngine namespace&lt;/li&gt;
&lt;/ul&gt; &lt;br&gt;&lt;b&gt;Bug fixes&lt;/b&gt;&lt;br&gt;&lt;ul&gt;
&lt;li&gt;Slightly faster variable set&lt;/li&gt;&lt;li&gt;Better name for assembly when emitting to assembly&lt;/li&gt;&lt;li&gt;Fixed bug where result type of original expression context was modified during compiles.  This would lead to an error if a dynamic expression was compiled after a generic Int32 expression&lt;/li&gt;
&lt;/ul&gt; &lt;br&gt;&lt;b&gt;Release files&lt;/b&gt;&lt;br&gt;The release consists of the following packages:&lt;br&gt;&lt;ul&gt;
&lt;li&gt;&lt;b&gt;Source&lt;/b&gt;: The source code for the library, demo, and test projects.&lt;/li&gt;&lt;li&gt;&lt;b&gt;Library&lt;/b&gt;: The compiled assembly with chm documentation.&lt;/li&gt;&lt;li&gt;&lt;b&gt;Demo&lt;/b&gt;: An &lt;a href="http://www.codeplex.com/Flee/Wiki/View.aspx?title=demo"&gt;application&lt;/a&gt; that uses the library to generate images from expressions.&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;</description><author>eciloci</author><pubDate>Sat, 13 Dec 2008 02:56:28 GMT</pubDate><guid isPermaLink="false">Created Release: Flee-0.9.21.0 (Dec 12, 2008) 20081213025628A</guid></item><item><title>Released: Flee-0.9.21.0 (Dec 12, 2008)</title><link>http://www.codeplex.com/Flee/Release/ProjectReleases.aspx?ReleaseId=20452</link><description>&lt;div&gt;
&lt;b&gt;New features&lt;/b&gt;&lt;br&gt;&lt;ul&gt;
&lt;li&gt;Expressions can now be used as variables in other expressions&lt;/li&gt;
&lt;/ul&gt; &lt;br&gt;&lt;b&gt;Breaking Changes&lt;/b&gt;&lt;br&gt;&lt;ul&gt;
&lt;li&gt;All CalcEngine classes are now located in the Ciloci.Flee.CalcEngine namespace&lt;/li&gt;
&lt;/ul&gt; &lt;br&gt;&lt;b&gt;Bug fixes&lt;/b&gt;&lt;br&gt;&lt;ul&gt;
&lt;li&gt;Slightly faster variable set&lt;/li&gt;&lt;li&gt;Better name for assembly when emitting to assembly&lt;/li&gt;&lt;li&gt;Fixed bug where result type of original expression context was modified during compiles.  This would lead to an error if a dynamic expression was compiled after a generic Int32 expression&lt;/li&gt;
&lt;/ul&gt; &lt;br&gt;&lt;b&gt;Release files&lt;/b&gt;&lt;br&gt;The release consists of the following packages:&lt;br&gt;&lt;ul&gt;
&lt;li&gt;&lt;b&gt;Source&lt;/b&gt;: The source code for the library, demo, and test projects.&lt;/li&gt;&lt;li&gt;&lt;b&gt;Library&lt;/b&gt;: The compiled assembly with chm documentation.&lt;/li&gt;&lt;li&gt;&lt;b&gt;Demo&lt;/b&gt;: An &lt;a href="http://www.codeplex.com/Flee/Wiki/View.aspx?title=demo"&gt;application&lt;/a&gt; that uses the library to generate images from expressions.&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;</description><author></author><pubDate>Sat, 13 Dec 2008 02:56:26 GMT</pubDate><guid isPermaLink="false">Released: Flee-0.9.21.0 (Dec 12, 2008) 20081213025626A</guid></item><item><title>Created Release: Flee-0.9.20.0 (Nov 28, 2008)</title><link>http://www.codeplex.com/Flee/Release/ProjectReleases.aspx?ReleaseId=19966</link><description>&lt;div&gt;
&lt;b&gt;New features&lt;/b&gt;&lt;br&gt;&lt;ul&gt;
&lt;li&gt;Put all error messages in resource files so that they can be localized&lt;/li&gt;&lt;li&gt;Creating anonymously hosted dynamic method if an expression owner is not being used (requires less permissions)&lt;/li&gt;
&lt;/ul&gt; &lt;br&gt;&lt;b&gt;Breaking Changes:&lt;/b&gt;&lt;br&gt;&lt;ul&gt;
&lt;li&gt;None&lt;/li&gt;
&lt;/ul&gt; &lt;br&gt;&lt;b&gt;Bug fixes:&lt;/b&gt;&lt;br&gt;&lt;ul&gt;
&lt;li&gt;Removed superfluous name and type validation on variables to make them much faster&lt;/li&gt;
&lt;/ul&gt; &lt;br&gt;&lt;b&gt;Release files&lt;/b&gt;&lt;br&gt;The release consists of the following packages:&lt;br&gt;&lt;ul&gt;
&lt;li&gt;&lt;b&gt;Source&lt;/b&gt;: The source code for the library, demo, and test projects.&lt;/li&gt;&lt;li&gt;&lt;b&gt;Library&lt;/b&gt;: The compiled assembly with chm documentation.&lt;/li&gt;&lt;li&gt;&lt;b&gt;Demo&lt;/b&gt;: An &lt;a href="http://www.codeplex.com/Flee/Wiki/View.aspx?title=demo"&gt;application&lt;/a&gt; that uses the library to generate images from expressions.&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;</description><author>eciloci</author><pubDate>Sat, 29 Nov 2008 02:04:05 GMT</pubDate><guid isPermaLink="false">Created Release: Flee-0.9.20.0 (Nov 28, 2008) 20081129020405A</guid></item><item><title>Released: Flee-0.9.20.0 (Nov 28, 2008)</title><link>http://www.codeplex.com/Flee/Release/ProjectReleases.aspx?ReleaseId=19966</link><description>&lt;div&gt;
&lt;b&gt;New features&lt;/b&gt;&lt;br&gt;&lt;ul&gt;
&lt;li&gt;Put all error messages in resource files so that they can be localized&lt;/li&gt;&lt;li&gt;Creating anonymously hosted dynamic method if an expression owner is not being used (requires less permissions)&lt;/li&gt;
&lt;/ul&gt; &lt;br&gt;&lt;b&gt;Breaking Changes:&lt;/b&gt;&lt;br&gt;&lt;ul&gt;
&lt;li&gt;None&lt;/li&gt;
&lt;/ul&gt; &lt;br&gt;&lt;b&gt;Bug fixes:&lt;/b&gt;&lt;br&gt;&lt;ul&gt;
&lt;li&gt;Removed superfluous name and type validation on variables to make them much faster&lt;/li&gt;
&lt;/ul&gt; &lt;br&gt;&lt;b&gt;Release files&lt;/b&gt;&lt;br&gt;The release consists of the following packages:&lt;br&gt;&lt;ul&gt;
&lt;li&gt;&lt;b&gt;Source&lt;/b&gt;: The source code for the library, demo, and test projects.&lt;/li&gt;&lt;li&gt;&lt;b&gt;Library&lt;/b&gt;: The compiled assembly with chm documentation.&lt;/li&gt;&lt;li&gt;&lt;b&gt;Demo&lt;/b&gt;: An &lt;a href="http://www.codeplex.com/Flee/Wiki/View.aspx?title=demo"&gt;application&lt;/a&gt; that uses the library to generate images from expressions.&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;</description><author></author><pubDate>Sat, 29 Nov 2008 02:04:03 GMT</pubDate><guid isPermaLink="false">Released: Flee-0.9.20.0 (Nov 28, 2008) 20081129020403A</guid></item><item><title>Created Release: Flee-0.9.19.0 (Nov 09, 2008)</title><link>http://www.codeplex.com/Flee/Release/ProjectReleases.aspx?ReleaseId=19246</link><description>&lt;div&gt;
&lt;b&gt;New features&lt;/b&gt;&lt;br&gt;&lt;ul&gt;
&lt;li&gt;Parser is no longer shared.  Each expression context now has its own parser and is responsible for compiling expressions (ie: myContext.CompileDynamic(&amp;quot;cos(a) + 100&amp;quot;))&lt;/li&gt;
&lt;/ul&gt; &lt;br&gt;&lt;b&gt;Breaking Changes:&lt;/b&gt;&lt;br&gt;&lt;ul&gt;
&lt;li&gt;Got rid of ExpressionFactory type; use ExpressionContext.Compile method to create expressions&lt;/li&gt;
&lt;/ul&gt; &lt;br&gt;&lt;b&gt;Bug fixes:&lt;/b&gt;&lt;br&gt;&lt;ul&gt;
&lt;li&gt;Fixed ilegal branch exception when compiling an expression with deep nested IFs&lt;/li&gt;&lt;li&gt;Indexers on types with multiple indexers should now work properly&lt;/li&gt;
&lt;/ul&gt; &lt;br&gt;&lt;b&gt;Release files&lt;/b&gt;&lt;br&gt;The release consists of the following packages:&lt;br&gt;&lt;ul&gt;
&lt;li&gt;&lt;b&gt;Source&lt;/b&gt;: The source code for the library, demo, and test projects.&lt;/li&gt;&lt;li&gt;&lt;b&gt;Library&lt;/b&gt;: The compiled assembly with chm documentation.&lt;/li&gt;&lt;li&gt;&lt;b&gt;Demo&lt;/b&gt;: An &lt;a href="http://www.codeplex.com/Flee/Wiki/View.aspx?title=demo"&gt;application&lt;/a&gt; that uses the library to generate images from expressions.&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;</description><author>ECiloci</author><pubDate>Sun, 09 Nov 2008 22:24:23 GMT</pubDate><guid isPermaLink="false">Created Release: Flee-0.9.19.0 (Nov 09, 2008) 20081109102423P</guid></item><item><title>Released: Flee-0.9.19.0 (Nov 09, 2008)</title><link>http://www.codeplex.com/Flee/Release/ProjectReleases.aspx?ReleaseId=19246</link><description>&lt;div&gt;
&lt;b&gt;New features&lt;/b&gt;&lt;br&gt;&lt;ul&gt;
&lt;li&gt;Parser is no longer shared.  Each expression context now has its own parser and is responsible for compiling expressions (ie: myContext.CompileDynamic(&amp;quot;cos(a) + 100&amp;quot;))&lt;/li&gt;
&lt;/ul&gt; &lt;br&gt;&lt;b&gt;Breaking Changes:&lt;/b&gt;&lt;br&gt;&lt;ul&gt;
&lt;li&gt;Got rid of ExpressionFactory type; use ExpressionContext.Compile method to create expressions&lt;/li&gt;
&lt;/ul&gt; &lt;br&gt;&lt;b&gt;Bug fixes:&lt;/b&gt;&lt;br&gt;&lt;ul&gt;
&lt;li&gt;Fixed ilegal branch exception when compiling an expression with deep nested IFs&lt;/li&gt;&lt;li&gt;Indexers on types with multiple indexers should now work properly&lt;/li&gt;
&lt;/ul&gt; &lt;br&gt;&lt;b&gt;Release files&lt;/b&gt;&lt;br&gt;The release consists of the following packages:&lt;br&gt;&lt;ul&gt;
&lt;li&gt;&lt;b&gt;Source&lt;/b&gt;: The source code for the library, demo, and test projects.&lt;/li&gt;&lt;li&gt;&lt;b&gt;Library&lt;/b&gt;: The compiled assembly with chm documentation.&lt;/li&gt;&lt;li&gt;&lt;b&gt;Demo&lt;/b&gt;: An &lt;a href="http://www.codeplex.com/Flee/Wiki/View.aspx?title=demo"&gt;application&lt;/a&gt; that uses the library to generate images from expressions.&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;</description><author></author><pubDate>Sun, 09 Nov 2008 22:24:21 GMT</pubDate><guid isPermaLink="false">Released: Flee-0.9.19.0 (Nov 09, 2008) 20081109102421P</guid></item><item><title>UPDATED RELEASE: Flee-0.9.18.0 (Apr 13, 2008)</title><link>http://www.codeplex.com/Flee/Release/ProjectReleases.aspx?ReleaseId=12533</link><description>&amp;#42;New features&amp;#42;&lt;br /&gt;&amp;#42; Flee can now match variable and member names case-sensitively &amp;#40;ExpressionOptions.CaseSensitive flag&amp;#41;&lt;br /&gt;&lt;br /&gt;&amp;#42;Breaking Changes&amp;#58;&amp;#42;&lt;br /&gt;None&lt;br /&gt;&lt;br /&gt;&amp;#42;Bug fixes&amp;#58;&amp;#42;&lt;br /&gt;None&lt;br /&gt;&lt;br /&gt;&amp;#42;Release files&amp;#42;&lt;br /&gt;The release consists of the following packages&amp;#58;&lt;br /&gt;&amp;#42; &amp;#42;Source&amp;#42;&amp;#58; The source code for the library, demo, and test projects.&lt;br /&gt;&amp;#42; &amp;#42;Library&amp;#42;&amp;#58; The compiled assembly with chm documentation.&lt;br /&gt;&amp;#42; &amp;#42;Demo&amp;#42;&amp;#58; An &amp;#91;application&amp;#124;demo&amp;#93; that uses the library to generate images from expressions.</description><author></author><pubDate>Sun, 13 Apr 2008 18:22:12 GMT</pubDate><guid isPermaLink="false">UPDATED RELEASE: Flee-0.9.18.0 (Apr 13, 2008) 20080413062212P</guid></item></channel></rss>