<?xml version="1.0"?><?xml-stylesheet type="text/xsl" href="/rss.xsl"?><rss version="2.0"><channel><title>sparkviewengine Releases Rss Feed</title><link>http://sparkviewengine.codeplex.com/Release/ProjectReleases.aspx</link><description>sparkviewengine Releases Rss Description</description><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>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: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>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>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;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>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>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:27:45 GMT</pubDate><guid isPermaLink="false">Updated Release: Spark v1.7 (Jun 01, 2012) 20120601032745P</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>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:42:16 GMT</pubDate><guid isPermaLink="false">Updated Release: Spark v1.7 (May 30, 2012) 20120530044216P</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:40:18 GMT</pubDate><guid isPermaLink="false">Updated Release: Spark v1.7 (May 30, 2012) 20120530044018P</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:37:52 GMT</pubDate><guid isPermaLink="false">Updated Release: Spark v1.7 (May 30, 2012) 20120530043752P</guid></item><item><title>Updated Release: Spark v1.7 (Apr 29, 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>Sun, 29 Apr 2012 15:34:17 GMT</pubDate><guid isPermaLink="false">Updated Release: Spark v1.7 (Apr 29, 2012) 20120429033417P</guid></item><item><title>Released: Spark v1.7 (Apr 29, 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>Sun, 29 Apr 2012 15:34:17 GMT</pubDate><guid isPermaLink="false">Released: Spark v1.7 (Apr 29, 2012) 20120429033417P</guid></item><item><title>Updated Release: Spark v1.7 (Apr 29, 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>Sun, 29 Apr 2012 15:25:40 GMT</pubDate><guid isPermaLink="false">Updated Release: Spark v1.7 (Apr 29, 2012) 20120429032540P</guid></item><item><title>Created Release: Spark v1.7 (Apr 29, 2012)</title><link>http://sparkviewengine.codeplex.com/releases?ReleaseId=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>Sun, 29 Apr 2012 15:19:42 GMT</pubDate><guid isPermaLink="false">Created Release: Spark v1.7 (Apr 29, 2012) 20120429031942P</guid></item><item><title>Updated Release: Spark v1.6 (Jul 02, 2011)</title><link>http://sparkviewengine.codeplex.com/releases/view/69569</link><description>&lt;div class="wikidoc"&gt;&lt;h1&gt;Release Notes 1.6&lt;/h1&gt;
There are two fixes that I&amp;#39;ve introduced into Spark v1.6 which address the following sticking points:&lt;br /&gt;
&lt;h2&gt;Attributes surrounded with single quotes with double quotes inside will now be preserved as per your input.&lt;/h2&gt;
For example:&lt;br /&gt;&lt;br /&gt;&lt;pre&gt;
 &amp;lt;tag attr=&amp;#39;something; other=&amp;quot;value1, value2&amp;quot;&amp;#39; /&amp;gt;
