Skip to content

Releases: clayzermk1/node-marshal

bignum support

26 Aug 04:30
Compare
Choose a tag to compare
bignum support Pre-release
Pre-release
  • Added bignum parsing (#4).
  • Switched testing frameworks from tap to tape.
  • Updated max supported node.js version to 6.3.1.
    • Added travis testing for node.js 6.3.x.

Removed inconsistent `dump()` function

06 Feb 22:30
Compare
Choose a tag to compare
Pre-release

Bug Fixes

  • Removed inconsistent dump() function

Misc

  • Minor changes to README and package.json

Object support

03 Dec 00:45
Compare
Choose a tag to compare
Object support Pre-release
Pre-release

Features

  • Added support for Ruby Objects

Bug Fixes

  • Fixed a bug with three-byte numbers
  • Fixed a bug with IVAR JSON serialization

Misc

  • Updated library dependencies