<?xml version="1.0"?><?xml-stylesheet type="text/xsl" href="/rss.xsl"?><rss version="2.0"><channel><title>Spark View Engine</title><link>http://sparkviewengine.codeplex.com/project/feeds/rss</link><description>Spark is a view engine for ASP.NET MVC and Castle Project MonoRail frameworks. The idea is to allow the html to dominate the flow and any code to fit seamlessly.</description><item><title>New Post: v1.7 Source</title><link>http://sparkviewengine.codeplex.com/discussions/406564</link><description>&lt;div style="line-height: normal;"&gt;
&lt;p&gt;I'm working with a multi-tenant mvc implementation by Zack Owen's...which uses Spark (https://github.com/zowens/Multi-tenancy-Sample). &amp;nbsp;I'm trying to upgrade the codebase to use the latest of each of the dependencies, but am having issues when using
 the compiled Spark v1.7. &amp;nbsp;If I download Master and include the project I have no issues, but if I reference the compiled DLL it seems to be having issues finding paths that have been loaded into the view cache. &amp;nbsp;Is the source in the Master branch
 exactly what was compiled for this release?&amp;nbsp;&lt;/p&gt;
&lt;/div&gt;</description><author>unforgiven1987</author><pubDate>Wed, 12 Dec 2012 18:50:14 GMT</pubDate><guid isPermaLink="false">New Post: v1.7 Source 20121212065014P</guid></item><item><title>Source code checked in, #79962</title><link>http://sparkviewengine.codeplex.com/SourceControl/changeset/changes/79962</link><description>Upgrade&amp;#58; New Version of LabDefaultTemplate.xaml. To upgrade your build definitions, please visit the following link&amp;#58; http&amp;#58;&amp;#47;&amp;#47;go.microsoft.com&amp;#47;fwlink&amp;#47;&amp;#63;LinkId&amp;#61;254563</description><author>Project Collection Service Accounts</author><pubDate>Mon, 01 Oct 2012 21:14:48 GMT</pubDate><guid isPermaLink="false">Source code checked in, #79962 20121001091448P</guid></item><item><title>Source code checked in, #79961</title><link>http://sparkviewengine.codeplex.com/SourceControl/changeset/changes/79961</link><description>Checked in by server upgrade</description><author>Project Collection Service Accounts</author><pubDate>Mon, 01 Oct 2012 21:08:39 GMT</pubDate><guid isPermaLink="false">Source code checked in, #79961 20121001090839P</guid></item><item><title>New Post: development status?</title><link>http://sparkviewengine.codeplex.com/discussions/241879</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;Where is google group? I can't find the group.&lt;/p&gt;&lt;/div&gt;</description><author>Kavand</author><pubDate>Sat, 15 Sep 2012 05:35:40 GMT</pubDate><guid isPermaLink="false">New Post: development status? 20120915053540A</guid></item><item><title>Released: Spark v1.7 (Sep 09, 2012)</title><link>http://sparkviewengine.codeplex.com/releases/view/86901</link><description>
&lt;div class="wikidoc"&gt;
&lt;h1&gt;Release Notes v1.7&lt;/h1&gt;
It&amp;#39;s time for another minor release bump in Spark as we begin to support a different kind of syntax called Jade. You can read up more about Jade at
&lt;a href="http://jade-lang.com/"&gt;http://jade-lang.com/&lt;/a&gt;&lt;br&gt;
&lt;br&gt;
To start using it, simply add a reference to Spark and start adding *.shade files to your project and as long as Spark is registered as a view engine, then it should automatically attempt Jade parsing to HTML. That of course, means that you can mix and match
 .spark and .shade files and the parser will work just fine with both of them. You can even create .shade partials that can be consumed by .spark views.&lt;br&gt;
&lt;br&gt;
It should be noted that this is only the provisional support and point releases will be made as an when bugs are discovered to work out the kinks. If you find any issues, please don&amp;#39;t hesitate to raise them on
&lt;a href="https://github.com/SparkViewEngine/spark/issues"&gt;github preferably&lt;/a&gt;&lt;br&gt;
&lt;br&gt;
This feature is very new, but for now you can see an example of Jade syntax usage in these places:&lt;br&gt;
&lt;ul&gt;
&lt;li&gt;Some Razor views compared with Jade views: &lt;a href="https://gist.github.com/2371061"&gt;
https://gist.github.com/2371061&lt;/a&gt; &lt;/li&gt;&lt;li&gt;Used on the OWIN/Gate project with Sake for builds: &lt;a href="https://github.com/loudej/gate/tree/makefiles/src/build"&gt;
https://github.com/loudej/gate/tree/makefiles/src/build&lt;/a&gt; &lt;/li&gt;&lt;li&gt;The new Sake library (think make for C#) itself based upon the Spark View Engine:
&lt;a href="https://github.com/loudej/sake/tree/master/src/Sake.Library/Shared"&gt;https://github.com/loudej/sake/tree/master/src/Sake.Library/Shared&lt;/a&gt;
&lt;/li&gt;&lt;li&gt;The make file on the OWIN/gate project: &lt;a href="https://github.com/loudej/gate/blob/makefiles/makefile.shade"&gt;
https://github.com/loudej/gate/blob/makefiles/makefile.shade&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;
&lt;br&gt;
Fixes included in v1.7.3 release:&lt;br&gt;
&lt;ul&gt;
&lt;li&gt;Add IsOdd and IsEven to loop auto variables &lt;/li&gt;&lt;li&gt;Fix missing whitespace when using bindings &lt;/li&gt;&lt;li&gt;Implement optional attributes in bindings&lt;/li&gt;&lt;/ul&gt;
&lt;br&gt;
Fixes included in v1.7.2 release:&lt;br&gt;
&lt;ul&gt;
&lt;li&gt;Added support for the new &amp;quot;unless&amp;quot; conditional. If you&amp;#39;re used to Ruby then you&amp;#39;ll know about it, but if not, then simply consider it like an equivalent of &amp;quot;if not&amp;quot;. This can be used as both an attribute on any node or as the
 node itself with a condition=&amp;quot;foo&amp;quot; attribute to wrap any other nodes &lt;/li&gt;&lt;li&gt;Added support for .shade file location in MS MVC projects using default conventions.&lt;/li&gt;&lt;/ul&gt;
&lt;br&gt;
Other fixes since the v1.6 release include:&lt;br&gt;
&lt;ul&gt;
&lt;li&gt;JS compiler bug for toString() occasionally invoked on null and adding ~ to JS view paths
&lt;/li&gt;&lt;li&gt;Bug fix for Area support in finding layouts&lt;/li&gt;&lt;/ul&gt;
&lt;/div&gt;
&lt;div&gt;&lt;/div&gt;
</description><author></author><pubDate>Sun, 09 Sep 2012 22:46:25 GMT</pubDate><guid isPermaLink="false">Released: Spark v1.7 (Sep 09, 2012) 20120909104625P</guid></item><item><title>Updated Release: Spark v1.7 (Sep 09, 2012)</title><link>http://sparkviewengine.codeplex.com/releases/view/86901</link><description>&lt;div class="wikidoc"&gt;&lt;h1&gt;Release Notes v1.7&lt;/h1&gt;
It&amp;#39;s time for another minor release bump in Spark as we begin to support a different kind of syntax called Jade. You can read up more about Jade at &lt;a href="http://jade-lang.com/"&gt;http://jade-lang.com/&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;To start using it, simply add a reference to Spark and start adding *.shade files to your project and as long as Spark is registered as a view engine, then it should automatically attempt Jade parsing to HTML. That of course, means that you can mix and match .spark and .shade files and the parser will work just fine with both of them. You can even create .shade partials that can be consumed by .spark views.&lt;br /&gt;&lt;br /&gt;It should be noted that this is only the provisional support and point releases will be made as an when bugs are discovered to work out the kinks. If you find any issues, please don&amp;#39;t hesitate to raise them on &lt;a href="https://github.com/SparkViewEngine/spark/issues"&gt;github preferably&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;This feature is very new, but for now you can see an example of Jade syntax usage in these places:&lt;br /&gt;
&lt;ul&gt;&lt;li&gt;Some Razor views compared with Jade views: &lt;a href="https://gist.github.com/2371061"&gt;https://gist.github.com/2371061&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Used on the OWIN/Gate project with Sake for builds: &lt;a href="https://github.com/loudej/gate/tree/makefiles/src/build"&gt;https://github.com/loudej/gate/tree/makefiles/src/build&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;The new Sake library (think make for C#) itself based upon the Spark View Engine: &lt;a href="https://github.com/loudej/sake/tree/master/src/Sake.Library/Shared"&gt;https://github.com/loudej/sake/tree/master/src/Sake.Library/Shared&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;The make file on the OWIN/gate project: &lt;a href="https://github.com/loudej/gate/blob/makefiles/makefile.shade"&gt;https://github.com/loudej/gate/blob/makefiles/makefile.shade&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;
&lt;br /&gt;Fixes included in v1.7.3 release:&lt;br /&gt;
&lt;ul&gt;&lt;li&gt;Add IsOdd and IsEven to loop auto variables&lt;/li&gt;
&lt;li&gt;Fix missing whitespace when using bindings&lt;/li&gt;
&lt;li&gt;Implement optional attributes in bindings&lt;/li&gt;&lt;/ul&gt;
&lt;br /&gt;Fixes included in v1.7.2 release:&lt;br /&gt;
&lt;ul&gt;&lt;li&gt;Added support for the new &amp;quot;unless&amp;quot; conditional. If you&amp;#39;re used to Ruby then you&amp;#39;ll know about it, but if not, then simply consider it like an equivalent of &amp;quot;if not&amp;quot;. This can be used as both an attribute on any node or as the node itself with a condition=&amp;quot;foo&amp;quot; attribute to wrap any other nodes&lt;/li&gt;
&lt;li&gt;Added support for .shade file location in MS MVC projects using default conventions.&lt;/li&gt;&lt;/ul&gt;
&lt;br /&gt;Other fixes since the v1.6 release include:&lt;br /&gt;
&lt;ul&gt;&lt;li&gt;JS compiler bug for toString() occasionally invoked on null and adding ~ to JS view paths&lt;/li&gt;
&lt;li&gt;Bug fix for Area support in finding layouts&lt;/li&gt;&lt;/ul&gt;&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>RobertGreyling</author><pubDate>Sun, 09 Sep 2012 22:46:25 GMT</pubDate><guid isPermaLink="false">Updated Release: Spark v1.7 (Sep 09, 2012) 20120909104625P</guid></item><item><title>Updated Release: Spark v1.7 (Sep 09, 2012)</title><link>http://sparkviewengine.codeplex.com/releases/view/86901</link><description>&lt;div class="wikidoc"&gt;&lt;h1&gt;Release Notes v1.7&lt;/h1&gt;
It&amp;#39;s time for another minor release bump in Spark as we begin to support a different kind of syntax called Jade. You can read up more about Jade at &lt;a href="http://jade-lang.com/"&gt;http://jade-lang.com/&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;To start using it, simply add a reference to Spark and start adding *.shade files to your project and as long as Spark is registered as a view engine, then it should automatically attempt Jade parsing to HTML. That of course, means that you can mix and match .spark and .shade files and the parser will work just fine with both of them. You can even create .shade partials that can be consumed by .spark views.&lt;br /&gt;&lt;br /&gt;It should be noted that this is only the provisional support and point releases will be made as an when bugs are discovered to work out the kinks. If you find any issues, please don&amp;#39;t hesitate to raise them on &lt;a href="https://github.com/SparkViewEngine/spark/issues"&gt;github preferably&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;This feature is very new, but for now you can see an example of Jade syntax usage in these places:&lt;br /&gt;
&lt;ul&gt;&lt;li&gt;Some Razor views compared with Jade views: &lt;a href="https://gist.github.com/2371061"&gt;https://gist.github.com/2371061&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Used on the OWIN/Gate project with Sake for builds: &lt;a href="https://github.com/loudej/gate/tree/makefiles/src/build"&gt;https://github.com/loudej/gate/tree/makefiles/src/build&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;The new Sake library (think make for C#) itself based upon the Spark View Engine: &lt;a href="https://github.com/loudej/sake/tree/master/src/Sake.Library/Shared"&gt;https://github.com/loudej/sake/tree/master/src/Sake.Library/Shared&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;The make file on the OWIN/gate project: &lt;a href="https://github.com/loudej/gate/blob/makefiles/makefile.shade"&gt;https://github.com/loudej/gate/blob/makefiles/makefile.shade&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;
&lt;br /&gt;Fixes included in v1.7.3 release:&lt;br /&gt;
&lt;ul&gt;&lt;li&gt;Add IsOdd and IsEven to loop auto variables&lt;/li&gt;
&lt;li&gt;Fix missing whitespace when using bindings&lt;/li&gt;
&lt;li&gt;Implement optional attributes in bindings&lt;/li&gt;&lt;/ul&gt;
&lt;br /&gt;Fixes included in v1.7.2 release:&lt;br /&gt;
&lt;ul&gt;&lt;li&gt;Added support for the new &amp;quot;unless&amp;quot; conditional. If you&amp;#39;re used to Ruby then you&amp;#39;ll know about it, but if not, then simply consider it like an equivalent of &amp;quot;if not&amp;quot;. This can be used as both an attribute on any node or as the node itself with a condition=&amp;quot;foo&amp;quot; attribute to wrap any other nodes&lt;/li&gt;
&lt;li&gt;Added support for .shade file location in MS MVC projects using default conventions.&lt;/li&gt;&lt;/ul&gt;
&lt;br /&gt;Other fixes since the v1.6 release include:&lt;br /&gt;
&lt;ul&gt;&lt;li&gt;JS compiler bug for toString() occasionally invoked on null and adding ~ to JS view paths&lt;/li&gt;
&lt;li&gt;Bug fix for Area support in finding layouts&lt;/li&gt;&lt;/ul&gt;&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>RobertGreyling</author><pubDate>Sun, 09 Sep 2012 22:44:13 GMT</pubDate><guid isPermaLink="false">Updated Release: Spark v1.7 (Sep 09, 2012) 20120909104413P</guid></item><item><title>Updated Release: Spark v1.7 (Sep 09, 2012)</title><link>http://sparkviewengine.codeplex.com/releases/view/86901</link><description>&lt;div class="wikidoc"&gt;&lt;h1&gt;Release Notes v1.7&lt;/h1&gt;
It&amp;#39;s time for another minor release bump in Spark as we begin to support a different kind of syntax called Jade. You can read up more about Jade at &lt;a href="http://jade-lang.com/"&gt;http://jade-lang.com/&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;To start using it, simply add a reference to Spark and start adding *.shade files to your project and as long as Spark is registered as a view engine, then it should automatically attempt Jade parsing to HTML. That of course, means that you can mix and match .spark and .shade files and the parser will work just fine with both of them. You can even create .shade partials that can be consumed by .spark views.&lt;br /&gt;&lt;br /&gt;It should be noted that this is only the provisional support and point releases will be made as an when bugs are discovered to work out the kinks. If you find any issues, please don&amp;#39;t hesitate to raise them on &lt;a href="https://github.com/SparkViewEngine/spark/issues"&gt;github preferably&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;This feature is very new, but for now you can see an example of Jade syntax usage in these places:&lt;br /&gt;
&lt;ul&gt;&lt;li&gt;Some Razor views compared with Jade views: &lt;a href="https://gist.github.com/2371061"&gt;https://gist.github.com/2371061&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Used on the OWIN/Gate project with Sake for builds: &lt;a href="https://github.com/loudej/gate/tree/makefiles/src/build"&gt;https://github.com/loudej/gate/tree/makefiles/src/build&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;The new Sake library (think make for C#) itself based upon the Spark View Engine: &lt;a href="https://github.com/loudej/sake/tree/master/src/Sake.Library/Shared"&gt;https://github.com/loudej/sake/tree/master/src/Sake.Library/Shared&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;The make file on the OWIN/gate project: &lt;a href="https://github.com/loudej/gate/blob/makefiles/makefile.shade"&gt;https://github.com/loudej/gate/blob/makefiles/makefile.shade&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;
&lt;br /&gt;Fixes included in v1.7.2 release:&lt;br /&gt;
&lt;ul&gt;&lt;li&gt;Added support for the new &amp;quot;unless&amp;quot; conditional. If you&amp;#39;re used to Ruby then you&amp;#39;ll know about it, but if not, then simply consider it like an equivalent of &amp;quot;if not&amp;quot;. This can be used as both an attribute on any node or as the node itself with a condition=&amp;quot;foo&amp;quot; attribute to wrap any other nodes&lt;/li&gt;
&lt;li&gt;Added support for .shade file location in MS MVC projects using default conventions.&lt;/li&gt;&lt;/ul&gt;
&lt;br /&gt;Other fixes since the v1.6 release include:&lt;br /&gt;
&lt;ul&gt;&lt;li&gt;JS compiler bug for toString() occasionally invoked on null and adding ~ to JS view paths&lt;/li&gt;
&lt;li&gt;Bug fix for Area support in finding layouts&lt;/li&gt;&lt;/ul&gt;&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>RobertGreyling</author><pubDate>Sun, 09 Sep 2012 22:40:57 GMT</pubDate><guid isPermaLink="false">Updated Release: Spark v1.7 (Sep 09, 2012) 20120909104057P</guid></item><item><title>Commented Issue: Reference to CodeSaga.com [10968]</title><link>http://sparkviewengine.codeplex.com/workitem/10968</link><description>http&amp;#58;&amp;#47;&amp;#47;sparkviewengine.com&amp;#47;spark-in-the-field mentions CodeSaga, &amp;#34;a source code repository analyser, it makes viewing history logs fun and productive&amp;#33; Instant access to logs and diffs make it easy to keep track of what is happening in the repository.&amp;#34;. &lt;br /&gt;However, now CodeSaga is one of those generic blogs used for keyword spamming&amp;#47;SEO.&lt;br /&gt;http&amp;#58;&amp;#47;&amp;#47;demo.codesaga.com&amp;#47; is dead.&lt;br /&gt;Comments: ** Comment from web user: mausch ** &lt;p&gt;You could point the link to the source code repository at http&amp;#58;&amp;#47;&amp;#47;code.google.com&amp;#47;p&amp;#47;codesaga&amp;#47; ... the project seems to be dead since 2008 though.&lt;/p&gt;</description><author>mausch</author><pubDate>Sat, 07 Jul 2012 22:23:29 GMT</pubDate><guid isPermaLink="false">Commented Issue: Reference to CodeSaga.com [10968] 20120707102329P</guid></item><item><title>Closed Issue: Reference to CodeSaga.com [10968]</title><link>http://sparkviewengine.codeplex.com/workitem/10968</link><description>http&amp;#58;&amp;#47;&amp;#47;sparkviewengine.com&amp;#47;spark-in-the-field mentions CodeSaga, &amp;#34;a source code repository analyser, it makes viewing history logs fun and productive&amp;#33; Instant access to logs and diffs make it easy to keep track of what is happening in the repository.&amp;#34;. &lt;br /&gt;However, now CodeSaga is one of those generic blogs used for keyword spamming&amp;#47;SEO.&lt;br /&gt;http&amp;#58;&amp;#47;&amp;#47;demo.codesaga.com&amp;#47; is dead.&lt;br /&gt;Comments: &lt;p&gt;Thanks for letting us know - I&amp;#39;ve removed the reference to them&lt;/p&gt;</description><author>RobertGreyling</author><pubDate>Thu, 05 Jul 2012 08:31:48 GMT</pubDate><guid isPermaLink="false">Closed Issue: Reference to CodeSaga.com [10968] 20120705083148A</guid></item><item><title>Created Issue: Reference to CodeSaga.com [10968]</title><link>http://sparkviewengine.codeplex.com/workitem/10968</link><description>http&amp;#58;&amp;#47;&amp;#47;sparkviewengine.com&amp;#47;spark-in-the-field mentions CodeSaga, &amp;#34;a source code repository analyser, it makes viewing history logs fun and productive&amp;#33; Instant access to logs and diffs make it easy to keep track of what is happening in the repository.&amp;#34;. &lt;br /&gt;However, now CodeSaga is one of those generic blogs used for keyword spamming&amp;#47;SEO.&lt;br /&gt;http&amp;#58;&amp;#47;&amp;#47;demo.codesaga.com&amp;#47; is dead.&lt;br /&gt;</description><author>mausch</author><pubDate>Wed, 04 Jul 2012 18:16:55 GMT</pubDate><guid isPermaLink="false">Created Issue: Reference to CodeSaga.com [10968] 20120704061655P</guid></item><item><title>Released: Spark v1.7 (Jun 01, 2012)</title><link>http://sparkviewengine.codeplex.com/releases/view/86901</link><description>
&lt;div class="wikidoc"&gt;
&lt;h1&gt;Release Notes v1.7&lt;/h1&gt;
It&amp;#39;s time for another minor release bump in Spark as we begin to support a different kind of syntax called Jade. You can read up more about Jade at
&lt;a href="http://jade-lang.com/"&gt;http://jade-lang.com/&lt;/a&gt;&lt;br&gt;
&lt;br&gt;
To start using it, simply add a reference to Spark and start adding *.shade files to your project and as long as Spark is registered as a view engine, then it should automatically attempt Jade parsing to HTML. That of course, means that you can mix and match
 .spark and .shade files and the parser will work just fine with both of them. You can even create .shade partials that can be consumed by .spark views.&lt;br&gt;
&lt;br&gt;
It should be noted that this is only the provisional support and point releases will be made as an when bugs are discovered to work out the kinks. If you find any issues, please don&amp;#39;t hesitate to raise them on
&lt;a href="https://github.com/SparkViewEngine/spark/issues"&gt;github preferably&lt;/a&gt;&lt;br&gt;
&lt;br&gt;
This feature is very new, but for now you can see an example of Jade syntax usage in these places:&lt;br&gt;
&lt;ul&gt;
&lt;li&gt;Some Razor views compared with Jade views: &lt;a href="https://gist.github.com/2371061"&gt;
https://gist.github.com/2371061&lt;/a&gt; &lt;/li&gt;&lt;li&gt;Used on the OWIN/Gate project with Sake for builds: &lt;a href="https://github.com/loudej/gate/tree/makefiles/src/build"&gt;
https://github.com/loudej/gate/tree/makefiles/src/build&lt;/a&gt; &lt;/li&gt;&lt;li&gt;The new Sake library (think make for C#) itself based upon the Spark View Engine:
&lt;a href="https://github.com/loudej/sake/tree/master/src/Sake.Library/Shared"&gt;https://github.com/loudej/sake/tree/master/src/Sake.Library/Shared&lt;/a&gt;
&lt;/li&gt;&lt;li&gt;The make file on the OWIN/gate project: &lt;a href="https://github.com/loudej/gate/blob/makefiles/makefile.shade"&gt;
https://github.com/loudej/gate/blob/makefiles/makefile.shade&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;
&lt;br&gt;
Fixes included in v1.7.2 release:&lt;br&gt;
&lt;ul&gt;
&lt;li&gt;Added support for the new &amp;quot;unless&amp;quot; conditional. If you&amp;#39;re used to Ruby then you&amp;#39;ll know about it, but if not, then simply consider it like an equivalent of &amp;quot;if not&amp;quot;. This can be used as both an attribute on any node or as the
 node itself with a condition=&amp;quot;foo&amp;quot; attribute to wrap any other nodes &lt;/li&gt;&lt;li&gt;Added support for .shade file location in MS MVC projects using default conventions.&lt;/li&gt;&lt;/ul&gt;
&lt;br&gt;
Other fixes since the v1.6 release include:&lt;br&gt;
&lt;ul&gt;
&lt;li&gt;JS compiler bug for toString() occasionally invoked on null and adding ~ to JS view paths
&lt;/li&gt;&lt;li&gt;Bug fix for Area support in finding layouts&lt;/li&gt;&lt;/ul&gt;
&lt;/div&gt;
&lt;div&gt;&lt;/div&gt;
</description><author></author><pubDate>Fri, 01 Jun 2012 15:51:30 GMT</pubDate><guid isPermaLink="false">Released: Spark v1.7 (Jun 01, 2012) 20120601035130P</guid></item><item><title>Updated Release: Spark v1.7 (Jun 01, 2012)</title><link>http://sparkviewengine.codeplex.com/releases/view/86901</link><description>&lt;div class="wikidoc"&gt;&lt;h1&gt;Release Notes v1.7&lt;/h1&gt;
It&amp;#39;s time for another minor release bump in Spark as we begin to support a different kind of syntax called Jade. You can read up more about Jade at &lt;a href="http://jade-lang.com/"&gt;http://jade-lang.com/&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;To start using it, simply add a reference to Spark and start adding *.shade files to your project and as long as Spark is registered as a view engine, then it should automatically attempt Jade parsing to HTML. That of course, means that you can mix and match .spark and .shade files and the parser will work just fine with both of them. You can even create .shade partials that can be consumed by .spark views.&lt;br /&gt;&lt;br /&gt;It should be noted that this is only the provisional support and point releases will be made as an when bugs are discovered to work out the kinks. If you find any issues, please don&amp;#39;t hesitate to raise them on &lt;a href="https://github.com/SparkViewEngine/spark/issues"&gt;github preferably&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;This feature is very new, but for now you can see an example of Jade syntax usage in these places:&lt;br /&gt;
&lt;ul&gt;&lt;li&gt;Some Razor views compared with Jade views: &lt;a href="https://gist.github.com/2371061"&gt;https://gist.github.com/2371061&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Used on the OWIN/Gate project with Sake for builds: &lt;a href="https://github.com/loudej/gate/tree/makefiles/src/build"&gt;https://github.com/loudej/gate/tree/makefiles/src/build&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;The new Sake library (think make for C#) itself based upon the Spark View Engine: &lt;a href="https://github.com/loudej/sake/tree/master/src/Sake.Library/Shared"&gt;https://github.com/loudej/sake/tree/master/src/Sake.Library/Shared&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;The make file on the OWIN/gate project: &lt;a href="https://github.com/loudej/gate/blob/makefiles/makefile.shade"&gt;https://github.com/loudej/gate/blob/makefiles/makefile.shade&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;
&lt;br /&gt;Fixes included in v1.7.2 release:&lt;br /&gt;
&lt;ul&gt;&lt;li&gt;Added support for the new &amp;quot;unless&amp;quot; conditional. If you&amp;#39;re used to Ruby then you&amp;#39;ll know about it, but if not, then simply consider it like an equivalent of &amp;quot;if not&amp;quot;. This can be used as both an attribute on any node or as the node itself with a condition=&amp;quot;foo&amp;quot; attribute to wrap any other nodes&lt;/li&gt;
&lt;li&gt;Added support for .shade file location in MS MVC projects using default conventions.&lt;/li&gt;&lt;/ul&gt;
&lt;br /&gt;Other fixes since the v1.6 release include:&lt;br /&gt;
&lt;ul&gt;&lt;li&gt;JS compiler bug for toString() occasionally invoked on null and adding ~ to JS view paths&lt;/li&gt;
&lt;li&gt;Bug fix for Area support in finding layouts&lt;/li&gt;&lt;/ul&gt;&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>RobertGreyling</author><pubDate>Fri, 01 Jun 2012 15:51:30 GMT</pubDate><guid isPermaLink="false">Updated Release: Spark v1.7 (Jun 01, 2012) 20120601035130P</guid></item><item><title>Updated Release: Spark v1.7 (Jun 01, 2012)</title><link>http://sparkviewengine.codeplex.com/releases/view/86901</link><description>&lt;div class="wikidoc"&gt;&lt;h1&gt;Release Notes v1.7&lt;/h1&gt;
It&amp;#39;s time for another minor release bump in Spark as we begin to support a different kind of syntax called Jade. You can read up more about Jade at &lt;a href="http://jade-lang.com/"&gt;http://jade-lang.com/&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;To start using it, simply add a reference to Spark and start adding *.shade files to your project and as long as Spark is registered as a view engine, then it should automatically attempt Jade parsing to HTML. That of course, means that you can mix and match .spark and .shade files and the parser will work just fine with both of them. You can even create .shade partials that can be consumed by .spark views.&lt;br /&gt;&lt;br /&gt;It should be noted that this is only the provisional support and point releases will be made as an when bugs are discovered to work out the kinks. If you find any issues, please don&amp;#39;t hesitate to raise them on &lt;a href="https://github.com/SparkViewEngine/spark/issues"&gt;github preferably&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;This feature is very new, but for now you can see an example of Jade syntax usage in these places:&lt;br /&gt;
&lt;ul&gt;&lt;li&gt;Some Razor views compared with Jade views: &lt;a href="https://gist.github.com/2371061"&gt;https://gist.github.com/2371061&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Used on the OWIN/Gate project with Sake for builds: &lt;a href="https://github.com/loudej/gate/tree/makefiles/src/build"&gt;https://github.com/loudej/gate/tree/makefiles/src/build&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;The new Sake library (think make for C#) itself based upon the Spark View Engine: &lt;a href="https://github.com/loudej/sake/tree/master/src/Sake.Library/Shared"&gt;https://github.com/loudej/sake/tree/master/src/Sake.Library/Shared&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;The make file on the OWIN/gate project: &lt;a href="https://github.com/loudej/gate/blob/makefiles/makefile.shade"&gt;https://github.com/loudej/gate/blob/makefiles/makefile.shade&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;
&lt;br /&gt;Other fixes since the v1.6 release include:&lt;br /&gt;
&lt;ul&gt;&lt;li&gt;JS compiler bug for toString() occasionally invoked on null and adding ~ to JS view paths&lt;/li&gt;
&lt;li&gt;Bug fix for Area support in finding layouts&lt;/li&gt;&lt;/ul&gt;&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>RobertGreyling</author><pubDate>Fri, 01 Jun 2012 15:44:57 GMT</pubDate><guid isPermaLink="false">Updated Release: Spark v1.7 (Jun 01, 2012) 20120601034457P</guid></item><item><title>Released: Spark v1.7 (Jun 01, 2012)</title><link>http://sparkviewengine.codeplex.com/releases/view/86901</link><description>
&lt;div class="wikidoc"&gt;
&lt;h1&gt;Release Notes v1.7&lt;/h1&gt;
It&amp;#39;s time for another minor release bump in Spark as we begin to support a different kind of syntax called Jade. You can read up more about Jade at
&lt;a href="http://jade-lang.com/"&gt;http://jade-lang.com/&lt;/a&gt;&lt;br&gt;
&lt;br&gt;
To start using it, simply add a reference to Spark and start adding *.shade files to your project and as long as Spark is registered as a view engine, then it should automatically attempt Jade parsing to HTML. That of course, means that you can mix and match
 .spark and .shade files and the parser will work just fine with both of them. You can even create .shade partials that can be consumed by .spark views.&lt;br&gt;
&lt;br&gt;
It should be noted that this is only the provisional support and point releases will be made as an when bugs are discovered to work out the kinks. If you find any issues, please don&amp;#39;t hesitate to raise them on
&lt;a href="https://github.com/SparkViewEngine/spark/issues"&gt;github preferably&lt;/a&gt;&lt;br&gt;
&lt;br&gt;
This feature is very new, but for now you can see an example of Jade syntax usage in these places:&lt;br&gt;
&lt;ul&gt;
&lt;li&gt;Some Razor views compared with Jade views: &lt;a href="https://gist.github.com/2371061"&gt;
https://gist.github.com/2371061&lt;/a&gt; &lt;/li&gt;&lt;li&gt;Used on the OWIN/Gate project with Sake for builds: &lt;a href="https://github.com/loudej/gate/tree/makefiles/src/build"&gt;
https://github.com/loudej/gate/tree/makefiles/src/build&lt;/a&gt; &lt;/li&gt;&lt;li&gt;The new Sake library (think make for C#) itself based upon the Spark View Engine:
&lt;a href="https://github.com/loudej/sake/tree/master/src/Sake.Library/Shared"&gt;https://github.com/loudej/sake/tree/master/src/Sake.Library/Shared&lt;/a&gt;
&lt;/li&gt;&lt;li&gt;The make file on the OWIN/gate project: &lt;a href="https://github.com/loudej/gate/blob/makefiles/makefile.shade"&gt;
https://github.com/loudej/gate/blob/makefiles/makefile.shade&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;
&lt;br&gt;
Other fixes since the v1.6 release include:&lt;br&gt;
&lt;ul&gt;
&lt;li&gt;JS compiler bug for toString() occasionally invoked on null and adding ~ to JS view paths
&lt;/li&gt;&lt;li&gt;Bug fix for Area support in finding layouts&lt;/li&gt;&lt;/ul&gt;
&lt;/div&gt;
&lt;div&gt;&lt;/div&gt;
</description><author></author><pubDate>Fri, 01 Jun 2012 15:29:31 GMT</pubDate><guid isPermaLink="false">Released: Spark v1.7 (Jun 01, 2012) 20120601032931P</guid></item><item><title>Updated Release: Spark v1.7 (Jun 01, 2012)</title><link>http://sparkviewengine.codeplex.com/releases/view/86901</link><description>&lt;div class="wikidoc"&gt;&lt;h1&gt;Release Notes v1.7&lt;/h1&gt;
It&amp;#39;s time for another minor release bump in Spark as we begin to support a different kind of syntax called Jade. You can read up more about Jade at &lt;a href="http://jade-lang.com/"&gt;http://jade-lang.com/&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;To start using it, simply add a reference to Spark and start adding *.shade files to your project and as long as Spark is registered as a view engine, then it should automatically attempt Jade parsing to HTML. That of course, means that you can mix and match .spark and .shade files and the parser will work just fine with both of them. You can even create .shade partials that can be consumed by .spark views.&lt;br /&gt;&lt;br /&gt;It should be noted that this is only the provisional support and point releases will be made as an when bugs are discovered to work out the kinks. If you find any issues, please don&amp;#39;t hesitate to raise them on &lt;a href="https://github.com/SparkViewEngine/spark/issues"&gt;github preferably&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;This feature is very new, but for now you can see an example of Jade syntax usage in these places:&lt;br /&gt;
&lt;ul&gt;&lt;li&gt;Some Razor views compared with Jade views: &lt;a href="https://gist.github.com/2371061"&gt;https://gist.github.com/2371061&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Used on the OWIN/Gate project with Sake for builds: &lt;a href="https://github.com/loudej/gate/tree/makefiles/src/build"&gt;https://github.com/loudej/gate/tree/makefiles/src/build&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;The new Sake library (think make for C#) itself based upon the Spark View Engine: &lt;a href="https://github.com/loudej/sake/tree/master/src/Sake.Library/Shared"&gt;https://github.com/loudej/sake/tree/master/src/Sake.Library/Shared&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;The make file on the OWIN/gate project: &lt;a href="https://github.com/loudej/gate/blob/makefiles/makefile.shade"&gt;https://github.com/loudej/gate/blob/makefiles/makefile.shade&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;
&lt;br /&gt;Other fixes since the v1.6 release include:&lt;br /&gt;
&lt;ul&gt;&lt;li&gt;JS compiler bug for toString() occasionally invoked on null and adding ~ to JS view paths&lt;/li&gt;
&lt;li&gt;Bug fix for Area support in finding layouts&lt;/li&gt;&lt;/ul&gt;&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>RobertGreyling</author><pubDate>Fri, 01 Jun 2012 15:29:31 GMT</pubDate><guid isPermaLink="false">Updated Release: Spark v1.7 (Jun 01, 2012) 20120601032931P</guid></item><item><title>Updated Release: Spark v1.7 (Jun 01, 2012)</title><link>http://sparkviewengine.codeplex.com/releases/view/86901</link><description>&lt;div class="wikidoc"&gt;&lt;h1&gt;Release Notes v1.7&lt;/h1&gt;
It&amp;#39;s time for another minor release bump in Spark as we begin to support a different kind of syntax called Jade. You can read up more about Jade at &lt;a href="http://jade-lang.com/"&gt;http://jade-lang.com/&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;To start using it, simply add a reference to Spark and start adding *.shade files to your project and as long as Spark is registered as a view engine, then it should automatically attempt Jade parsing to HTML. That of course, means that you can mix and match .spark and .shade files and the parser will work just fine with both of them. You can even create .shade partials that can be consumed by .spark views.&lt;br /&gt;&lt;br /&gt;It should be noted that this is only the provisional support and point releases will be made as an when bugs are discovered to work out the kinks. If you find any issues, please don&amp;#39;t hesitate to raise them on &lt;a href="https://github.com/SparkViewEngine/spark/issues"&gt;github preferably&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;This feature is very new, but for now you can see an example of Jade syntax usage in these places:&lt;br /&gt;
&lt;ul&gt;&lt;li&gt;Some Razor views compared with Jade views: &lt;a href="https://gist.github.com/2371061"&gt;https://gist.github.com/2371061&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Used on the OWIN/Gate project with Sake for builds: &lt;a href="https://github.com/loudej/gate/tree/makefiles/src/build"&gt;https://github.com/loudej/gate/tree/makefiles/src/build&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;The new Sake library (think make for C#) itself based upon the Spark View Engine: &lt;a href="https://github.com/loudej/sake/tree/master/src/Sake.Library/Shared"&gt;https://github.com/loudej/sake/tree/master/src/Sake.Library/Shared&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;The make file on the OWIN/gate project: &lt;a href="https://github.com/loudej/gate/blob/makefiles/makefile.shade"&gt;https://github.com/loudej/gate/blob/makefiles/makefile.shade&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;
&lt;br /&gt;Other fixes since the v1.6 release include:&lt;br /&gt;
&lt;ul&gt;&lt;li&gt;JS compiler bug for toString() occasionally invoked on null and adding ~ to JS view paths&lt;/li&gt;
&lt;li&gt;Bug fix for Area support in finding layouts&lt;/li&gt;&lt;/ul&gt;&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>RobertGreyling</author><pubDate>Fri, 01 Jun 2012 15:27:45 GMT</pubDate><guid isPermaLink="false">Updated Release: Spark v1.7 (Jun 01, 2012) 20120601032745P</guid></item><item><title>Released: Spark v1.7 (May 30, 2012)</title><link>http://sparkviewengine.codeplex.com/releases/view/86901</link><description>
&lt;div class="wikidoc"&gt;
&lt;h1&gt;Release Notes v1.7&lt;/h1&gt;
It&amp;#39;s time for another minor release bump in Spark as we begin to support a different kind of syntax called Jade. You can read up more about Jade at
&lt;a href="http://jade-lang.com/"&gt;http://jade-lang.com/&lt;/a&gt;&lt;br&gt;
&lt;br&gt;
To start using it, simply add a reference to Spark and start adding *.shade files to your project and as long as Spark is registered as a view engine, then it should automatically attempt Jade parsing to HTML. That of course, means that you can mix and match
 .spark and .shade files and the parser will work just fine with both of them. You can even create .shade partials that can be consumed by .spark views.&lt;br&gt;
&lt;br&gt;
It should be noted that this is only the provisional support and point releases will be made as an when bugs are discovered to work out the kinks. If you find any issues, please don&amp;#39;t hesitate to raise them on
&lt;a href="https://github.com/SparkViewEngine/spark/issues"&gt;github preferably&lt;/a&gt;&lt;br&gt;
&lt;br&gt;
This feature is very new, but for now you can see an example of Jade syntax usage in these places:&lt;br&gt;
&lt;ul&gt;
&lt;li&gt;Some Razor views compared with Jade views: &lt;a href="https://gist.github.com/2371061"&gt;
https://gist.github.com/2371061&lt;/a&gt; &lt;/li&gt;&lt;li&gt;Used on the OWIN/Gate project with Sake for builds: &lt;a href="https://github.com/loudej/gate/tree/makefiles/src/build"&gt;
https://github.com/loudej/gate/tree/makefiles/src/build&lt;/a&gt; &lt;/li&gt;&lt;li&gt;The new Sake library (think make for C#) itself based upon the Spark View Engine:
&lt;a href="https://github.com/loudej/sake/tree/master/src/Sake.Library/Shared"&gt;https://github.com/loudej/sake/tree/master/src/Sake.Library/Shared&lt;/a&gt;
&lt;/li&gt;&lt;li&gt;The make file on the OWIN/gate project: &lt;a href="https://github.com/loudej/gate/blob/makefiles/makefile.shade"&gt;
https://github.com/loudej/gate/blob/makefiles/makefile.shade&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;
&lt;br&gt;
Other fixes since the v1.6 release include:&lt;br&gt;
&lt;ul&gt;
&lt;li&gt;JS compiler bug for toString() occasionally invoked on null and adding ~ to JS view paths
&lt;/li&gt;&lt;li&gt;Bug fix for Area support in finding layouts&lt;/li&gt;&lt;/ul&gt;
&lt;/div&gt;
&lt;div&gt;&lt;/div&gt;
</description><author></author><pubDate>Wed, 30 May 2012 16:45:44 GMT</pubDate><guid isPermaLink="false">Released: Spark v1.7 (May 30, 2012) 20120530044544P</guid></item><item><title>Updated Release: Spark v1.7 (May 30, 2012)</title><link>http://sparkviewengine.codeplex.com/releases/view/86901</link><description>&lt;div class="wikidoc"&gt;&lt;h1&gt;Release Notes v1.7&lt;/h1&gt;
It&amp;#39;s time for another minor release bump in Spark as we begin to support a different kind of syntax called Jade. You can read up more about Jade at &lt;a href="http://jade-lang.com/"&gt;http://jade-lang.com/&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;To start using it, simply add a reference to Spark and start adding *.shade files to your project and as long as Spark is registered as a view engine, then it should automatically attempt Jade parsing to HTML. That of course, means that you can mix and match .spark and .shade files and the parser will work just fine with both of them. You can even create .shade partials that can be consumed by .spark views.&lt;br /&gt;&lt;br /&gt;It should be noted that this is only the provisional support and point releases will be made as an when bugs are discovered to work out the kinks. If you find any issues, please don&amp;#39;t hesitate to raise them on &lt;a href="https://github.com/SparkViewEngine/spark/issues"&gt;github preferably&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;This feature is very new, but for now you can see an example of Jade syntax usage in these places:&lt;br /&gt;
&lt;ul&gt;&lt;li&gt;Some Razor views compared with Jade views: &lt;a href="https://gist.github.com/2371061"&gt;https://gist.github.com/2371061&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Used on the OWIN/Gate project with Sake for builds: &lt;a href="https://github.com/loudej/gate/tree/makefiles/src/build"&gt;https://github.com/loudej/gate/tree/makefiles/src/build&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;The new Sake library (think make for C#) itself based upon the Spark View Engine: &lt;a href="https://github.com/loudej/sake/tree/master/src/Sake.Library/Shared"&gt;https://github.com/loudej/sake/tree/master/src/Sake.Library/Shared&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;The make file on the OWIN/gate project: &lt;a href="https://github.com/loudej/gate/blob/makefiles/makefile.shade"&gt;https://github.com/loudej/gate/blob/makefiles/makefile.shade&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;
&lt;br /&gt;Other fixes since the v1.6 release include:&lt;br /&gt;
&lt;ul&gt;&lt;li&gt;JS compiler bug for toString() occasionally invoked on null and adding ~ to JS view paths&lt;/li&gt;
&lt;li&gt;Bug fix for Area support in finding layouts&lt;/li&gt;&lt;/ul&gt;&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>RobertGreyling</author><pubDate>Wed, 30 May 2012 16:45:44 GMT</pubDate><guid isPermaLink="false">Updated Release: Spark v1.7 (May 30, 2012) 20120530044544P</guid></item><item><title>Updated Release: Spark v1.7 (May 30, 2012)</title><link>http://sparkviewengine.codeplex.com/releases/view/86901</link><description>&lt;div class="wikidoc"&gt;&lt;h1&gt;Release Notes v1.7&lt;/h1&gt;
It&amp;#39;s time for another minor release bump in Spark as we begin to support a different kind of syntax called Jade. You can read up more about Jade at &lt;a href="http://jade-lang.com/"&gt;http://jade-lang.com/&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;To start using it, simply add a reference to Spark and start adding *.shade files to your project and as long as Spark is registered as a view engine, then it should automatically attempt Jade parsing to HTML. That of course, means that you can mix and match .spark and .shade files and the parser will work just fine with both of them. You can even create .shade partials that can be consumed by .spark views.&lt;br /&gt;&lt;br /&gt;It should be noted that this is only the provisional support and point releases will be made as an when bugs are discovered to work out the kinks. If you find any issues, please don&amp;#39;t hesitate to raise them on &lt;a href="https://github.com/SparkViewEngine/spark/issues"&gt;github preferably&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;This feature is very new, but for now you can see an example of Jade syntax usage in these places:&lt;br /&gt;
&lt;ul&gt;&lt;li&gt;Some Razor views compared with Jade views: &lt;a href="https://gist.github.com/2371061"&gt;https://gist.github.com/2371061&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Used on the OWIN/Gate project with Sake for builds: &lt;a href="https://github.com/loudej/gate/tree/makefiles/src/build"&gt;https://github.com/loudej/gate/tree/makefiles/src/build&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;The new Sake library (think make for C#) itself based upon the Spark View Engine: &lt;a href="https://github.com/loudej/sake/tree/master/src/Sake.Library/Shared"&gt;https://github.com/loudej/sake/tree/master/src/Sake.Library/Shared&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;The make file on the OWIN/gate project: &lt;a href="https://github.com/loudej/gate/blob/makefiles/makefile.shade"&gt;https://github.com/loudej/gate/blob/makefiles/makefile.shade&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;
&lt;br /&gt;Other fixes since the v1.6 release include:&lt;br /&gt;
&lt;ul&gt;&lt;li&gt;JS compiler bug for toString() occasionally invoked on null and adding ~ to JS view paths&lt;/li&gt;
&lt;li&gt;Bug fix for Area support in finding layouts&lt;/li&gt;&lt;/ul&gt;&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>RobertGreyling</author><pubDate>Wed, 30 May 2012 16:42:16 GMT</pubDate><guid isPermaLink="false">Updated Release: Spark v1.7 (May 30, 2012) 20120530044216P</guid></item></channel></rss>