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

Changelog History
Page 2

  • v0.6.3 Changes

    ๐Ÿ› Bug Fixes

    • .terminate() now destroys thread immediately (@yufeih)
  • v0.6.2 Changes

    Compatibility

    • โช Restored support for Node 0.10.40 (@smith-kyle)
  • v0.6.1 Changes

    ๐Ÿ› Bug Fixes

    • ๐Ÿ›  Fix crash on Node 4.x in the case of pool.any.eval('undefined_function()') (@brodybits)
  • v0.6.0 Changes

    Compatibility

    • ๐Ÿ‘Œ Support for Node 4.x (@brodybits)
    • โœ‚ Remove support for Node 0.8.x
  • v0.5.7 Changes

    Compatibility

    • ๐Ÿ‘Œ Support for io.js-3.3.1. (@marcominetti)
  • v0.5.6 Changes

    Compatibility

    • ๐Ÿ‘Œ Support for io.js-1.0.x/2.0.0. (@heavyk)
  • v0.5.5 Changes

    Compatibility

    • ๐Ÿ‘ Proper support for Node 0.11.x. (@caasi, @senditu, @gitawego)
  • v0.4.11 Changes

    • Correct a typo in examples/ex05_pool.js. (@naderchehab)
  • v0.4.10 Changes

    ๐Ÿ› Bug Fixes

    • ๐Ÿ›  Fix pool.any.emit. (@craigwinstanley, Jason Winshell)
  • v0.4.9 Changes

    ๐Ÿ› Bug Fixes

    • ๐Ÿ›  Fix compilation on Node 0.8.x (@RemcoTukker).
    • โฌ†๏ธ Upgrade LiveScript in devDependencies; no functional changes.