Skip to content

Commit

Permalink
Add dates to CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
marc136 committed Mar 13, 2021
1 parent a0c9733 commit 9cd5ee9
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,24 +1,25 @@
# Changelog

## 4.0.1
## 4.0.1 (2021-03-13)
- Fix sorting of files #90

## 4.0.0
## 4.0.0 (2020-10-12)
- Breaking change: Allow combination of include and exclude rules #67
- Add options to handle symbolic links #41 see comment
- Breaking change: Drop support for node < 10.0
- Add options to handle symbolic links see comment on #41

## 3.3.0
## 3.3.0 (2019-10-07)
- Add command line interface

## 3.2.0
## 3.2.0 (2019-07-28)
- Allow setting `include` and `exclude` as functions in addition to arrays

## 3.1.0
## 3.1.0 (2019-06-13)
- Add `ignoreBasename` option

## 3.0.0
## 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
## 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

0 comments on commit 9cd5ee9

Please sign in to comment.