This release adds the function main(req, res) interface for workers, autodestroys workers which were autospawned to handle a request ("temp" workers) and includes redesigned documentation, now hosted at httplocal.com.
Other changes:
importScriptsnow uses the main worker's origin to resolve relative URIs.importScriptsis disabled after the first execution of the Worker in order to prevent information-leaking.