Skip to content

Releases: jsimpson/binary_reader

v0.1.6

09 Dec 22:53

Choose a tag to compare

  • Fixes #2.
  • Updates README.

Thanks, @ThatBlockyPenguin!

v0.1.5

06 Dec 04:19

Choose a tag to compare

  • Cleans up unnecessary settings files from the repository.

v0.1.4

27 Aug 22:04

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

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

Choose a tag to compare

Update README.

v0.1.1

11 Aug 20:26

Choose a tag to compare

Update README with a working / better example.

v0.1.0

11 Aug 06:22

Choose a tag to compare

finish tests, fix issue with double position inc