All Versions
35
Latest Version
Avg Release Cycle
-
Latest Release
-
Changelog History
Page 2
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)
- ๐ Fix crash on Node 4.x in the case of
-
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)
- Correct a typo in
-
v0.4.10 Changes
๐ Bug Fixes
- ๐ Fix
pool.any.emit
. (@craigwinstanley, Jason Winshell)
- ๐ Fix
-
v0.4.9 Changes
๐ Bug Fixes
- ๐ Fix compilation on Node 0.8.x (@RemcoTukker).
- โฌ๏ธ Upgrade LiveScript in devDependencies; no functional changes.