Tags: atmin/freak
Toggle 0.2.2's commit message
emit change event only when actual change
Toggle 0.1.5's commit message
bump version to comply with semver
Toggle 0.1.4's commit message
r0.1.3 Field changes propagate to parent
So computed properties, that depend on object
(or array) are notified when object state changes.
Toggle 0.1.4a's commit message
r0.1.4 Propagate changes to parent only for arrays
Toggle 0.1.3's commit message
r0.1.3 Field changes propagate to parent
So computed properties, that depend on object
(or array) are notified when object state changes.
Toggle 0.1.2's commit message
Bugfix because typeof null === 'object'
If JavaScript was more functional than object-oriented,
then typeof null would be 'function' :P
Toggle 0.1.1's commit message
Toggle 0.1.0's commit message
added 'prop' property to the freak instance
model('aChildContext').prop === 'aChildContext'
model.prop === null
Toggle 0.0.5's commit message
bugfix: clear `children` cache on mutating array operations
Toggle 0.0.4's commit message
You can’t perform that action at this time.