Skip to content

v2.0.0

Compare
Choose a tag to compare
@duart38 duart38 released this 26 Aug 15:19
· 100 commits to master since this release

In this update we revised the way importing works.

  • Locally imported modules (to be used in worker) now copies the file and puts it in a temporary directory alongside your worker.
  • Over-the-net imported modules will just work as is
  • Re-introduced the Deno = true option within the constructor (this allows you to use Deno in the worker)
  • Moved from using an in solution folder to the temporary folder on your OS

Fixes -> #1