Skip to content

Releases: jsimpson/binary_reader

v0.1.6

09 Dec 22:53
Compare
Choose a tag to compare
  • Fixes #2.
  • Updates README.

Thanks, @ThatBlockyPenguin!

v0.1.5

06 Dec 04:19
Compare
Choose a tag to compare
  • Cleans up unnecessary settings files from the repository.

v0.1.4

27 Aug 22:04
Compare
Choose a tag to compare
  • add seek(position: number), allowing the buffer/DataView to the moved to the requested position.

v0.1.3

27 Aug 21:41
Compare
Choose a tag to compare
  • adds rewind(numBytes: number), allowing the buffer / DataView byteOffset to be backed up for any reason.

v0.1.2

12 Aug 04:57
3d9bded
Compare
Choose a tag to compare

Update README.

v0.1.1

11 Aug 20:26
Compare
Choose a tag to compare

Update README with a working / better example.

v0.1.0

11 Aug 06:22
Compare
Choose a tag to compare
finish tests, fix issue with double position inc