v0.8.0
Updates
*database.sync(path, options, event)
now takes a third optionalevent
argument which defines the type of event to listen for. See the list of supported events in theReference.on
docs.
This new argument is optional and it defaults tovalue
, which was the default until now, so this isn't a breaking change.
For more information see issue #84.