Releases: rniemeyer/knockout-postbox
Releases · rniemeyer/knockout-postbox
stopSyncingWith and subscribable dispose
v0.6.0
stopSyncingWith and subscribable dispose
v0.5.2
- just an update to include
main
in package.json
v0.5.1
- just including repository in package.json, so it does not warn on npm installs
v0.5.0
- add
ko.postbox.reset
method to dispose all subscriptions and remove any stored references to subscriptions
- update KO reference in project to 3.3.0
v0.4.2
Fixed an issue with the context of the initial callback when populating with latest value
v0.4.0
Add the ability to initialize with the lastest value through the direct subscribe API (previously was only available via the observable extension).
v0.3.1
run tests on build with code coverage. add a few extra tests.