Releases: JoshGlazebrook/smart-buffer
Releases · JoshGlazebrook/smart-buffer
3.0.0
2.0.3
v2.0.3 Updated test file for new SmartBuffer export
2.0.0
Merge pull request #7 from JoshGlazebrook/typescript Typescript Rewrite (v2.0)
1.0.13
Fixed bug where writing null terminated strings and buffers with offsets.
1.0.11
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
Adds typescript definitions. Fixes bug so they actually work.
1.0.7
Adds typescript typing definitions.
1.0.6
Adds 100% test coverage.
1.0.5
Adds support for readBufferNT() for reading null terminated buffers.
1.0.4
This release fixes a bug affecting readBuffer() where a length value is not provided.