All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.
1.9.4 (2025-06-15)
Note: Version bump only for package @formatjs/utils
1.9.3 (2025-05-05)
Note: Version bump only for package @formatjs/utils
1.9.2 (2025-03-23)
Note: Version bump only for package @formatjs/utils
1.9.1 (2025-02-06)
- @formatjs/utils: add currencyScale, rm currencyMinorUnits (b1da9d6) - by @longlho
1.9.0 (2025-02-06)
- @formatjs/utils: add currencyMinorUnits (2dcecd3) - by @longlho
1.8.4 (2025-01-02)
Note: Version bump only for package @formatjs/utils
1.8.3 (2024-12-09)
- turn on isolatedDeclarations and specify explicit types everywhere (4d855c2) - by @longlho
1.8.2 (2024-12-08)
Note: Version bump only for package @formatjs/utils
1.8.1 (2024-11-05)
Note: Version bump only for package @formatjs/utils
1.8.0 (2024-11-04)
- @formatjs/utils: add ability to return localized default timezone (a53d0a2) - by @longlho
1.7.0 (2024-11-04)
- @formatjs/utils: add a fn to get memoized default timezone for the system (95c120e) - by @longlho
1.6.3 (2024-11-02)
Note: Version bump only for package @formatjs/utils
1.6.2 (2024-10-28)
- @formatjs/utils: fix default currency type (ba6f51a) - by @longlho
1.6.1 (2024-10-25)
- relax tslib req to 2 instead of 2.7 (930c3e8) - by @longlho
1.6.0 (2024-10-25)
- upgrade cldr to v46 (daafb44) - by @longlho
1.5.2 (2024-10-24)
- @formatjs/utils: fix default currency processing (8fef91d) - by @longlho
1.5.1 (2024-10-24)
- @formatjs/utils: add missing exports (4373589) - by @longlho
1.5.0 (2024-10-24)
- @formatjs/utils: add countriesUsingDefaultCurrency that gives a list of countries using certain currencies as default (51c0ef3) - by @longlho
1.4.0 (2024-10-24)
- @formatjs/utils: add defaultLocale that gives you default locale for a country (aac5ca0) - by @longlho
1.3.0 (2024-10-21)
1.2.1 (2024-10-12)
Note: Version bump only for package @formatjs/utils
1.2.0 (2024-07-05)
- @formatjs/utils: add defaultCurrency that gives you default currency code for a country (30ca319) - by @longlho
- @formatjs/utils: introduce @formatjs/utils that has a collection of useful intl-relative utilities (9614b18) - by @longlho