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

Changelog History
Page 2

  • v1.1.0 Changes

    August 26, 2015
    • appveyor: 2.5 + 3 added
    • appveyor: attempt to fix v0.8 and v0.10
    • int64 conversion works with debug mode iojs runtime
    • persistent size fixed
    • better automated testing
    • package: update "weak" to v1
    • package: add "MIT" license field
    • NAN 2.0 support (#33, @unbornchikken)
  • v1.0.2 Changes

    May 09, 2015
    • package: update "nan" to v1.8.4 (#30, @mafintosh)
    • README: use SVG for appveyor badge
  • v1.0.1 Changes

    March 22, 2015
    • package: update "nan" to v1.7.0
    • appveyor: test node v0.12, don't test v0.11
    • travis: test node v0.12, don't test v0.11
    • README: add link to Known Types page
  • v1.0.0 Changes

    January 20, 2015
    • bumping to v1.0.0 for better semver semantics
    • travis: don't test node v0.8.x
  • v0.3.5 Changes

    January 18, 2015
    • src: add SET_SIZEOF and SET_ALIGNOF macros
  • v0.3.4 Changes

    January 18, 2015
    • package: update "nan" to v1.5.1
    • travis: don't test node v0.6.x
    • use v8::Object::ForceSet instead of v8::Object:Set (#20, @sarangsapre)
  • v0.3.3 Changes

    December 29, 2014
    • package: allow any "debug" v2
    • add support for Buffer#reinterpret() with offset (#18, @deepak1556)
  • v0.3.2 Changes

    June 19, 2014
    • src: fix comment typo
    • src: define our own kMaxLength constant
  • v0.3.1 Changes

    June 09, 2014
    • src: allow Buffers returned from reinterpretUntilZeros() up to kMaxLength bytes
    • test: move the reinterpretUntilZeros() tests to their own file
    • test: fix Buffer#inspect() test on Windows
  • v0.3.0 Changes

    June 08, 2014
    • ref: use hexAddress() for the Buffer inspect() override
    • ref: add hexAddress() function
    • src: use NanEscapableScope where appropriate
    • src: use uintptr_t to ensure a positive address
    • src: better _snprintf_s #define macro (#12, @fjhub)
    • package: update "debug" to v1.0.1