All Versions
35
Latest Version
Avg Release Cycle
-
Latest Release
-
Changelog History
Page 3
Changelog History
Page 3
-
v0.4.8 Changes
๐ Bug Fixes
- ๐ Fix compilation with V8 3.20.x.
-
v0.4.7 Changes
๐ท Worker API
- Errors during @postMessage are caught and raised in
onerror
handler, as per spec.
- Errors during @postMessage are caught and raised in
-
v0.4.6 Changes
๐ Bug Fixes
- Compatibility with Node.js 0.10.
-
v0.4.5 Changes
๐ Bug Fixes
- ๐ new Worker("filename.js") was broken on OS X. (@dfellis)
-
v0.4.3 Changes
๐ Bug Fixes
๐ Fix Linux compilation issue introduced in 0.4.1. (@dfellis)
importScripts
now checks if the files have been read entirely, instead of (potentially) evaluating part of the file in case of filesystem failure.
-
v0.4.2 Changes
๐ท Global Worker API
- Set
onmessage = function(event) { ... }
directly now works as specced. (Previously it requiredself.onmessage = ...
.)
- Set
-
v0.4.1 Changes
๐ท Global Worker API
โ Add
importScripts
for loading on-disk files.โ Add
console.log
andconsole.error
from thread.js.
-
v0.4.0 Changes
- ๐ Support for Windows with Node.js 0.9.3+.
-
v0.3.2 Changes
- ๐ Fix BSON building on SunOS.
-
v0.3.1 Changes
- Switch to BSON instead of JSON for message serialization.
Note that neither one supports circular structures or native buffer objects yet.