aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorShinigami <[email protected]>2024-02-18 23:56:40 +0100
committerGitHub <[email protected]>2024-02-18 23:56:40 +0100
commit52b8992cbf960e001336d59b83c610845ff35860 (patch)
treec71db76f3f955a74be4cbcbaa56df77375cb4531 /docs
parentec5609b18c79ea9fc8183ae78e917801e6a8a3f4 (diff)
downloadfaker-52b8992cbf960e001336d59b83c610845ff35860.tar.xz
faker-52b8992cbf960e001336d59b83c610845ff35860.zip
infra(unicorn): prefer-string-replace-all (#2653)
Diffstat (limited to 'docs')
-rw-r--r--docs/guide/upgrading_v9/2653.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/docs/guide/upgrading_v9/2653.md b/docs/guide/upgrading_v9/2653.md
new file mode 100644
index 00000000..628427a7
--- /dev/null
+++ b/docs/guide/upgrading_v9/2653.md
@@ -0,0 +1,7 @@
+### Examples of code-upgrades that are now used
+
+_This upgrade is an extension to_ [#2121](./2121.md)
+
+Used Node >= v15 feature [`replaceAll`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String/replaceAll).
+
+We could hint users to use polyfill or transpile-down steps.