Last change
on this file since eed0bf8 was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago |
initial commit
|
-
Property mode
set to
100644
|
File size:
1.2 KB
|
Rev | Line | |
---|
[6a3a178] | 1 | # `node-ignore` 5 ChangeLog
|
---|
| 2 |
|
---|
| 3 | # 5.x
|
---|
| 4 |
|
---|
| 5 | ## 2018-08-14, Version 5.0.1
|
---|
| 6 |
|
---|
| 7 | - **PATCH**: fixes for windows.
|
---|
| 8 | - **PATCH**: improves tests for typescript and windows.
|
---|
| 9 |
|
---|
| 10 | ## 2018-08-13, Version 5.0.0
|
---|
| 11 |
|
---|
| 12 | - **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).
|
---|
| 13 | - **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).
|
---|
| 14 | - **BENCHMARK**: improves performance by 26%.
|
---|
| 15 |
|
---|
| 16 | # 4.x
|
---|
| 17 |
|
---|
| 18 | ## 2018-08-12, Version 4.0.6
|
---|
| 19 |
|
---|
| 20 | - **PATCH**: `Object.prototype` methods will not ruin the result any more.
|
---|
| 21 |
|
---|
| 22 | ## ~ 2018-08-09, Version 4.0.1 - 4.0.5
|
---|
| 23 |
|
---|
| 24 | - **PATCH**: updates README.md about frequent asked quesions from github issues.
|
---|
| 25 |
|
---|
| 26 | ## 2018-06-22, Version 4.0.0
|
---|
| 27 |
|
---|
| 28 | - **SEMVER-MAJOR**: Drop support for node < 6 by default.
|
---|
| 29 | - **FEATURE**: supports the missing character ranges and sets, such as `*.[a-z]` and `*.[jJ][pP][gG]`
|
---|
| 30 | - **FEATURE**: new option: `ignorecase` to make `ignore` case insensitive.
|
---|
| 31 | - **FEATURE**: supports question mark which matches a single character.
|
---|
| 32 | - **PATCH**: fixes typescript declaration.
|
---|
Note:
See
TracBrowser
for help on using the repository browser.