Releases: marc136/node-folder-hash
Releases · marc136/node-folder-hash
v4.0.3
What's Changed
- Fix #146 and remove graceful-fs because it is no longer needed
- Bump dependencies
Full Changelog: v4.0.2...v4.0.3
v4.0.2
What's Changed
- Update dependencies
- Minor changes to README
Full Changelog: v4.0.1...v4.0.2
v4.0.0
Breaking changes:
- Allow combination of include and exclude rules #67
New features
- Add options to handle symbolic links #41 see comment
Full Changelog: v3.3.2...v4.0.0
v3.3.3
Minor change:
Fix comma position in hashfolder.toString (#74)
Full Changelog: v3.3.2...v3.3.3
v3.3.1
Rebase of v3.3.0 to master
v3.3.0
Add command line interface
v3.2.0
Allow setting include
and exclude
as functions in addition to arrays
v3.1.0
Add ignoreBasename
option