-
-
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): deprecate cityName #2070
Conversation
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## next #2070 +/- ##
=======================================
Coverage ? 99.61%
=======================================
Files ? 2535
Lines ? 242211
Branches ? 1293
=======================================
Hits ? 241274
Misses ? 910
Partials ? 27
|
The other PR #2051 also adjusts the locale data. |
I know but wanted to prevent merge conflicts as well as breaking changes in THIS PR. I had a really hard time actually finding the deprecation itself in the other PR. |
Do you plan to make city and cityName return the same data in v8.0? Or you just deprecate cityName in v8.0 and merge the locale data in v9? |
This is the same as #2051. |
Part of #2021.