Skip to content
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

Remove deprecated exports #252

Merged
merged 1 commit into from
Aug 14, 2024
Merged

Remove deprecated exports #252

merged 1 commit into from
Aug 14, 2024

Conversation

connor-baer
Copy link
Member

Relates to #126.

Approach and changes

  • Removed the deprecated format, formatToParts, resolveFormat, and isIntlSupported exports. Use the explicitly named formatNumber, formatNumberToParts, resolveNumberFormat, and isNumberFormatSupported exports instead.

Definition of done

  • Development completed
  • Reviewers assigned
  • Unit and integration tests
  • Meets minimum browser support
  • Meets accessibility requirements

Copy link

codecov bot commented Aug 14, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 93.22%. Comparing base (6b8dc64) to head (a94ae17).

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #252      +/-   ##
==========================================
- Coverage   93.26%   93.22%   -0.05%     
==========================================
  Files          15       15              
  Lines         668      664       -4     
  Branches       84       84              
==========================================
- Hits          623      619       -4     
  Misses         43       43              
  Partials        2        2              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@connor-baer connor-baer merged commit 53a8574 into main Aug 14, 2024
5 checks passed
@connor-baer connor-baer deleted the feature/remove-deprecations branch August 14, 2024 14:40
@connor-baer connor-baer mentioned this pull request Aug 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant