v0.3.6
- fix: ensure that
signalify()
does not count as reading a dependency, to avoid infinite loops. Only a user's explicit read of a property after theysignalify
a property should count as a dependency ready (this was namely a problem whensignalify()
was a no-op when the property was already signalified before hand elsewhere, such as a signalified object from a library) e89bbe0
Full Changelog: v0.3.5...v0.3.6