v2.0.0
2.0.0 (2018-06-11)
Features
- add support for negated file patterns (840f05c)
BREAKING CHANGES
- The use of '!' to indicate a negative file pattern
means that files whose names begin with a literal '!' cannot be
referenced literally in the file pattern list. One possible workaround
is to use the single-character wildcard ('?') in place of '!' in file
patterns.