Skip to content

Releases: JoshGlazebrook/smart-buffer

3.0.0

13 Feb 02:19
Compare
Choose a tag to compare
v3.0.0

Bumped npm to 3.0.0

2.0.3

31 Jan 06:38
Compare
Choose a tag to compare
v2.0.3

Updated test file for new SmartBuffer export

2.0.0

30 Jan 17:48
Compare
Choose a tag to compare
Merge pull request #7 from JoshGlazebrook/typescript

Typescript Rewrite (v2.0)

1.0.13

14 Jan 03:53
Compare
Choose a tag to compare

Fixed bug where writing null terminated strings and buffers with offsets.

1.0.11

20 May 04:00
Compare
Choose a tag to compare
Fixes bug with writing values with an offset of zero (false-y fun)

Fixes bug with writeBufferNT where the null character would ignore buffers written at an offset.
Bump version to 1.0.11

1.0.8

10 May 00:09
Compare
Choose a tag to compare

Adds typescript definitions. Fixes bug so they actually work.

1.0.7

09 May 23:59
Compare
Choose a tag to compare

Adds typescript typing definitions.

1.0.6

02 May 04:39
Compare
Choose a tag to compare

Adds 100% test coverage.

1.0.5

12 Apr 05:48
Compare
Choose a tag to compare

Adds support for readBufferNT() for reading null terminated buffers.

1.0.4

07 Apr 03:16
Compare
Choose a tag to compare

This release fixes a bug affecting readBuffer() where a length value is not provided.