All Versions
48
Latest Version
Avg Release Cycle
52 days
Latest Release
2289 days ago

Changelog History
Page 1

  • v1.3.5 Changes

    August 29, 2017
    • [a1b8216fe7] - fix util.inspect() overriding on Node v7 (Nathan Rajlich)
    • [0e26fcf81e] - appveyor: drop node v2 and v3 (Nathan Rajlich)
    • [9e9078a4e1] - travis: drop node v1 and v2 (Nathan Rajlich)
    • ✅ [615016ac1a] - test: fix util.inspect() test (Nathan Rajlich)
    • ✅ [e1fe604c05] - test: fix tests after V8 6.0 GC changes (Michaël Zasso, #85)
  • v1.3.4 Changes

    January 27, 2017
    • 👷 [32637be7e4] - CI stuffs (Nathan Rajlich)
    • [55716fd9e3] - always use defineProperty() for name (Nathan Rajlich)
    • [786b73941e] - refType: force name to writable before updating it (Joel Martin) (#67)
  • v1.3.3 Changes

    November 03, 2016
    • [3f0a2d4775] - rename History.md to CHANGELOG.md (Nathan Rajlich)
    • 🔀 [30fe405ae5] - Merge pull request #62 from mhertsch/master (Nathan Rajlich)
    • 🚚 [6fdb4b7b23] - Replaced ForceSet with Nan::ForceSet to remove deprecation warnings when using node 6.9.1 (Michael Hertsch)
    • [000b2a7889] - travis: test node v6 (Nathan Rajlich)
  • v1.3.2 Changes

    January 10, 2016
    • int64: fix failing OS X tests now
    • int64: better error handling for Linux
  • v1.3.1 Changes

    December 03, 2015
    • writeUInt64: better error checking for WriteUInt64()
    • writeUInt64: allow hex or octal input string values
  • v1.3.0 Changes

    December 03, 2015
    • writeInt64: better error checking for WriteInt64()
    • writeInt64: allow hex or octal input string values
    • appveyor: test node v5
    • travis: test node v5
  • v1.2.0 Changes

    October 08, 2015
    • force Buffer length to 0 if NULL is read (#42, @saneki)
  • v1.1.3 Changes

    September 23, 2015
    • appveyor: remove v1
    • speed increase by avoiding JSON.stringify() constant call (#39, @dan-tull)
  • v1.1.2 Changes

    September 19, 2015
  • v1.1.1 Changes

    September 15, 2015
    • remove unused WrapPointer overload (fix compile warning)
    • appveyor: better Windows testing