-
Notifications
You must be signed in to change notification settings - Fork 12.8k
4.5 Intl changes overview #45646
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
Comments
#44006 is a breaking change. We previously accidentally had |
#39662 is a breaking change. To re-use an identifier we brought it back to when it was first introduced in the specs. If someone has a target of |
Overall what's the tolerance for breaking changes for this type of fixes? I haven't gone through all the type defs for ecma402 but tbh I suspect there will be quite a few breaking changes since it hasn't been very accurate? |
Kinda tough to give an exact opinion, my somewhat biased view on breakages is roughly "would it break code in the TypeScript website" which doesn't do anything too clever with the Intl APIs and I think generally can be used as an internal metric for what an average web project using the Intl APIs looks like. ( E.g. a quick search show I use mostly APIs for ListFormat/DateTimeFormat/RelativeTimeFormat ) If it's tightening from |
I'm sorry, but what is the reason not to include |
To make release notes easier further down the line. The PR which brought most of the changes in is #45647
The text was updated successfully, but these errors were encountered: