Changelog History
Page 1
-
v1.7.0 Changes
September 25, 2021 -
v1.6.5 Changes
June 03, 2021๐ Small patch release, fixing some TypeScript issues.
๐ Bug fixes
- โก๏ธ Update
observable-fnsto fix issues with TypeScript 4.3 (#374)
- โก๏ธ Update
-
v1.6.4 Changes
April 18, 2021 -
v1.6.3 Changes
June 27, 2020๐ A small patch that fixes pool task promises not resolving as expected.
๐ Bug fixes
- Pool task promises pending forever if task completed too quickly (#270)
-
v1.6.2 Changes
June 21, 2020๐ A small patch release that makes worker observables actually being unsubscribed from when the proxied observable in the master thread is being unsubscribed.
๐ Bug fixes
- Proxy unsubscribing from observables (#262)
-
v1.6.1 Changes
June 15, 2020๐ 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.
๐ Bug fixes
- โ Add conditional exports to package.json (#261)
-
v1.6.0 Changes
June 12, 2020๐ท This minor release introduces an exciting new feature: The
BlobWorker๐ทโโ๏ธ๐ทโโ๏ธ๐ท Use the
BlobWorkerto 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.๐ Read its documentation for more details.
๐ Features
- ๐ท Spawn worker from blob / inlined bundle (#211)
-
v1.5.0 Changes
June 11, 2020 -
v1.4.1 Changes
April 24, 2020A 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
-
v1.4.0 Changes
April 05, 2020๐ Another minor release, yay!
๐ This release introduces support for setups that were not supported before and fixes a bug.
๐ Features
- ๐ Allow spawning workers from ASAR-packed Electron app (#226 โ thanks, @dinataranis & @raz-sinay)
- ๐ Support webpack node externals (#224, by @chingyawhao)
๐ Bug fixes