- Updated dependencies and development dependencies.
For hoast v1.1.1
- Updated dependencies.
- Updated to reflect changes to
hoast
's helpers.
- Reduced module complexity by using new
hoast.helper.parse
andhoast.helper.match
helper functions.
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.
*.markdown
removed from patterns by default.gray-matter
dependency removed, which limits the front matter extraction using the default settings.
- Updated
planckmatch
module from version1.0.0
to1.0.1
.
For hoast v1.0.0
.
- CodeCov coverage report added to CI workflow.
- Restructured project files.
- Switched from using
nanomatch
toplanckmatch
for filtering file paths.
Do note option properties have changed, and are not backwards compatible.
Initial release, for hoast v0.1.0
.