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

Changelog History
Page 3

  • v0.2.3 Changes

    June 04, 2014
    • package: update "nan" to v1.2.0
    • src: remove commented code
  • v0.2.2 Changes

    June 01, 2014
    • package: update "nan" to v1.1.2
    • travis: remove IRC notifications from Travis
  • v0.2.1 Changes

    May 27, 2014
    • package: pin dev dependency versions
    • package: use explicit nan commit with LLVM fix
    • README: use https for Travis URL
    • travis: test node v0.6.x
  • v0.2.0 Changes

    May 26, 2014
    • binding: use rvagg/nan for node v0.8, v0.10, and v0.11 compat
    • package: update "nan" to v1.1.0
    • package: remove "engines" section
    • README: add appveyor test badge
    • README: use .svg for Travis badge
    • add appveyor.yml file
    • .travis: don't test node v0.9.x
    • package: beautify
    • add a persistent option to writeObject()
    • make passing ref.NULL to allocCString() work as expected
    • docs: document the "length" parameter of ref.readPointer()
  • v0.1.3 Changes

    September 25, 2012
    • fix compiler warnings on Windows
  • v0.1.2 Changes

    September 02, 2012
    • allow an offset as the third argument to the "reinterpret" functions
  • v0.1.1 Changes

    August 03, 2012
    • prevent multiple instances of ref from chaining inspects in "overwriteInspect"
  • v0.1.0 Changes

    July 22, 2012
    • initial release of the documentation (http://tootallnate.github.com/ref)
    • binding: make "endianness" and "NULL" be 'frozen'
    • lib: make derefType() throw an Error when given a "type" with indirection 1
    • augment the Buffer#inspect() function to print out the memory address as well
  • v0.0.20 Changes

    June 27, 2012
    • rename the Utf8String type to CString (#5)
    • make Utf8String an alias to CString and deprecated
    • more work on docs (not yet ready)
  • v0.0.19 Changes

    June 25, 2012
    • use node-bindings