# [2.0.0](https://github.com/mljs/pad-array/compare/v1.0.0...v2.0.0) (2019-06-29)


### chore

* update dependencies and remove support for Node.js < 8 ([c6bc9ed](https://github.com/mljs/pad-array/commit/c6bc9ed))


### BREAKING CHANGES

* Node.js versions < 8 are no longer supported.



1.0.0 2015-09-10
================

* Rename options to `size` and `value`
* Add `output` option, fixes [#3](https://github.com/mljs/pad-array/issues/3) 

0.0.0 2015-09-07
================

* Array only implementation
