summaryrefslogtreecommitdiffstats
path: root/node_modules/ignore/CHANGELOG.md
diff options
context:
space:
mode:
authorGravatar Piotr Russ <mail@pruss.it> 2020-11-18 23:26:45 +0100
committerGravatar Piotr Russ <mail@pruss.it> 2020-11-18 23:26:45 +0100
commit81ddf9b700bc48a1f8e472209f080f9c1d9a9b09 (patch)
tree8b959d50c5a614cbf9fcb346ed556140374d4b6d /node_modules/ignore/CHANGELOG.md
parent1870f3fdf43707a15fda0f609a021f516f45eb63 (diff)
downloadwebsite_creator-81ddf9b700bc48a1f8e472209f080f9c1d9a9b09.tar.gz
website_creator-81ddf9b700bc48a1f8e472209f080f9c1d9a9b09.tar.bz2
website_creator-81ddf9b700bc48a1f8e472209f080f9c1d9a9b09.zip
rm node_modules
Diffstat (limited to 'node_modules/ignore/CHANGELOG.md')
-rw-r--r--node_modules/ignore/CHANGELOG.md32
1 files changed, 0 insertions, 32 deletions
diff --git a/node_modules/ignore/CHANGELOG.md b/node_modules/ignore/CHANGELOG.md
deleted file mode 100644
index dc38d63..0000000
--- a/node_modules/ignore/CHANGELOG.md
+++ /dev/null
@@ -1,32 +0,0 @@
-# `node-ignore` 5 ChangeLog
-
-# 5.x
-
-## 2018-08-14, Version 5.0.1
-
-- **PATCH**: fixes for windows.
-- **PATCH**: improves tests for typescript and windows.
-
-## 2018-08-13, Version 5.0.0
-
-- **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).
-- **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).
-- **BENCHMARK**: improves performance by 26%.
-
-# 4.x
-
-## 2018-08-12, Version 4.0.6
-
-- **PATCH**: `Object.prototype` methods will not ruin the result any more.
-
-## ~ 2018-08-09, Version 4.0.1 - 4.0.5
-
-- **PATCH**: updates README.md about frequent asked quesions from github issues.
-
-## 2018-06-22, Version 4.0.0
-
-- **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 make `ignore` case insensitive.
-- **FEATURE**: supports question mark which matches a single character.
-- **PATCH**: fixes typescript declaration.