.gitignore added
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / @eslint / eslintrc / node_modules / ignore / CHANGELOG.md
1 # `node-ignore` 4 ChangeLog
2
3 # 4.x
4
5 ## 2018-06-22, Version 4.0.0
6
7 - **SEMVER-MAJOR**: Drop support for node < 6 by default.
8 - **FEATURE**: supports the missing character ranges and sets, such as `*.[a-z]` and `*.[jJ][pP][gG]`
9 - **FEATURE**: new option: `ignorecase` to make `ignore` case sensitive.
10 - **FEATURE**: supports question mark which matches a single character.
11 - **PATCH**: fixes typescript declaration.
12
13 ## ~ 2018-08-09, Version 4.0.1 - 4.0.5
14
15 - **PATCH**: updates README.md about frequent asked quesions from github issues.
16
17 ## 2018-08-12, Version 4.0.6
18
19 - **PATCH**: `Object.prototype` methods will not ruin the result any more.