diff options
| author | Shinigami <[email protected]> | 2023-04-09 08:43:15 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-04-09 06:43:15 +0000 |
| commit | 857412514e94d1d7f30aab9a9e01c24aa05d7dee (patch) | |
| tree | 7fb3a969db177860aa273f7ca7c848da10369bfd /docs/guide/upgrading.md | |
| parent | fdf7228f23063ca27e175027dac859069bc89c5e (diff) | |
| download | faker-857412514e94d1d7f30aab9a9e01c24aa05d7dee.tar.xz faker-857412514e94d1d7f30aab9a9e01c24aa05d7dee.zip | |
refactor(location)!: zip code state (#1874)
Diffstat (limited to 'docs/guide/upgrading.md')
| -rw-r--r-- | docs/guide/upgrading.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/guide/upgrading.md b/docs/guide/upgrading.md index 555c267c..a767b566 100644 --- a/docs/guide/upgrading.md +++ b/docs/guide/upgrading.md @@ -101,6 +101,10 @@ For more information refer to our [Localization Guide](localization). `faker.mersenne` and `faker.helpers.repeatString` were only ever intended for internal use, and are no longer available. +### `faker.location.zipCodeByState` + +The `faker.location.zipCodeByState` method has been deprecated, but will also now throw an error if the current locale does not have a `postcode_by_state` definition. + ### Other deprecated methods removed/replaced | Old method | New method | |
