
# v1.3.0 (2018-02-23)

* Changed browser build to a UMD build (#11)

# v1.2.0 (2018-02-02)

* Added `slicePad()` method

# v1.1.0 (2017-11-07)

* Added `slice()` method
* Added `contains()` method

# v1.0.1 (2017-11-06)

* Moved eslint to devDependencies

# v1.0.0 (2017-11-01)

* Refactor into `MemoryMap` class
* Implemented `fromPaddedUint8Array()` functionality

# v0.4.0 (2017-09-13)

* Module now also exports `getUint32()`

# v0.3.0 (2017-09-13)

* Module now also exports `paginate()`

# v0.2.0 (2017-09-08)

* Module now also exports `overlapBlockSets()` and `joinBlocks()`

# v0.1.1 (2017-09-07)

* Compabitility tweaks, everything works on node.js v6 too

# v0.1.0 (2017-09-04)

* Initial release
* Support for hex files with sparse (non-contiguous) contents
* 60 or so jasmine-powered unit tests
