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

Changelog History
Page 1

  • v0.7.17 Changes

    • ๐Ÿ›  Fix Node 10.9.0 compatibility. (@vtrphan)
  • v0.7.16 Changes

    • ๐Ÿ›  Fix Windows load delay validation for Node v10.x. (@garymathews)
    • โž• Add TypeScript definition. (@taoqf)
    • ๐Ÿ›  Fix compilation on Node v10.x. (@nicholasc)
  • v0.7.13 Changes

    • ๐Ÿ‘ Allows overriding of console.log, console.error, fs.readFileSync (@ncthbrt)
    • ๐Ÿ›  Fixes a tiny memory leak in BSON destruction. (@823639792)
  • v0.7.12 Changes

    • โš  Resolve compiler warnings on Node v7 (@davisjam)
    • ๐Ÿ›  Fix err handling propagation.
  • v0.7.9 Changes

    • ๐Ÿ›  Fix building on Windows. (@yufeih)
    • โฌ†๏ธ Upgrade to LiveScript 1.5.0 and Nan 2.4.x. (@brodybits)
  • v0.7.8 Changes

    • ๐Ÿ›  Fix building on nw and node for Windows 10. (@Demiguise)
  • v0.7.5

  • v0.7.4

  • v0.7.3 Changes

    Compatibility

    • ๐Ÿ‘Œ Support for Node 6.0.0.
  • v0.7.1 Changes

    ๐Ÿ› Bug Fixes

    • โœ… Green tests by allowing normal exit after .terminate()
    • ๐Ÿ›  Do not reuse threads after .terminate(); fixed #62.