All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
Server#start
is now asynchronous, but does not take an argument anymore.Server:options.worker
has been renamed to Server:options.scope
Server:options.worker
is correctly typedClient:options.restartListener
, mostly for testing purposesProcedureImplementation:tools.logger
Server#start
's self
parameter now correctly accepts both Window
and Worker
contexts.autotransfer
property on procedure declarations