Skip to content

Releases: marc136/node-folder-hash

v4.0.4

11 Jan 18:57
Compare
Choose a tag to compare
  • Fix #176 by removing graceful-fs from cli.js

Full Changelog: v4.0.3...v4.0.4

v4.0.3

10 Jan 23:00
Compare
Choose a tag to compare

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

15 Feb 22:38
Compare
Choose a tag to compare

What's Changed

  • Update dependencies
  • Minor changes to README

Full Changelog: v4.0.1...v4.0.2

v4.0.1

13 Mar 21:45
Compare
Choose a tag to compare

Fix sorting of files #90

Full Changelog: v4.0.0...v4.0.1

v4.0.0

12 Oct 19:13
Compare
Choose a tag to compare

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

02 Sep 12:06
Compare
Choose a tag to compare

Minor change:
Fix comma position in hashfolder.toString (#74)

Full Changelog: v3.3.2...v3.3.3

v3.3.1

28 Nov 07:03
Compare
Choose a tag to compare

Rebase of v3.3.0 to master

v3.3.0

03 May 04:09
Compare
Choose a tag to compare

Add command line interface

v3.2.0

03 May 04:08
Compare
Choose a tag to compare

Allow setting include and exclude as functions in addition to arrays

v3.1.0

03 May 04:07
Compare
Choose a tag to compare

Add ignoreBasename option