## History

### 1.2.0
* [Add readUUID and writeUUID BE functions](https://github.com/extremeheat/node-binarystream/commit/0016bf2a73d2235966ee81749863187389d50fde) (thanks @extremeheat)

### 1.1.0
* [Add readStringRaw method to read string of known length](https://github.com/extremeheat/node-binarystream/commit/911b562d5ff9d9cdbc7dcc2afa8c4e8359470aba) (thanks @extremeheat)
* [Add readRemaining and readRemainingWritten methods](https://github.com/extremeheat/node-binarystream/commit/a5a86690c9605bee1fd0020777677eb926a14b78) (thanks @extremeheat)
* [Add a readStringNT method](https://github.com/extremeheat/node-binarystream/commit/492795331b4cd990b4e73afefa6a2203a53d41ff) (thanks @extremeheat)
* [Add static buffersEqual and streamsEqual methods](https://github.com/extremeheat/node-binarystream/commit/a3b860ce32b304c06e1df52e8e509fbde5586b6d) (thanks @extremeheat)
* [Add a browser-only implementation for environments without Buffer (#5)](https://github.com/extremeheat/node-binarystream/commit/040788a0f0751ea8525e9b108723ddf2a33fa47c) (thanks @extremeheat)

### 1.0.2
* [Fix 64bit varint reading (#3)](https://github.com/extremeheat/node-binarystream/commit/b291f2ac764a570d4c10182e7b9fdacf1ff751bb) (thanks @extremeheat)

### 1.0.1
* [Fix bug writing 64bit integers with JS Number's (#1)](https://github.com/extremeheat/node-binarystream/commit/1d3aad8f053e466bdeb7d0c8085e789c3d62362d) (thanks @extremeheat)

### 1.0.0

* initial implementation