&lt;/pre&gt;&lt;br /&gt;results in exactly the same output HTML when it used to substitute single quote on the outside with double quotes incorrectly. This never used to be an issue a few years ago, but with new libraries taking advantage of HTML5 syntax, attributes like the one above are becoming very common and Spark just got in the way. Anyway, this is fixed now, but if any of your previous views were &amp;quot;relying&amp;quot; on Spark swapping those to double quotes for you (though I can&amp;#39;t imagine why), then you may want to retest those views.&lt;br /&gt;&lt;br /&gt;The second thing that is happening is a number of JavaScript frameworks jumping on the whole ${ } syntax bandwagon like jQuery Templates for example. So naturally will try and parse these and expand the variables in to the rendered output and folks have been asking for a way to escape these so that they are not parsed, and left alone for the JS library to consume.&lt;br /&gt;&lt;br /&gt;So there are now two ways you can escape the Spark code expressions:
&lt;ol&gt;&lt;li&gt;Single item escaping (github commit)&lt;/li&gt;
&lt;li&gt;Entire block escaping (github commit)&lt;/li&gt;&lt;/ol&gt;

&lt;h2&gt;Single Item escaping&lt;/h2&gt;
This can be done by using one of three escape chars for each expression type. Rather than explain, the following is an example of how you would do this in your spark view:&lt;br /&gt;&lt;pre&gt;
    &amp;lt;div&amp;gt;
        $${Encoded.Escaped.with.a.dollar &amp;lt; 0}
        \${Encoded.Escaped.with.a.backslash &amp;lt; 0}
        `${Encoded.Escaped.with.a.backtick &amp;lt; 0}
    &amp;lt;/div&amp;gt;
    &amp;lt;div&amp;gt;
        !!{Unencoded.Escaped.with.a.dollar &amp;lt; 0}
        \!{Unencoded.Escaped.with.a.backslash &amp;lt; 0}
        `!{Unencoded.Escaped.with.a.backtick &amp;lt; 0}
    &amp;lt;/div&amp;gt;
    &amp;lt;div&amp;gt;
        $$!{Encoded.Silent.Nulls.Escaped.with.a.dollar &amp;lt; 0}
        \$!{Encoded.Silent.Nulls.Escaped.with.a.backslash &amp;lt; 0}
        `$!{Encoded.Silent.Nulls.Escaped.with.a.backtick &amp;lt; 0}
    &amp;lt;/div&amp;gt;
&lt;/pre&gt;&lt;br /&gt;results in the following verbatim output:&lt;br /&gt;&lt;br /&gt;&lt;pre&gt;
    &amp;lt;div&amp;gt;
        ${Encoded.Escaped.with.a.dollar &amp;lt; 0}
        ${Encoded.Escaped.with.a.backslash &amp;lt; 0}
        ${Encoded.Escaped.with.a.backtick &amp;lt; 0}
    &amp;lt;/div&amp;gt;
    &amp;lt;div&amp;gt;
        !{Unencoded.Escaped.with.a.dollar &amp;lt; 0}
        !{Unencoded.Escaped.with.a.backslash &amp;lt; 0}
        !{Unencoded.Escaped.with.a.backtick &amp;lt; 0}
    &amp;lt;/div&amp;gt;
    &amp;lt;div&amp;gt;
        $!{Encoded.Silent.Nulls.Escaped.with.a.dollar &amp;lt; 0}
        $!{Encoded.Silent.Nulls.Escaped.with.a.backslash &amp;lt; 0}
        $!{Encoded.Silent.Nulls.Escaped.with.a.backtick &amp;lt; 0}
    &amp;lt;/div&amp;gt;
&lt;/pre&gt;&lt;br /&gt;Now I know that currently the $ is the popular delimiter, but all we need is for one, er...visionary, to decide to use the exclamation point (probably already have) and we&amp;#39;d be in the same boat, so this code change takes that into account as well.&lt;br /&gt;
&lt;h2&gt;Entire block escaping&lt;/h2&gt;
This is already in the current version, but worth mentioning again. The second way you can do this is thanks to Mike Murray who introduced the new &amp;lt;ignore&amp;gt; special tag for Spark and you use to output verbatim anything that is inside like so:&lt;br /&gt;&lt;br /&gt;&lt;pre&gt;
&amp;lt;html&amp;gt;
  &amp;lt;head&amp;gt;
    &amp;lt;title&amp;gt;ignore test&amp;lt;/title&amp;gt;
  &amp;lt;/head&amp;gt;
  &amp;lt;body&amp;gt;
    &amp;lt;h1&amp;gt;ignore test&amp;lt;/h1&amp;gt;
    &amp;lt;p&amp;gt;${System.DateTime.Now}&amp;lt;/p&amp;gt;
    &amp;lt;ignore&amp;gt;
        &amp;lt;div&amp;gt;
            Regular text ${This.isnt.code &amp;lt; 0}
            &amp;lt;var dummy=&amp;quot;This isn&amp;#39;t a variable&amp;quot; /&amp;gt;
        &amp;lt;/div&amp;gt;
    &amp;lt;/ignore&amp;gt;
  &amp;lt;/body&amp;gt;
&amp;lt;/html&amp;gt;
&lt;/pre&gt;&lt;br /&gt;Lastly, as of Spark v1.6, it is now &lt;b&gt;fully Mono compliant&lt;/b&gt; - well, there&amp;#39;s the VB bits, but I&amp;#39;m not counting those :) - thanks to some awesome community efforts by Alex and Jaime! And thanks to them and Josh, we also have a first class shining implementation of Spark now in the FubuMVC framework that really is better than I ever could have hoped for.&lt;br /&gt;&lt;br /&gt;Please reach out and thank these guys, they&amp;#39;ve done some spectacular work here in their own spare time and it&amp;#39;s hugely appreciated.&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>RobertGreyling</author><pubDate>Thu, 21 Jul 2011 09:10:02 GMT</pubDate><guid isPermaLink="false">Updated Release: Spark v1.6 (Jul 02, 2011) 20110721091002A</guid></item></channel></rss>