Skip to content

Conversation

@andrewaylett
Copy link

A couple of changes, to update the target version of Knockout to 3.0.0 and to fix an issue with computed observables not notifying on change. The tests all still pass on Knockout 2.x, and now also pass on Knockout 3.0.0.

Knockout 3.0.0 changes the default behaviour for computed observables to
avoid notifying when the computed value hasn't changed.  We rely on
getting these notifications, so we need to ensure that we set the old
behaviour.
@crissdev
Copy link

crissdev commented Jan 5, 2015

Although the tests pass when running with KO 3.0.0, some of them are still failing with 3.1.0 or 3.2.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants