<?xml version="1.0"?><?xml-stylesheet type="text/xsl" href="/rss.xsl"?><rss version="2.0"><channel><title>jsaction Releases Rss Feed</title><link>http://jsaction.codeplex.com/releases</link><description>jsaction Releases Rss Description</description><item><title>Updated Release: JsAction 0.5 (Mar 31, 2012)</title><link>http://jsaction.codeplex.com/releases/view/85244</link><description>&lt;div class="wikidoc"&gt;This is a breaking change, please read all statements!&lt;br /&gt;
&lt;ul&gt;&lt;li&gt;JsAction now takes advantage of David Ebbo&amp;#39;s WebActivator. This meas you have no more to register route handler, it will be performed automatically.&lt;/li&gt;&lt;/ul&gt;
Locate this lines&lt;br /&gt;&lt;div style="color:Black;background-color:White;"&gt;&lt;pre&gt;
routes.Add(&lt;span style="color:#A31515;"&gt;&amp;quot;JsActionRoute&amp;quot;&lt;/span&gt;, JsAction.JsActionRouteHandlerInstance.JsActionRoute);
&lt;/pre&gt;&lt;/div&gt;and delete them.&lt;br /&gt;&lt;b&gt;NOTE:&lt;/b&gt; You have to. An error will occur if you will forget (route name duplicate)&lt;br /&gt;
&lt;ul&gt;&lt;li&gt;Improved intellisense&lt;/li&gt;&lt;/ul&gt;
JsAction can now decompose complex type and give intellisense support for them. Check the documentation, &lt;b&gt;Intellisense feature&lt;/b&gt; for more informations&lt;br /&gt;
&lt;ul&gt;&lt;li&gt;WebApi support&lt;/li&gt;&lt;/ul&gt;
JsAction provides now basic WebApi support. Since WebApi is still in beta, JsAction WebApi is in beta too.&lt;br /&gt;A new nuget package has been created. Refer to docmentation under WebApi tab to more informations.&lt;br /&gt;&lt;br /&gt;*Code revisiting&lt;br /&gt;JsAction project has been splitted in JsAction.BASE, JsAction.MVC and JsAction.WEBAPI in order to aim better organization. Have a look into source code tab.&lt;br /&gt;
&lt;ul&gt;&lt;li&gt;Helpers change
&lt;ul&gt;&lt;li&gt;JsScript html helper extension is now marked as obsolete. A new one has been created (and located into System.Web namespace, so this means you have no more to add @using directive in your views).&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;&lt;/ul&gt;
Please use&lt;br /&gt;&lt;div style="color:Black;background-color:White;"&gt;&lt;pre&gt;
@Html.JsActionScript()
&lt;/pre&gt;&lt;/div&gt;&lt;ul&gt;&lt;li&gt;WebApi can be used outside MVC project (WebForms, for example). So no HtmlHelpers can be used. WebApi script reference can be injected using a static method&lt;/li&gt;&lt;/ul&gt;
&lt;pre&gt;@JsActionHelper.WebApiScript()&lt;/pre&gt;or, in webforms&lt;br /&gt;&lt;pre&gt;&amp;lt;%= JsActionHelper.WebApiScript() %&amp;gt;&lt;/pre&gt;
&lt;ul&gt;&lt;li&gt;No more binaries on codeplex.&lt;/li&gt;&lt;/ul&gt;
Nuget is the best way to install libraries and software. Since i do little modification between releasing versions, please always refer to source code tab and nuget package manager to have latest version.&lt;br /&gt;The zip contained here is actual snapshot (31/03/2012) and may change in near future.&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>XVincentX</author><pubDate>Sat, 31 Mar 2012 11:36:55 GMT</pubDate><guid isPermaLink="false">Updated Release: JsAction 0.5 (Mar 31, 2012) 20120331113655A</guid></item><item><title>Released: JsAction 0.5 (Mar 31, 2012)</title><link>http://jsaction.codeplex.com/releases/view/85244</link><description>
&lt;div class="wikidoc"&gt;This is a breaking change, please read all statements!&lt;br&gt;
&lt;ul&gt;
&lt;li&gt;JsAction now takes advantage of David Ebbo&amp;#39;s WebActivator. This meas you have no more to register route handler, it will be performed automatically.&lt;/li&gt;&lt;/ul&gt;
Locate this lines&lt;br&gt;
&lt;div style="color:Black; background-color:White"&gt;
&lt;pre&gt;
routes.Add(&lt;span style="color:#A31515"&gt;&amp;quot;JsActionRoute&amp;quot;&lt;/span&gt;, JsAction.JsActionRouteHandlerInstance.JsActionRoute);
&lt;/pre&gt;
&lt;/div&gt;
and delete them.&lt;br&gt;
&lt;b&gt;NOTE:&lt;/b&gt; You have to. An error will occur if you will forget (route name duplicate)&lt;br&gt;
&lt;ul&gt;
&lt;li&gt;Improved intellisense&lt;/li&gt;&lt;/ul&gt;
JsAction can now decompose complex type and give intellisense support for them. Check the documentation,
&lt;b&gt;Intellisense feature&lt;/b&gt; for more informations&lt;br&gt;
&lt;ul&gt;
&lt;li&gt;WebApi support&lt;/li&gt;&lt;/ul&gt;
JsAction provides now basic WebApi support. Since WebApi is still in beta, JsAction WebApi is in beta too.&lt;br&gt;
A new nuget package has been created. Refer to docmentation under WebApi tab to more informations.&lt;br&gt;
&lt;br&gt;
*Code revisiting&lt;br&gt;
JsAction project has been splitted in JsAction.BASE, JsAction.MVC and JsAction.WEBAPI in order to aim better organization. Have a look into source code tab.&lt;br&gt;
&lt;ul&gt;
&lt;li&gt;Helpers change
&lt;ul&gt;
&lt;li&gt;JsScript html helper extension is now marked as obsolete. A new one has been created (and located into System.Web namespace, so this means you have no more to add @using directive in your views).&lt;/li&gt;&lt;/ul&gt;
&lt;/li&gt;&lt;/ul&gt;
Please use&lt;br&gt;
&lt;div style="color:Black; background-color:White"&gt;
&lt;pre&gt;
@Html.JsActionScript()
&lt;/pre&gt;
&lt;/div&gt;
&lt;ul&gt;
&lt;li&gt;WebApi can be used outside MVC project (WebForms, for example). So no HtmlHelpers can be used. WebApi script reference can be injected using a static method&lt;/li&gt;&lt;/ul&gt;
&lt;pre&gt;@JsActionHelper.WebApiScript()&lt;/pre&gt;
or, in webforms&lt;br&gt;
&lt;pre&gt;&amp;lt;%= JsActionHelper.WebApiScript() %&amp;gt;&lt;/pre&gt;
&lt;ul&gt;
&lt;li&gt;No more binaries on codeplex.&lt;/li&gt;&lt;/ul&gt;
Nuget is the best way to install libraries and software. Since i do little modification between releasing versions, please always refer to source code tab and nuget package manager to have latest version.&lt;br&gt;
The zip contained here is actual snapshot (31/03/2012) and may change in near future.&lt;/div&gt;
&lt;div&gt;&lt;/div&gt;
</description><author></author><pubDate>Sat, 31 Mar 2012 11:36:55 GMT</pubDate><guid isPermaLink="false">Released: JsAction 0.5 (Mar 31, 2012) 20120331113655A</guid></item><item><title>Updated Release: JsAction 0.5 (Mar 31, 2012)</title><link>http://jsaction.codeplex.com/releases/view/85244</link><description>&lt;div class="wikidoc"&gt;This is a breaking change, please read all statements!&lt;br /&gt;
&lt;ul&gt;&lt;li&gt;JsAction now takes advantage of David Ebbo&amp;#39;s WebActivator. This meas you have no more to register route handler, it will be performed automatically.&lt;/li&gt;&lt;/ul&gt;
Locate this lines&lt;br /&gt;&lt;div style="color:Black;background-color:White;"&gt;&lt;pre&gt;
routes.Add(&lt;span style="color:#A31515;"&gt;&amp;quot;JsActionRoute&amp;quot;&lt;/span&gt;, JsAction.JsActionRouteHandlerInstance.JsActionRoute);
&lt;/pre&gt;&lt;/div&gt;and delete them.&lt;br /&gt;&lt;b&gt;NOTE:&lt;/b&gt; You have to. An error will occur if you will forget (route name duplicate)&lt;br /&gt;
&lt;ul&gt;&lt;li&gt;Improved intellisense&lt;/li&gt;&lt;/ul&gt;
JsAction can now decompose complex type and give intellisense support for them. Check the documentation, &lt;b&gt;Intellisense feature&lt;/b&gt; for more informations&lt;br /&gt;
&lt;ul&gt;&lt;li&gt;WebApi support&lt;/li&gt;&lt;/ul&gt;
JsAction provides now basic WebApi support. Since WebApi is still in beta, JsAction WebApi is in beta too.&lt;br /&gt;A new nuget package has been created. Refer to docmentation under WebApi tab to more informations.&lt;br /&gt;&lt;br /&gt;*Code revisiting&lt;br /&gt;JsAction project has been splitted in JsAction.BASE, JsAction.MVC and JsAction.WEBAPI in order to aim better organization. Have a look into source code tab.&lt;br /&gt;
&lt;ul&gt;&lt;li&gt;Helpers change
&lt;ul&gt;&lt;li&gt;JsScript html helper extension is now marked as obsolete. A new one has been created (and located into System.Web namespace, so this means you have no more to add @using directive in your views).&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;&lt;/ul&gt;
Please use&lt;br /&gt;&lt;div style="color:Black;background-color:White;"&gt;&lt;pre&gt;
@Html.JsActionScript()
&lt;/pre&gt;&lt;/div&gt;&lt;ul&gt;&lt;li&gt;WebApi can be used outside MVC project (WebForms, for example). So no HtmlHelpers can be used. WebApi script reference can be injected using a static method&lt;/li&gt;&lt;/ul&gt;
&lt;pre&gt;@JsActionHelper.WebApiScript()&lt;/pre&gt;or, in webforms&lt;br /&gt;&lt;pre&gt;&amp;lt;%= JsActionHelper.WebApiScript() %&amp;gt;&lt;/pre&gt;
&lt;ul&gt;&lt;li&gt;No more binaries on codeplex.&lt;/li&gt;&lt;/ul&gt;
Nuget is the best way to install libraries and software. Since i do little modification between releasing versions, please always refer to source code tab and nuget package manager to have latest version.&lt;br /&gt;The zip contained here is actual snapshot (31/03/2012) and may change in near future.&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>XVincentX</author><pubDate>Sat, 31 Mar 2012 11:34:55 GMT</pubDate><guid isPermaLink="false">Updated Release: JsAction 0.5 (Mar 31, 2012) 20120331113455A</guid></item><item><title>Updated Release: JsAction 0.5</title><link>http://jsaction.codeplex.com/releases/view/85244</link><description>&lt;div class="wikidoc"&gt;This is a breaking change, please read all statements!&lt;br /&gt;
&lt;ul&gt;&lt;li&gt;JsAction now takes advantage of David Ebbo&amp;#39;s WebActivator. This meas you have no more to register route handler, it will be performed automatically.&lt;/li&gt;&lt;/ul&gt;
Locate this lines&lt;br /&gt;&lt;div style="color:Black;background-color:White;"&gt;&lt;pre&gt;
routes.Add(&lt;span style="color:#A31515;"&gt;&amp;quot;JsActionRoute&amp;quot;&lt;/span&gt;, JsAction.JsActionRouteHandlerInstance.JsActionRoute);
&lt;/pre&gt;&lt;/div&gt;and delete them.&lt;br /&gt;&lt;b&gt;NOTE:&lt;/b&gt; You have to. An error will occur if you will forget (route name duplicate)&lt;br /&gt;
&lt;ul&gt;&lt;li&gt;Improved intellisense&lt;/li&gt;&lt;/ul&gt;
JsAction can now decompose complex type and give intellisense support for them. Check the documentation, &lt;b&gt;Intellisense feature&lt;/b&gt; for more informations&lt;br /&gt;
&lt;ul&gt;&lt;li&gt;WebApi support&lt;/li&gt;&lt;/ul&gt;
JsAction provides now basic WebApi support. Since WebApi is still in beta, JsAction WebApi is in beta too.&lt;br /&gt;A new nuget package has been created. Refer to docmentation under WebApi tab to more informations.&lt;br /&gt;&lt;br /&gt;*Code revisiting&lt;br /&gt;JsAction project has been splitted in JsAction.BASE, JsAction.MVC and JsAction.WEBAPI in order to aim better organization. Have a look into source code tab.&lt;br /&gt;
&lt;ul&gt;&lt;li&gt;Helpers change
&lt;ul&gt;&lt;li&gt;JsScript html helper extension is now marked as obsolete. A new one has been created (and located into System.Web namespace, so this means you have no more to add @using directive in your views).&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;&lt;/ul&gt;
Please use&lt;br /&gt;&lt;div style="color:Black;background-color:White;"&gt;&lt;pre&gt;
@Html.JsActionScript()
&lt;/pre&gt;&lt;/div&gt;&lt;ul&gt;&lt;li&gt;WebApi can be used outside MVC project (WebForms, for example). So no HtmlHelpers can be used. WebApi script reference can be injected using a static method&lt;/li&gt;&lt;/ul&gt;
&lt;pre&gt;@JsActionHelper.WebApiScript()&lt;/pre&gt;or, in webforms&lt;br /&gt;&lt;pre&gt;&amp;lt;%= JsActionHelper.WebApiScript() %&amp;gt;&lt;/pre&gt;&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>XVincentX</author><pubDate>Sat, 31 Mar 2012 11:24:35 GMT</pubDate><guid isPermaLink="false">Updated Release: JsAction 0.5 20120331112435A</guid></item><item><title>Updated Release: JsAction 0.5</title><link>http://jsaction.codeplex.com/releases/view/85244</link><description>&lt;div class="wikidoc"&gt;This is a breaking change, please read all statements!&lt;br /&gt;
&lt;ul&gt;&lt;li&gt;JsAction now takes advantage of David Ebbo&amp;#39;s WebActivator. This meas you have no more to register route handler, it will be performed automatically.&lt;/li&gt;&lt;/ul&gt;
Locate this lines&lt;br /&gt;&lt;div style="color:Black;background-color:White;"&gt;&lt;pre&gt;
routes.Add(&lt;span style="color:#A31515;"&gt;&amp;quot;JsActionRoute&amp;quot;&lt;/span&gt;, JsAction.JsActionRouteHandlerInstance.JsActionRoute);
&lt;/pre&gt;&lt;/div&gt;and delete them.&lt;br /&gt;&lt;b&gt;NOTE:&lt;/b&gt; You have to. An error will occur if you will forget (route name duplicate)&lt;br /&gt;
&lt;ul&gt;&lt;li&gt;Improved intellisense&lt;/li&gt;&lt;/ul&gt;
JsAction can now decompose complex type and give intellisense support for them. Check the documentation, &lt;b&gt;Intellisense feature&lt;/b&gt; for more informations&lt;br /&gt;
&lt;ul&gt;&lt;li&gt;WebApi support&lt;/li&gt;&lt;/ul&gt;
JsAction provides now basic WebApi support. Since WebApi is still in beta, JsAction WebApi is in beta too.&lt;br /&gt;A new nuget package has been created. Refer to docmentation under WebApi tab to more informations.&lt;br /&gt;&lt;br /&gt;*Code revisiting&lt;br /&gt;JsAction project has been splitted in JsAction.BASE, JsAction.MVC and JsAction.WEBAPI in order to aim better organization. Have a look into source code tab.&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>XVincentX</author><pubDate>Sat, 31 Mar 2012 11:20:50 GMT</pubDate><guid isPermaLink="false">Updated Release: JsAction 0.5 20120331112050A</guid></item><item><title>Created Release: JsAction 0.5</title><link>http://jsaction.codeplex.com/releases?ReleaseId=85244</link><description>&lt;div class="wikidoc"&gt;Writing.&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>XVincentX</author><pubDate>Sat, 31 Mar 2012 10:56:22 GMT</pubDate><guid isPermaLink="false">Created Release: JsAction 0.5 20120331105622A</guid></item><item><title>Updated Release: JsAction 0.4.1 (feb 26, 2012)</title><link>http://jsaction.codeplex.com/releases/view/83037</link><description>&lt;div class="wikidoc"&gt;&lt;ul&gt;&lt;li&gt;DateTime support &lt;a href="http://jsaction.codeplex.com/wikipage?title=DateTime&amp;amp;referringTitle=ExplainSource" class="externalLink"&gt;http://jsaction.codeplex.com/wikipage?title=DateTime&amp;amp;referringTitle=ExplainSource&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Intellisense support &lt;a href="http://jsaction.codeplex.com/wikipage?title=Intellisense&amp;amp;referringTitle=Documentation" class="externalLink"&gt;http://jsaction.codeplex.com/wikipage?title=Intellisense&amp;amp;referringTitle=Documentation&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Caching generated javascript&lt;/li&gt;
&lt;li&gt;Methods organization: now all your method are part of Controller object.&lt;/li&gt;&lt;/ul&gt;
&lt;br /&gt;So you don&amp;#39;t have to write more&lt;br /&gt;&lt;div style="color:Black;background-color:White;"&gt;&lt;pre&gt;
JsAction.MyMethod();
&lt;/pre&gt;&lt;/div&gt;but&lt;br /&gt;&lt;div style="color:Black;background-color:White;"&gt;&lt;pre&gt;
JsAction.Controller.MyMethod();
&lt;/pre&gt;&lt;/div&gt;where Controller is the Controller holding your method.&lt;br /&gt;&lt;br /&gt;Note: &lt;b&gt;this is a breaking change&lt;/b&gt;.&lt;br /&gt;I am very sorry for that, but i had no choice.&lt;br /&gt;However, it should require minimal code changes.&lt;br /&gt;&lt;br /&gt;Note: these sources and binaries may be outdated. I make a lot of changes and zipping + uploading is very annoing.&lt;br /&gt;I really suggest you to use nuGet package manager to install library and use a source control version to get latest source code.&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>XVincentX</author><pubDate>Sun, 26 Feb 2012 17:14:09 GMT</pubDate><guid isPermaLink="false">Updated Release: JsAction 0.4.1 (feb 26, 2012) 20120226051409P</guid></item><item><title>Released: JsAction 0.4.1 (Feb 26, 2012)</title><link>http://jsaction.codeplex.com/releases/view/83037</link><description>
&lt;div class="wikidoc"&gt;
&lt;ul&gt;
&lt;li&gt;DateTime support &lt;a href="http://jsaction.codeplex.com/wikipage?title=DateTime&amp;referringTitle=ExplainSource"&gt;
http://jsaction.codeplex.com/wikipage?title=DateTime&amp;amp;referringTitle=ExplainSource&lt;span&gt;&lt;/span&gt;&lt;/a&gt;
&lt;/li&gt;&lt;li&gt;Intellisense support &lt;a href="http://jsaction.codeplex.com/wikipage?title=Intellisense&amp;referringTitle=Documentation"&gt;
http://jsaction.codeplex.com/wikipage?title=Intellisense&amp;amp;referringTitle=Documentation&lt;span&gt;&lt;/span&gt;&lt;/a&gt;
&lt;/li&gt;&lt;li&gt;Caching generated javascript &lt;/li&gt;&lt;li&gt;Methods organization: now all your method are part of Controller object.&lt;/li&gt;&lt;/ul&gt;
&lt;br&gt;
So you don&amp;#39;t have to write more&lt;br&gt;
&lt;div style="color:Black; background-color:White"&gt;
&lt;pre&gt;
JsAction.MyMethod();
&lt;/pre&gt;
&lt;/div&gt;
but&lt;br&gt;
&lt;div style="color:Black; background-color:White"&gt;
&lt;pre&gt;
JsAction.Controller.MyMethod();
&lt;/pre&gt;
&lt;/div&gt;
where Controller is the Controller holding your method.&lt;br&gt;
&lt;br&gt;
Note: &lt;b&gt;this is a breaking change&lt;/b&gt;.&lt;br&gt;
I am very sorry for that, but i had no choice.&lt;br&gt;
However, it should require minimal code changes.&lt;br&gt;
&lt;br&gt;
Note: these sources and binaries may be outdated. I make a lot of changes and zipping &amp;#43; uploading is very annoing.&lt;br&gt;
I really suggest you to use nuGet package manager to install library and use a source control version to get latest source code.&lt;/div&gt;
&lt;div&gt;&lt;/div&gt;
</description><author></author><pubDate>Sun, 26 Feb 2012 17:14:09 GMT</pubDate><guid isPermaLink="false">Released: JsAction 0.4.1 (Feb 26, 2012) 20120226051409P</guid></item><item><title>Updated Release: JsAction 0.4.1 (Feb 26, 2012)</title><link>http://jsaction.codeplex.com/releases/view/83037</link><description>&lt;div class="wikidoc"&gt;Changelog for release
&lt;ul&gt;&lt;li&gt;DateTime support &lt;a href="http://jsaction.codeplex.com/wikipage?title=DateTime&amp;amp;referringTitle=ExplainSource" class="externalLink"&gt;http://jsaction.codeplex.com/wikipage?title=DateTime&amp;amp;referringTitle=ExplainSource&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Intellisense support &lt;a href="http://jsaction.codeplex.com/wikipage?title=Intellisense&amp;amp;referringTitle=Documentation" class="externalLink"&gt;http://jsaction.codeplex.com/wikipage?title=Intellisense&amp;amp;referringTitle=Documentation&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Caching generated javascript&lt;/li&gt;
&lt;li&gt;Methods organization: now all your method are part of Controller object.&lt;/li&gt;&lt;/ul&gt;
&lt;br /&gt;So you don&amp;#39;t have to write more&lt;br /&gt;&lt;div style="color:Black;background-color:White;"&gt;&lt;pre&gt;
JsAction.MyMethod();
&lt;/pre&gt;&lt;/div&gt;but&lt;br /&gt;&lt;div style="color:Black;background-color:White;"&gt;&lt;pre&gt;
JsAction.Controller.MyMethod();
&lt;/pre&gt;&lt;/div&gt;where Controller is the Controller holding your method.&lt;br /&gt;&lt;br /&gt;Note: &lt;b&gt;this is a breaking change&lt;/b&gt;.&lt;br /&gt;I am very sorry for that, but i had no choice.&lt;br /&gt;However, it should require minimal code changes.&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>XVincentX</author><pubDate>Sun, 26 Feb 2012 16:00:25 GMT</pubDate><guid isPermaLink="false">Updated Release: JsAction 0.4.1 (Feb 26, 2012) 20120226040025P</guid></item><item><title>Released: JsAction 0.4.1 (Feb 26, 2012)</title><link>http://jsaction.codeplex.com/releases/view/83037</link><description>
&lt;div class="wikidoc"&gt;Changelog for release
&lt;ul&gt;
&lt;li&gt;DateTime support &lt;a href="http://jsaction.codeplex.com/wikipage?title=DateTime&amp;referringTitle=ExplainSource"&gt;
http://jsaction.codeplex.com/wikipage?title=DateTime&amp;amp;referringTitle=ExplainSource&lt;span&gt;&lt;/span&gt;&lt;/a&gt;
&lt;/li&gt;&lt;li&gt;Intellisense support &lt;a href="http://jsaction.codeplex.com/wikipage?title=Intellisense&amp;referringTitle=Documentation"&gt;
http://jsaction.codeplex.com/wikipage?title=Intellisense&amp;amp;referringTitle=Documentation&lt;span&gt;&lt;/span&gt;&lt;/a&gt;
&lt;/li&gt;&lt;li&gt;Caching generated javascript &lt;/li&gt;&lt;li&gt;Methods organization: now all your method are part of Controller object.&lt;/li&gt;&lt;/ul&gt;
&lt;br&gt;
So you don&amp;#39;t have to write more&lt;br&gt;
&lt;div style="color:Black; background-color:White"&gt;
&lt;pre&gt;
JsAction.MyMethod();
&lt;/pre&gt;
&lt;/div&gt;
but&lt;br&gt;
&lt;div style="color:Black; background-color:White"&gt;
&lt;pre&gt;
JsAction.Controller.MyMethod();
&lt;/pre&gt;
&lt;/div&gt;
where Controller is the Controller holding your method.&lt;br&gt;
&lt;br&gt;
Note: &lt;b&gt;this is a breaking change&lt;/b&gt;.&lt;br&gt;
I am very sorry for that, but i had no choice.&lt;br&gt;
However, it should require minimal code changes.&lt;/div&gt;
&lt;div&gt;&lt;/div&gt;
</description><author></author><pubDate>Sun, 26 Feb 2012 16:00:25 GMT</pubDate><guid isPermaLink="false">Released: JsAction 0.4.1 (Feb 26, 2012) 20120226040025P</guid></item><item><title>Updated Release: JsAction 0.4.1 (Feb 26, 2012)</title><link>http://jsaction.codeplex.com/releases/view/83037</link><description>&lt;div class="wikidoc"&gt;Changelog for release
&lt;ul&gt;&lt;li&gt;DateTime support &lt;a href="http://jsaction.codeplex.com/wikipage?title=DateTime&amp;amp;referringTitle=ExplainSource" class="externalLink"&gt;http://jsaction.codeplex.com/wikipage?title=DateTime&amp;amp;referringTitle=ExplainSource&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Intellisense support &lt;a href="http://jsaction.codeplex.com/wikipage?title=Intellisense&amp;amp;referringTitle=Documentation" class="externalLink"&gt;http://jsaction.codeplex.com/wikipage?title=Intellisense&amp;amp;referringTitle=Documentation&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Caching generated javascript&lt;/li&gt;
&lt;li&gt;Methods organization: now all your method are part of Controller object.&lt;/li&gt;&lt;/ul&gt;
&lt;br /&gt;So you don&amp;#39;t have to write more&lt;br /&gt;&lt;div style="color:Black;background-color:White;"&gt;&lt;pre&gt;
JsAction.MyMethod();
&lt;/pre&gt;&lt;/div&gt;&lt;br /&gt;Note: &lt;b&gt;this is a breaking change&lt;/b&gt;.&lt;br /&gt;I am very sorry for that, but i had no choice.&lt;br /&gt;However, it should require minimal code changes.&lt;br /&gt;&lt;br /&gt;but&lt;br /&gt;&lt;br /&gt;&lt;div style="color:Black;background-color:White;"&gt;&lt;pre&gt;
JsAction.Controller.MyMethod();
&lt;/pre&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>XVincentX</author><pubDate>Sun, 26 Feb 2012 15:19:03 GMT</pubDate><guid isPermaLink="false">Updated Release: JsAction 0.4.1 (Feb 26, 2012) 20120226031903P</guid></item><item><title>Updated Release: JsAction 0.4.1 (Feb 26, 2012)</title><link>http://jsaction.codeplex.com/releases/view/83037</link><description>&lt;div class="wikidoc"&gt;Changelog for release
&lt;ul&gt;&lt;li&gt;DateTime support&lt;/li&gt;
&lt;li&gt;Intellisense support&lt;/li&gt;
&lt;li&gt;Caching generated javascript&lt;/li&gt;
&lt;li&gt;Methods organization: now all your method are part of Controller object.&lt;/li&gt;&lt;/ul&gt;
&lt;br /&gt;So you don&amp;#39;t have to write more&lt;br /&gt;&lt;div style="color:Black;background-color:White;"&gt;&lt;pre&gt;
JsAction.MyMethod();
&lt;/pre&gt;&lt;/div&gt;&lt;br /&gt;Note: &lt;b&gt;this is a breaking change&lt;/b&gt;.&lt;br /&gt;I am very sorry for that, but i had no choice.&lt;br /&gt;However, it should require minimal code changes.&lt;br /&gt;&lt;br /&gt;but&lt;br /&gt;&lt;br /&gt;&lt;div style="color:Black;background-color:White;"&gt;&lt;pre&gt;
JsAction.Controller.MyMethod();
&lt;/pre&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>XVincentX</author><pubDate>Sun, 26 Feb 2012 15:17:49 GMT</pubDate><guid isPermaLink="false">Updated Release: JsAction 0.4.1 (Feb 26, 2012) 20120226031749P</guid></item><item><title>Updated Release: JsAction 0.4.1 (Feb 26, 2012)</title><link>http://jsaction.codeplex.com/releases/view/83037</link><description>&lt;div class="wikidoc"&gt;t&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>XVincentX</author><pubDate>Sun, 26 Feb 2012 15:00:53 GMT</pubDate><guid isPermaLink="false">Updated Release: JsAction 0.4.1 (Feb 26, 2012) 20120226030053P</guid></item><item><title>Created Release: JsAction 0.4.1 (Feb 26, 2012)</title><link>http://jsaction.codeplex.com/releases?ReleaseId=83037</link><description>&lt;div class="wikidoc"&gt;t&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>XVincentX</author><pubDate>Sun, 26 Feb 2012 15:00:20 GMT</pubDate><guid isPermaLink="false">Created Release: JsAction 0.4.1 (Feb 26, 2012) 20120226030020P</guid></item><item><title>Updated Release: JsAction 0.3.1 (Jan 06, 2012)</title><link>http://jsaction.codeplex.com/releases/view/80076</link><description>&lt;div class="wikidoc"&gt;JsAction 0.3.1 release&lt;br /&gt;Complex Type support. Check the &lt;a href="http://jsaction.codeplex.com/documentation?"&gt;documentation&lt;/a&gt; for other informations!&lt;br /&gt;&lt;br /&gt;
&lt;h1&gt;This release is bugged. Go away from here and get the next one!&lt;/h1&gt;&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>XVincentX</author><pubDate>Mon, 09 Jan 2012 18:55:55 GMT</pubDate><guid isPermaLink="false">Updated Release: JsAction 0.3.1 (Jan 06, 2012) 20120109065555P</guid></item><item><title>Released: JsAction 0.3.1 (Jan 06, 2012)</title><link>http://jsaction.codeplex.com/releases/view/80076</link><description>
&lt;div class="wikidoc"&gt;JsAction 0.3.1 release&lt;br&gt;
Complex Type support. Check the &lt;a href="http://jsaction.codeplex.com/documentation?"&gt;
documentation&lt;/a&gt; for other informations!&lt;br&gt;
&lt;br&gt;
&lt;h1&gt;This release is bugged. Go away from here and get the next one!&lt;/h1&gt;
&lt;/div&gt;
&lt;div&gt;&lt;/div&gt;
</description><author></author><pubDate>Mon, 09 Jan 2012 18:55:55 GMT</pubDate><guid isPermaLink="false">Released: JsAction 0.3.1 (Jan 06, 2012) 20120109065555P</guid></item><item><title>Created Release: JsAction 0.3.2 (Jan 09, 2012)</title><link>http://jsaction.codeplex.com/releases?ReleaseId=80233</link><description>&lt;div class="wikidoc"&gt;Minor bugfix release.&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>XVincentX</author><pubDate>Mon, 09 Jan 2012 18:48:50 GMT</pubDate><guid isPermaLink="false">Created Release: JsAction 0.3.2 (Jan 09, 2012) 20120109064850P</guid></item><item><title>Released: JsAction 0.3.2 (Jan 09, 2012)</title><link>http://jsaction.codeplex.com/releases/view/80233</link><description>
&lt;div class="wikidoc"&gt;Minor bugfix release.&lt;/div&gt;
&lt;div&gt;&lt;/div&gt;
</description><author></author><pubDate>Mon, 09 Jan 2012 18:48:50 GMT</pubDate><guid isPermaLink="false">Released: JsAction 0.3.2 (Jan 09, 2012) 20120109064850P</guid></item><item><title>Updated Release: JsAction 0.3.1 (Jan 06, 2012)</title><link>http://jsaction.codeplex.com/releases/view/80076</link><description>&lt;div class="wikidoc"&gt;JsAction 0.3.1 release&lt;br /&gt;Complex Type support. Check the &lt;a href="http://jsaction.codeplex.com/documentation?"&gt;documentation&lt;/a&gt; for other informations!&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>XVincentX</author><pubDate>Sun, 08 Jan 2012 07:59:01 GMT</pubDate><guid isPermaLink="false">Updated Release: JsAction 0.3.1 (Jan 06, 2012) 20120108075901A</guid></item><item><title>Released: JsAction 0.3.1 (Jan 06, 2012)</title><link>http://jsaction.codeplex.com/releases/view/80076</link><description>
&lt;div class="wikidoc"&gt;JsAction 0.3.1 release&lt;br&gt;
Complex Type support. Check the &lt;a href="http://jsaction.codeplex.com/documentation?"&gt;
documentation&lt;/a&gt; for other informations!&lt;/div&gt;
&lt;div&gt;&lt;/div&gt;
</description><author></author><pubDate>Sun, 08 Jan 2012 07:59:01 GMT</pubDate><guid isPermaLink="false">Released: JsAction 0.3.1 (Jan 06, 2012) 20120108075901A</guid></item></channel></rss>