-
-
Notifications
You must be signed in to change notification settings - Fork 919
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor!: remove v8 deprecated faker class stuff
- Loading branch information
1 parent
4382fd9
commit f0d67a1
Showing
2 changed files
with
15 additions
and
240 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
### Remove deprecated faker constructor and deprecated JS backwards compatibility | ||
|
||
Removed deprecated faker constructor, so it is not possible anymore to just pass a locale string identifier. | ||
|
||
Also removed the accessors and method that were only for JS backwards compatibility. | ||
|
||
- `get/set locales` | ||
- `get/set locale` | ||
- `get/set localeFallback` | ||
- `setLocale` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters