Gluon 3.0.1
See the version list below for details.
dotnet add package Gluon --version 3.0.1
NuGet\Install-Package Gluon -Version 3.0.1
<PackageReference Include="Gluon" Version="3.0.1" />
paket add Gluon --version 3.0.1
#r "nuget: Gluon, 3.0.1"
// Install Gluon as a Cake Addin #addin nuget:?package=Gluon&version=3.0.1 // Install Gluon as a Cake Tool #tool nuget:?package=Gluon&version=3.0.1
TypeScript to FSharp connector
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net45 is compatible. 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. |
-
- FSharp.Core (>= 4.0.0.1)
- Newtonsoft.Json (>= 6.0.8)
- Owin (>= 1.0.0)
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 |
---|---|---|
5.0.3 | 1,181 | 6/1/2018 |
5.0.2 | 1,028 | 5/29/2018 |
5.0.1 | 990 | 5/28/2018 |
5.0.0 | 1,021 | 5/28/2018 |
4.0.6 | 3,662 | 2/9/2018 |
4.0.5 | 988 | 12/4/2017 |
4.0.4 | 2,420 | 11/21/2017 |
4.0.3 | 1,315 | 11/7/2017 |
4.0.2 | 2,948 | 8/22/2017 |
4.0.0 | 1,441 | 5/13/2017 |
3.0.1 | 5,509 | 1/23/2017 |
3.0.0 | 1,043 | 1/13/2017 |
2.0.3 | 1,216 | 1/13/2017 |
2.0.2 | 991 | 1/7/2017 |
2.0.1 | 1,086 | 1/6/2017 |
2.0.0 | 1,089 | 1/5/2017 |
1.0.2 | 1,133 | 2/2/2016 |
1.0.1 | 1,148 | 12/29/2015 |
1.0.0 | 1,550 | 10/22/2015 |
- Change Option type to `T | null | undefined` to work better with optional parameters in interface and function signatures.
- Add `Option.isSome` and `Option.isNone` guard functions to help identify whether a value is null or undefined.
- Change return type of `IHttpClient.httpGet` and `IHttpClient.httpCall` to `JQueryPromise<Option<T>>`, correctly indicating that the result is optional.
- Switch to `namespace` from `module` per recent changes in TypeScript guidance.