Skip to content

v2.0.0

Choose a tag to compare

@hallettj hallettj released this 11 Jun 15:21

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.