TypeInferred.HashBang
0.3.0-alpha
dotnet add package TypeInferred.HashBang --version 0.3.0-alpha
NuGet\Install-Package TypeInferred.HashBang -Version 0.3.0-alpha
<PackageReference Include="TypeInferred.HashBang" Version="0.3.0-alpha" />
paket add TypeInferred.HashBang --version 0.3.0-alpha
#r "nuget: TypeInferred.HashBang, 0.3.0-alpha"
// Install TypeInferred.HashBang as a Cake Addin #addin nuget:?package=TypeInferred.HashBang&version=0.3.0-alpha&prerelease // Install TypeInferred.HashBang as a Cake Tool #tool nuget:?package=TypeInferred.HashBang&version=0.3.0-alpha&prerelease
A collection of libraries for building web and mobile applications. Leverages FunScript for seamless full-stack development in F#. Adheres to Google's standard for ajax=crawling.
Product | Versions 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. |
This package has no dependencies.
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 |
---|---|---|
0.3.0-alpha | 1,529 | 10/16/2014 |
0.1.52 | 2,345 | 5/11/2014 |
0.1.51 | 1,910 | 5/11/2014 |
0.1.50 | 1,954 | 5/11/2014 |
0.1.48 | 1,627 | 12/15/2013 |
0.1.47 | 1,827 | 11/23/2013 |
0.1.46 | 1,706 | 11/23/2013 |
0.1.45 | 1,722 | 11/23/2013 |
0.1.44 | 1,719 | 11/23/2013 |
0.1.43 | 1,687 | 11/15/2013 |
0.1.42 | 1,683 | 11/14/2013 |
0.1.41 | 1,653 | 11/13/2013 |
0.1.40 | 1,656 | 11/13/2013 |
0.1.39 | 1,687 | 11/13/2013 |
0.1.38 | 1,626 | 11/13/2013 |
0.1.37 | 1,684 | 11/13/2013 |
0.1.36 | 1,638 | 11/13/2013 |
0.1.35 | 1,728 | 11/13/2013 |
0.1.34 | 1,682 | 11/12/2013 |
0.1.33 | 1,656 | 11/12/2013 |
0.1.32 | 1,647 | 11/12/2013 |
0.1.31 | 1,650 | 11/12/2013 |
0.1.30 | 1,682 | 11/12/2013 |
0.1.29 | 1,699 | 11/12/2013 |
0.1.28 | 1,620 | 11/12/2013 |
0.1.27 | 1,734 | 11/12/2013 |
0.1.26 | 1,634 | 11/12/2013 |
0.1.25 | 1,674 | 11/12/2013 |
0.1.24 | 1,653 | 11/12/2013 |
0.1.23 | 1,668 | 11/12/2013 |
0.1.22 | 1,686 | 11/12/2013 |
0.1.21 | 1,613 | 11/12/2013 |
0.1.20 | 1,664 | 11/12/2013 |
0.1.19 | 1,651 | 11/12/2013 |
0.1.18 | 1,754 | 11/12/2013 |
0.1.17 | 1,617 | 11/12/2013 |
0.1.16 | 1,718 | 11/12/2013 |
0.1.15 | 10,670 | 11/12/2013 |
0.1.14 | 1,672 | 11/11/2013 |
0.1.13 | 1,711 | 11/11/2013 |
0.1.12 | 1,672 | 11/8/2013 |
0.1.11 | 1,631 | 11/7/2013 |
0.1.10 | 1,617 | 11/7/2013 |
0.1.9 | 1,636 | 11/7/2013 |
0.1.8 | 1,636 | 11/7/2013 |
0.1.7 | 1,621 | 11/7/2013 |
0.1.6 | 1,620 | 11/7/2013 |
0.1.5 | 1,630 | 11/5/2013 |
0.1.4 | 1,629 | 11/1/2013 |
0.1.3 | 1,638 | 10/31/2013 |
0.1.2 | 1,652 | 10/30/2013 |
0.1.1 | 1,585 | 10/30/2013 |
0.1.0 | 1,637 | 10/30/2013 |
Added support for seamless IObservable<T> subscriptions across the client/server boundary over SignalR
Added support for seamless running Async<T> computations across the client/server boundary over SignalR
Added support for generics in seamless client/server integration
Added support for crawling dynamically/client generated pages through implementing Google's hash-bang (#!) standard (https://developers.google.com/webmasters/ajax-crawling/)
Added support for constructing HTML in F#
Added support for type-safe access to CSS classes through a type provider
Added page compression
Added compression FunScript's generated JavaScript
Added support for type-safe url-redirection between pages through a type provider
Added support for easy resource embedding through a type provider interface