calipso 1.4.0.4

dotnet add package calipso --version 1.4.0.4
NuGet\Install-Package calipso -Version 1.4.0.4
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="calipso" Version="1.4.0.4" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add calipso --version 1.4.0.4
#r "nuget: calipso, 1.4.0.4"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install calipso as a Cake Addin
#addin nuget:?package=calipso&version=1.4.0.4

// Install calipso as a Cake Tool
#tool nuget:?package=calipso&version=1.4.0.4

-> Works on top of new and existing Web Forms applications, allowing the creation of mixed server and client-side server controls using Web standards.

     -> State-of-the-art, exclusive way of working with CSS and JavaScript dependencies!

     -> Light-weight client-side JavaScript dependencies.

     -> Build and run-time CSS and JavaScript combination and minification.

     -> Unobstructive component-oriented UI programming in the client-side using pure JavaScript and jQuery.

     -> True object-oriented approach both on client and server side!

     -> Decent and rich event-oriented initialization that makes things easier to get done right.

     -> Pure CSS theming support.

Product Compatible and additional computed target framework versions.
.NET Framework net40 is compatible.  net403 was computed.  net45 was computed.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.4.0.4 2,409 3/21/2013

NOTE: This release has the same features of 1.4.0.3. It is a NuGet package fix (the Web.config transformation file was missing and Calipso was not configure at all when the package was installed!).
     
     Primarily, this release is a refactoring in order to work on top of the newly-released jOOPL 2.0.1 (https://joopl.codeplex.com/) and its improvement in terms of client-side JavaScript object-oriented
     programming and its new features on top of ECMA-Script 5 and above.

     In the other hand, there were some bugs that have been fixed:
     - Some strange behaviors with JavaScript and CssManager ended up in unhandled exceptions. Now, this has been fixed.
     - Because some previous changes, CssManager stopped to work when not using UI themes. This has been fixed too.

     Some improvements in the JavaScript code base:
     - All infrastructure JavaScript code is working in strict mode from now, and it is encloused into self-invoked functions in order to avoid naming collisions.

     Important note: as many JavaScript code has been refactored to work with jOOPL 2.0, JavaScript classes relying on previous version of ASP.NET Calipso will have to be refactored too in order to take advantage of the
     new $def keyword and the new way of declaring classes and interfaces (see how does $def work on https://joopl.codeplex.com/wikipage?title=Classes&referringTitle=Documentation).

     If you find a lot of problems migrating to newer versions of ASP.NET Calipso, please open a discussion on the official CodePlex site: https://calipso.codeplex.com/discussions

     ASP.NET Calipso has a new official API reference page! Check it now on http://aspnetcalipso.com/docs

     Enjoy!