Skip to content

Convert various 64-bit ints to strings

Choose a tag to compare

@DoctorMcKay DoctorMcKay released this 03 Apr 07:15
· 60 commits to master since this release

In v1.1.0, we moved from built-in node/iojs Buffers augmented with the ref module to ByteBuffers, but ByteBuffer represents 64-bit ints with a special Long (Long.js) class. This update converts those Longs to strings for compatibility with existing applications.