Skip to content

Latest commit

 

History

History
29 lines (21 loc) · 827 Bytes

CHANGELOG.md

File metadata and controls

29 lines (21 loc) · 827 Bytes

Changelog

4.0.2 (2022-02-15)

  • Update dependencies
  • Minor changes to README

4.0.1 (2021-03-13)

  • Fix sorting of files #90

4.0.0 (2020-10-12)

  • Breaking change: Allow combination of include and exclude rules #67
  • Breaking change: Drop support for node < 10.0
  • Add options to handle symbolic links see comment on #41

3.3.0 (2019-10-07)

  • Add command line interface

3.2.0 (2019-07-28)

  • Allow setting include and exclude as functions in addition to arrays

3.1.0 (2019-06-13)

  • Add ignoreBasename option

3.0.0 (2018-04-12)

  • Breaking changes: Folders and files are sorted before creating a hash, the hashes on Linux and Windows 10 are now the same

2.0.0 (2018-04-10)

  • Breaking change: Drop support for node 0.10.x
  • Breaking change: Introduce include glob patterns to the options object