We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Merge pull request #5 from atmin/v1.0.0 V1.0.0
Bump bower version
v0.4.3, bugfixes, fromJSON temporarily deprecated
v0.4.2: #3 now really fixed And arrays are serialized properly
v0.4.0 (de)serialization implemented, fixes #2
bump version
v0.3.0 Inter-context computed properties, doc update Solves #1
v0.2.5 - subtle bug fixed As 'prop' can be falsy value (e.g. 0), 'prop || null' was not correct comparison
Bugfix: unnecessary change triggers Non-computed, object properties were not cached, so each update erroneously triggered change.
do comparison by deepEqual + one more test