summaryrefslogtreecommitdiffstats
path: root/node_modules/nanomatch/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/nanomatch/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/nanomatch/CHANGELOG.md')
-rw-r--r--node_modules/nanomatch/CHANGELOG.md57
1 files changed, 0 insertions, 57 deletions
diff --git a/node_modules/nanomatch/CHANGELOG.md b/node_modules/nanomatch/CHANGELOG.md
deleted file mode 100644
index 8c3aead..0000000
--- a/node_modules/nanomatch/CHANGELOG.md
+++ /dev/null
@@ -1,57 +0,0 @@
-## History
-
-### key
-
-Changelog entries are classified using the following labels _(from [keep-a-changelog][]_):
-
-- `added`: for new features
-- `changed`: for changes in existing functionality
-- `deprecated`: for once-stable features removed in upcoming releases
-- `removed`: for deprecated features removed in this release
-- `fixed`: for any bug fixes
-- `bumped`: updated dependencies, only minor or higher will be listed.
-
-### [1.1.0] - 2017-04-11
-
-**Fixed**
-
-- adds support for unclosed quotes
-
-**Added**
-
-- adds support for `options.noglobstar`
-
-### [1.0.4] - 2017-04-06
-
-Housekeeping updates. Adds documentation section about escaping, cleans up utils.
-
-### [1.0.3] - 2017-04-06
-
-This release includes fixes for windows path edge cases and other improvements for stricter adherence to bash spec.
-
-**Fixed**
-
-- More windows path edge cases
-
-**Added**
-
-- Support for bash-like quoted strings for escaping sequences of characters, such as `foo/"**"/bar` where `**` should be matched literally and not evaluated as special characters.
-
-### [1.0.1] - 2016-12-12
-
-**Added**
-
-- Support for windows path edge cases where backslashes are used in brackets or other unusual combinations.
-
-### [1.0.0] - 2016-12-12
-
-Stable release.
-
-### [0.1.0] - 2016-10-08
-
-First release.
-
-[Unreleased]: https://github.com/jonschlinkert/nanomatch/compare/0.1.0...HEAD
-[0.2.0]: https://github.com/jonschlinkert/nanomatch/compare/0.1.0...0.2.0
-
-[keep-a-changelog]: https://github.com/olivierlacan/keep-a-changelog