Knockout-Postbox 0.5.0

dotnet add package Knockout-Postbox --version 0.5.0
NuGet\Install-Package Knockout-Postbox -Version 0.5.0
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="Knockout-Postbox" Version="0.5.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Knockout-Postbox --version 0.5.0
#r "nuget: Knockout-Postbox, 0.5.0"
#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 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.

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
0.5.0 962 4/9/2015
0.4.2 4,838 12/10/2013
0.4.1 269 10/21/2013
0.3.1 665 4/20/2013
0.2.4 692 8/26/2012
0.2.3 49 8/25/2012
0.2.2 65 7/9/2012

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)