aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorShinigami <[email protected]>2023-04-20 17:09:42 +0200
committerGitHub <[email protected]>2023-04-20 17:09:42 +0200
commit2098b4d20e9604c95ab24f2f89452a11ae5f49d7 (patch)
treed946c65bc041b75df6898ccc91480fd1bf28d837 /docs
parent5c3b6e032bdd0488c48b82c4395459be7ee50fb0 (diff)
downloadfaker-2098b4d20e9604c95ab24f2f89452a11ae5f49d7.tar.xz
faker-2098b4d20e9604c95ab24f2f89452a11ae5f49d7.zip
refactor(finance): rename mask to maskedNumber (#2055)
Diffstat (limited to 'docs')
-rw-r--r--docs/guide/upgrading.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/guide/upgrading.md b/docs/guide/upgrading.md
index d0322a0b..41979dec 100644
--- a/docs/guide/upgrading.md
+++ b/docs/guide/upgrading.md
@@ -195,6 +195,10 @@ The `faker.address.*` methods will continue to work as an alias in v8 and v9, bu
The `faker.finance.account` method has been renamed to `faker.finance.accountNumber` to better reflect the data it returns and not to get confused with a user "Account".
+### `faker.finance.mask` changed to `faker.finance.maskedNumber`
+
+The `faker.finance.mask` method has been renamed to `faker.finance.maskedNumber` to better reflect its purpose.
+
### Number methods of `faker.datatype` moved to new `faker.number` module
The number-related methods previously found in `faker.datatype` have been moved to a new `faker.number` module.