Freckle 1.0.0-rc2
See the version list below for details.
dotnet add package Freckle --version 1.0.0-rc2
NuGet\Install-Package Freckle -Version 1.0.0-rc2
<PackageReference Include="Freckle" Version="1.0.0-rc2" />
paket add Freckle --version 1.0.0-rc2
#r "nuget: Freckle, 1.0.0-rc2"
// Install Freckle as a Cake Addin #addin nuget:?package=Freckle&version=1.0.0-rc2&prerelease // Install Freckle as a Cake Tool #tool nuget:?package=Freckle&version=1.0.0-rc2&prerelease
Functional Reactive Programming library, push-pull model, a modern approach to event handling and model sampling.
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. |
-
- FSPowerPack.Core.Community (>= 3.0.0 && < 4.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.
Clock: Optimize and removed the excessive use of async
Mailbox: Fix bug where future events could be sampled
Mailbox: Fix bug where events were skipped entirely
Mailbox: Add functionality for posting a promise
Feed: Obsoleted take as it makes no sense a function (see debounce)
Feed: Replaced take with debouncing (the function for removing multi events in one sample)
Feed: Add chunkBy to group specific count of events
Feed: Add "then" function (also known as >> in haskell)
Feed: Add group by time
Meta: Restructured versioning, from now this library will be SemVar compliant