You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A small patch release that makes worker observables actually being unsubscribed from when the proxied observable in the master thread is being unsubscribed.
A small patch release that fixes the ES modules, so they work with node.js. 1.5.0 should have fixed them already, but it turned out there was another issue.
This minor release introduces an exciting new feature: The BlobWorker 👷♀️👷♂️
Use the BlobWorker to spawn workers from in-memory code. You can create stand-alone bundles that ship the master and the worker code in one file, without the need to reference a separate worker file at runtime.
A small patch fixing two issues. One of them being a fix for another fix that turned out to not yet have solved the underlying issue with ASAR packaging in Electron apps.
Bug fixes
Fix the last release's ASAR path resolution fix (#236)
Report original error, too, on recursive worker errors (#235)