Skip to content

Releases: wopian/preferred-locale

v2.0.2

21 Sep 20:39
0269bd1
Compare
Choose a tag to compare

2.0.2 (2023-09-21)

Bug Fixes

v2.0.1

25 Jan 23:03
eea4336
Compare
Choose a tag to compare

2.0.1 (2023-01-25)

Bug Fixes

  • build documentation when deploying (eea4336)

v2.0.0

25 Jan 22:40
467455f
Compare
Choose a tag to compare

2.0.0 (2023-01-25)

Bug Fixes

  • correct logic to match 1.x (32cf237)
  • regenerate broken yarn.lock from merge conflict (691f7c4)

Continuous Integration

Features

Reverts

  • restore transform config with neccessary changes for Jest 27 (4972ac6)

BREAKING CHANGES

  • default export replaced by named exports
  • default export replaced by named exports

1.0.9 (2020-07-26)

26 Jul 03:36
Compare
Choose a tag to compare

There is no 1.0.7 or 1.0.8. 1.0.9 is identical to what should have been 1.0.7 due to unpublishing.

Continuous Integration

  • include published version in commit message (a497a89)

Documentation Changes

  • add typescript types badge (ad36e07)

1.0.6 (2020-07-26)

26 Jul 03:34
Compare
Choose a tag to compare

Documentation Changes

  • include github action badges (a53774a)

Tests

  • don't run 'Intl.Locale supported' tests on Node versions that do not support Intl.Locale (1a1df51)

1.0.5 (2020-07-18)

18 Jul 01:16
Compare
Choose a tag to compare

Bug Fixes

  • isLanguageAvailable: correct typo in assigned variable name (950c72e)

1.0.4 (2020-07-14)

14 Jul 23:56
Compare
Choose a tag to compare

Bug Fixes

  • isLanguageAvailable: do not return regionless-locales in older browsers with languageOnly set to false (fa46526)

Chores

  • release: update documentation (f496898)

1.0.3 (2020-07-14)

14 Jul 03:27
Compare
Choose a tag to compare

Bug Fixes

  • userLocales: guard against window on node enviroments (96d590c)

1.0.2 (2020-07-14)

14 Jul 00:29
Compare
Choose a tag to compare

Bug Fixes

  • userLocales: check Intl is implemented before checking if DateTimeFormat is implemented (192012e)

Build System / Dependencies

  • add package keywords (f07bd15)
  • do not publish types for internal functions (ab45273)

Chores

  • release: update documentation (3d415b1)

Documentation Changes

  • update package description (78b4a33)

1.0.1 (2020-07-14)

14 Jul 00:28
Compare
Choose a tag to compare

Documentation Changes