Skip to content

Releases: deebloo/worker

Remove peer dependency

07 Jun 03:35
Compare
Choose a tag to compare

fix terminate

24 May 13:54
Compare
Choose a tag to compare

Fixes bug where terminate would not correctly remove it from the $worker instances internal list.

1.0 Release

23 May 21:01
Compare
Choose a tag to compare

Update library to use promises. Removes quite a bit of coded to streamline the API.

0.8.0

10 Oct 01:11
Compare
Choose a tag to compare
multiple success and error handlers fix issue with posting data

0.6.0

09 Oct 11:38
Compare
Choose a tag to compare
Updating code styles. add success and error methods

Sends some useful meta data with all post messages

04 Aug 17:13
Compare
Choose a tag to compare

0.5.1

03 Jun 13:31
Compare
Choose a tag to compare
add methods to act on entire groups of workers

0.5.0

02 Jun 04:00
Compare
Choose a tag to compare
factories

0.2.1

01 Jun 10:38
Compare
Choose a tag to compare
update dist

Rewrite

01 Jun 10:34
Compare
Choose a tag to compare

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.