All notable changes to this project will be documented in this file.
- The
SuperReactive
class now extendsEventEmitter
. You can now listen for the following events:remoteUpdate
: emitted when the remote endpoint updated a value.localValueRead
: emitted when a local@reactive
property was read.localValueWritten
: emitted when a local@reactive
property was written to (triggering an update on the remote endpoint).
- Added
tiny-typed-emitter
as a dependency for this package.