All Versions
35
Latest Version
Avg Release Cycle
-
Latest Release
-

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.
  • 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 required self.onmessage = ....)
  • v0.4.1 Changes

    ๐Ÿ‘ท Global Worker API

    • โž• Add importScripts for loading on-disk files.

    • โž• Add console.log and console.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.