Releases: deebloo/worker
Releases · deebloo/worker
Remove peer dependency
fix terminate
Fixes bug where terminate would not correctly remove it from the $worker instances internal list.
1.0 Release
Update library to use promises. Removes quite a bit of coded to streamline the API.
0.8.0
0.6.0
Sends some useful meta data with all post messages
v5.2 inlcude
0.5.1
0.5.0
0.2.1
Rewrite
After playing around I have landed on the creation and module pattern I like the best for this. instead of new $worker
it is now $worker.create()
. Add extend method to allow you to manipulate the prototype used to create the worker. $worker.extend()
will automatically update all current and new instances of a worker.