Skip to content

Latest commit

 

History

History
126 lines (64 loc) · 6 KB

File metadata and controls

126 lines (64 loc) · 6 KB

Change Log

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)

Bug Fixes

  • @formatjs/utils: add currencyScale, rm currencyMinorUnits (b1da9d6) - by @longlho

1.9.0 (2025-02-06)

Features

  • @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)

Bug Fixes

  • 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)

Features

  • @formatjs/utils: add ability to return localized default timezone (a53d0a2) - by @longlho

1.7.0 (2024-11-04)

Features

  • @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)

Bug Fixes

  • @formatjs/utils: fix default currency type (ba6f51a) - by @longlho

1.6.1 (2024-10-25)

Bug Fixes

  • relax tslib req to 2 instead of 2.7 (930c3e8) - by @longlho

1.6.0 (2024-10-25)

Features

  • upgrade cldr to v46 (daafb44) - by @longlho

1.5.2 (2024-10-24)

Bug Fixes

  • @formatjs/utils: fix default currency processing (8fef91d) - by @longlho

1.5.1 (2024-10-24)

Bug Fixes

  • @formatjs/utils: add missing exports (4373589) - by @longlho

1.5.0 (2024-10-24)

Features

  • @formatjs/utils: add countriesUsingDefaultCurrency that gives a list of countries using certain currencies as default (51c0ef3) - by @longlho

1.4.0 (2024-10-24)

Features

  • @formatjs/utils: add defaultLocale that gives you default locale for a country (aac5ca0) - by @longlho

1.3.0 (2024-10-21)

Features

1.2.1 (2024-10-12)

Note: Version bump only for package @formatjs/utils

1.2.0 (2024-07-05)

Features

  • @formatjs/utils: add defaultCurrency that gives you default currency code for a country (30ca319) - by @longlho

1.1.0 (2024-07-05)

Features

  • @formatjs/utils: introduce @formatjs/utils that has a collection of useful intl-relative utilities (9614b18) - by @longlho