1.2.0 / 2016-10-14
==================

* [[`ba418e8fb3`](https://github.com/TooTallNate/ref-array/commit/ba418e8fb3)] - update "array-index" to v1 (Nathan Rajlich)
* [[`991e894d75`](https://github.com/TooTallNate/ref-array/commit/991e894d75)] - **package**: add "license" field (Nathan Rajlich)
* [[`d0565662a3`](https://github.com/TooTallNate/ref-array/commit/d0565662a3)] - **package**: update dev deps (Nathan Rajlich)
* [[`cce5fb960c`](https://github.com/TooTallNate/ref-array/commit/cce5fb960c)] - **array**: s/slicer/slice/ (Nathan Rajlich)
* [[`8050a81587`](https://github.com/TooTallNate/ref-array/commit/8050a81587)] - **appveyor**: fix node v0.8, test io.js v2.5 and v3 (Nathan Rajlich)
* [[`c636c37e80`](https://github.com/TooTallNate/ref-array/commit/c636c37e80)] - **test**: add a test for passing Arrays to a native addon function (Nathan Rajlich)

1.1.2 / 2015-08-27
==================

  * appveyor: test node v0.12, and x64 platform
  * package: allow any "ref" v1
  * package: update "nan" to v2 for tests
  * package: update "array-index" to v0.1.1
  * travis: fix node v0.8 and add iojs v2.5 and v3
  * travis: remove node v0.6, v0.11, add v0.12
  * README: use SVG appveyor badge

1.1.1 / 2015-03-24
==================

  * Update package.json deps (nan, ref) (#7)

1.1.0 / 2015-01-02
==================

  * Add slice API (#4, @toots)

1.0.0 / 2014-11-03
==================

  * gitignore: ignore top-level single letter ?.js test files
  * package: allow any "debug" v2
  * bumping to v1.0.0 for better-defined semver semantics

0.0.4 / 2014-06-19
==================

  * package: update "debug" to v1.0.2 and "ref" to v0.3.2
  * README: add appveyor badge
  * add appveyor.yml file
  * test: nan-ify the tests, for node v0.11.x
  * package: loosely pin the deps, update array-index to v0.1.0
  * package: remove "engines" field
  * package: beautify
  * README: use svg for Travis badge
  * travis: test node v0.8, v0.10, and v0.11
