History
=======

## 0.3.0

* Handle deleted files and empty file contents.
  [#12](https://github.com/FormidableLabs/gulp-html-extract/pull/12)

## 0.2.0

* Add `pad` option to add newlines to snippets so that line numbers in snippets
  match original source. (*[@ibc][]*)

## 0.1.0

* Strip starting / ending newlines. Indent to level of first non-whitespace
  character encountered. (Idea courtesy of *[@robdodson][]*)

## 0.0.3

* Handle matched elements with no children. (*[@felixzapata][]*)

## 0.0.2

* Switch to `cheerio` for DOM extaction. Fix windows. (*[@felixzapata][]*)

## 0.0.1

* Initial release.

[@felixzapata]: https://github.com/felixzapata
[@ibc]: https://github.com/ibc
[@robdodson]: https://github.com/robdodson
[@ryan-roemer]: https://github.com/ryan-roemer
