Skip to content

Releases: rniemeyer/knockout-postbox

stopSyncingWith and subscribable dispose

07 Apr 20:37
Compare
Choose a tag to compare
v0.6.0

stopSyncingWith and subscribable dispose

v0.5.2

20 May 19:04
Compare
Choose a tag to compare
  • just an update to include main in package.json

v0.5.1

07 May 03:06
Compare
Choose a tag to compare
  • just including repository in package.json, so it does not warn on npm installs

v0.5.0

27 Mar 21:10
Compare
Choose a tag to compare
  • 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

10 Dec 22:10
Compare
Choose a tag to compare

Fixed an issue with the context of the initial callback when populating with latest value

v0.4.1

07 Oct 22:51
Compare
Choose a tag to compare

update bower config

v0.4.0

29 Sep 02:42
Compare
Choose a tag to compare

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

22 Jul 13:37
Compare
Choose a tag to compare
run tests on build with code coverage. add a few extra tests.