-
-
Notifications
You must be signed in to change notification settings - Fork 929
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
refactor(location)!: zip code state #1874
Conversation
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## next #1874 +/- ##
==========================================
- Coverage 99.62% 99.61% -0.01%
==========================================
Files 2563 2563
Lines 243248 243278 +30
Branches 1282 1284 +2
==========================================
+ Hits 242328 242353 +25
- Misses 893 898 +5
Partials 27 27
|
@faker-js/maintainers @faker-js/members Is the current impl good enough? Or should we still throw a |
I think in general breaking changes happening at the same time as deprecating a method is a bad idea. The point of deprecation is "you have one major version where your existing code will continue to work without changes". |
Beside that: I'm asking because I don't see the need to throw a FakerError instead of doing a fallback 🤷 |
Co-authored-by: ST-DDT <ST-DDT@gmx.de>
Co-authored-by: ST-DDT <ST-DDT@gmx.de>
Co-authored-by: ST-DDT <ST-DDT@gmx.de>
There is an issue that can be better identified by merging first |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
My comment are non blocking. So feel free to resolve them if you don't think they are important.
To proceed with this, I will merge it for now |
references #1346 (comment)