Releases: duart38/Thread
Releases · duart38/Thread
v4.2.0
v4.1.0
What's Changed
- feat: add ability to load ts over network by @praswicaksono in #5
New Contributors
- @praswicaksono made their first contribution in #5
Full Changelog: v4.0.0...v4.1.0
v4.0.0
v3.0.0
v2.3.1
v2.3.0
v2.2.0
v2.1.0
- Renamed filename to filepath
- added utility method to clean-up imports
- Pushed imports to a folder for easier cleanup
- Added vscode debug settings
- Added some examples
- Made posting and binding return the instance for chaining
- Added cleanup method inside main class
v2.0.0
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