summaryrefslogtreecommitdiff
path: root/deps/npm/node_modules/is-regex/CHANGELOG.md
diff options
context:
space:
mode:
authorMyles Borins <mylesborins@github.com>2020-10-02 17:52:19 -0400
committerMyles Borins <mylesborins@github.com>2020-10-07 09:59:49 -0400
commit2e545249557c265f7d5f338cc3a382985211603c (patch)
treea18ca49252a58cc5a80cd438a020a99bf48a8d23 /deps/npm/node_modules/is-regex/CHANGELOG.md
parent14699846452e627f97dedb85991eea67d932a79d (diff)
downloadnode-new-2e545249557c265f7d5f338cc3a382985211603c.tar.gz
deps: update npm to 7.0.0-rc.3
PR-URL: https://github.com/nodejs/node/pull/35474 Reviewed-By: Ruy Adorno <ruyadorno@github.com> Reviewed-By: Ujjwal Sharma <ryzokuken@disroot.org> Reviewed-By: Ben Coe <bencoe@gmail.com> Reviewed-By: Geoffrey Booth <webmaster@geoffreybooth.com> Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Shelley Vohr <codebytere@gmail.com> Reviewed-By: Guy Bedford <guybedford@gmail.com> Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
Diffstat (limited to 'deps/npm/node_modules/is-regex/CHANGELOG.md')
-rw-r--r--deps/npm/node_modules/is-regex/CHANGELOG.md27
1 files changed, 0 insertions, 27 deletions
diff --git a/deps/npm/node_modules/is-regex/CHANGELOG.md b/deps/npm/node_modules/is-regex/CHANGELOG.md
deleted file mode 100644
index 6d73800022..0000000000
--- a/deps/npm/node_modules/is-regex/CHANGELOG.md
+++ /dev/null
@@ -1,27 +0,0 @@
-1.0.4 / 2016-02-18
-=================
- * [Fix] ensure that `lastIndex` is not mutated (#3)
- * [Refactor] when try/catch is needed, bail early if the value lacks an own `lastIndex` data property
- * [Refactor] use an early return instead of a ternary
- * [Refactor] bail earlier when the value is falsy
- * Switch from vb.teelaun.ch to versionbadg.es for the npm version badge SVG
- * [Dev Deps] update `tape`, `jscs`, `editorconfig-tools`, `eslint`, `semver`, `replace`, `nsp`, `covert`, `@ljharb/eslint-config`
- * [Tests] on all the node and io.js versions; improve test matri
- * [Tests] Fix tests for faked @@toStringTag
-
-1.0.3 / 2015-01-29
-=================
- * If @@toStringTag is not present, use the old-school Object#toString test.
-
-1.0.2 / 2015-01-29
-=================
- * Improve optimization by separating the try/catch, and bailing out early when not typeof "object".
-
-1.0.1 / 2015-01-28
-=================
- * Update `jscs`, `tape`, `covert`
- * Use RegExp#exec to test if something is a regex, which works even with ES6 @@toStringTag.
-
-1.0.0 / 2014-05-19
-=================
- * Initial release.