UNPKG

1.15 kBMarkdownView Raw
1# `node-ignore` 5 ChangeLog
2
3# 5.x
4
5## 2018-08-13, Version 5.0.0
6
7- **SEMVER-MAJOR**: [#20](https://github.com/kaelzhang/node-ignore/issues/20): it will throw if an invalid pathname passes into `.ignores(pathname)`, see [Upgrade 4.x -> 5.x](https://github.com/kaelzhang/node-ignore#upgrade-4x---5x).
8- **FEATURE**: [#31](https://github.com/kaelzhang/node-ignore/issues/31): adds a new method [`.test(pathname)`](https://github.com/kaelzhang/node-ignore#testpathname-pathname-since-500).
9- **BENCHMARK**: improves performance by 26%.
10
11# 4.x
12
13## 2018-08-12, Version 4.0.6
14
15- **PATCH**: `Object.prototype` methods will not ruin the result any more.
16
17## ~ 2018-08-09, Version 4.0.1 - 4.0.5
18
19- **PATCH**: updates README.md about frequent asked quesions from github issues.
20
21## 2018-06-22, Version 4.0.0
22
23- **SEMVER-MAJOR**: Drop support for node < 6 by default.
24- **FEATURE**: supports the missing character ranges and sets, such as `*.[a-z]` and `*.[jJ][pP][gG]`
25- **FEATURE**: new option: `ignorecase` to make `ignore` case sensitive.
26- **FEATURE**: supports question mark which matches a single character.
27- **PATCH**: fixes typescript declaration.
28
\No newline at end of file