| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| knockout-3.4.2.debug.js | 2017-03-06 | 289.6 kB | |
| knockout-3.4.2.js | 2017-03-06 | 60.4 kB | |
| README.md | 2017-03-06 | 583 Bytes | |
| Version 3.4.2.tar.gz | 2017-03-06 | 309.4 kB | |
| Version 3.4.2.zip | 2017-03-06 | 372.8 kB | |
| Totals: 5 Items | 1.0 MB | 0 | |
This release fixes a number of bugs related to deferred updates and computed observables.
- stop infinite loop from dirty events in circular computeds (#1943)
- only update a computed if dependency has actually changed; not if it was just dirty (#2174)
- only notify subscriptions that exist when a change occurs; don't notify future subscribers (#2163)
- notify dependent computed of change in reverted observable if the computed previously read a different intermediate value (#1835)
- update a pure computed if a dependency has changed and notification is pending (#2197)