- PATCH: fixes for windows.
- PATCH: improves tests for typescript and windows.
- SEMVER-MAJOR: #20: it will throw if an invalid pathname passes into
.ignores(pathname)
, see Upgrade 4.x -> 5.x. - FEATURE: #31: adds a new method
.test(pathname)
. - BENCHMARK: improves performance by 26%.
- PATCH:
Object.prototype
methods will not ruin the result any more.
- PATCH: updates README.md about frequent asked quesions from github issues.
- SEMVER-MAJOR: Drop support for node < 6 by default.
- FEATURE: supports the missing character ranges and sets, such as
*.[a-z]
and*.[jJ][pP][gG]
- FEATURE: new option:
ignorecase
to makeignore
case insensitive. - FEATURE: supports question mark which matches a single character.
- PATCH: fixes typescript declaration.