Skip to content

Releases: mbest/knockout-deferred-updates

Version 3.3.1

06 Mar 22:47
Compare
Choose a tag to compare

Fixes #28 - Broken in IE10

Version 3.3.0

06 Mar 22:45
Compare
Choose a tag to compare

Support Knockout 3.3.0

Version 3.2.1

09 Oct 12:21
Compare
Choose a tag to compare

Fix #24 - Make sure notifications happen even if re-evaluation is suppressed.

Version 3.2.0

09 Oct 12:21
Compare
Choose a tag to compare

Support for Knockout 3.2.0 including ko.pureComputed.
Suppress re-evaluation of computed if not needed.

Version 3.1.0

10 Mar 19:30
Compare
Choose a tag to compare

Changes since 3.0.0:

  • Throw error for infinite recursion
  • Support Knockout 3.1.0

Version 3.0.0

26 Oct 00:18
Compare
Choose a tag to compare

Changes since 2.3.1:

  • Compatibility with Knockout 3.0.0.
  • Faster dependency detection

v2.3.1

07 Oct 23:57
Compare
Choose a tag to compare
Use a linked-list for the task queue instead of an array. Arrays are …