Knockout-Postbox
0.5.0
dotnet add package Knockout-Postbox --version 0.5.0
NuGet\Install-Package Knockout-Postbox -Version 0.5.0
<PackageReference Include="Knockout-Postbox" Version="0.5.0" />
paket add Knockout-Postbox --version 0.5.0
#r "nuget: Knockout-Postbox, 0.5.0"
// Install Knockout-Postbox as a Cake Addin #addin nuget:?package=Knockout-Postbox&version=0.5.0 // Install Knockout-Postbox as a Cake Tool #tool nuget:?package=Knockout-Postbox&version=0.5.0
knockout-postbox is a Knockout.js plugin designed to use Knockout's basic pub/sub capabilities to facilitate decoupled communication between separate view models / components.
Learn more about Target Frameworks and .NET Standard.
-
- knockoutjs (>= 2.0.0)
GitHub repositories
This package is not used by any popular GitHub repositories.
0.5.0 - add ko.postbox.reset method to dispose all subscriptions and remove any stored references
0.4.2 - fix context of initalize with latest value call
0.4.2 - Fix an issue with the context of the initial clalback when populating with latest value
0.4.1 - add to bower
0.4.0 - add ability to initialize with the latest published value when using the direct subscribe API (ko.postbox.subscribe)