# Changelog

## 1.2.2 (2019-03-13)
### Changed
+ Updated dependencies and development dependencies.

## 1.2.1 (2018-10-24)
For hoast `v1.1.1`
### Changed
- Updated dependencies.
- Updated to reflect changes to `hoast`'s helpers.

## 1.2.0 (2018-10-18)
### Changed
- Reduced module complexity by using new `hoast.helper.parse` and `hoast.helper.match` helper functions.

## 1.1.0 (2018-10-05)
## Added
- `engine` option added, which allows a custom extraction function to be specified.
- Examples for new engine function added to `README.md`.
- Tests updated to reflect new changes.
## Removed
- `*.markdown` removed from patterns by default.
- `gray-matter` dependency removed, which limits the front matter extraction using the default settings.

## 1.0.1 (2018-09-28)
### Changed
- Updated `planckmatch` module from version `1.0.0` to `1.0.1`.

## 1.0.0 (2018-09-26)
For hoast `v1.0.0`.
### Added
- CodeCov coverage report added to CI workflow.
### Changed
- Restructured project files.
- Switched from using `nanomatch` to [`planckmatch`](https://github.com/redkenrok/node-planckmatch#readme) for filtering file paths.

> Do note option properties have changed, and are not backwards compatible.

## 0.1.0 (2018-08-21)
Initial release, for hoast `v0.1.0`.