- 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.
- 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.
engine
parameter had critical error in asynchronous operation.
engine
parameter now also accepts asynchronous functions.
CHANGELOG.md
added.engine
parameter added to the module options, which allows for a custom filter method.
Initial release, for hoast version v0.1.0
.