All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.
1.0.10 (2020-08-04)
1.0.9 (2020-07-26)
- release: update documentation (d219033)
- add typescript types badge (ad36e07)
1.0.6 (2020-07-26)
- release: update documentation (ebea0bb)
- include github action badges (a53774a)
- don't run 'Intl.Locale supported' tests on Node versions that do not support Intl.Locale (1a1df51)
1.0.5 (2020-07-18)
- isLanguageAvailable: correct typo in assigned variable name (950c72e)
- release: update documentation (705ab27)
- deduplicate: full line coverage (c0a0bd8)
- userLocales: full line coverage (2d50bf1)
- userLocales: remove test case (8be71cf)
1.0.4 (2020-07-14)
- isLanguageAvailable: do not return regionless-locales in older browsers with languageOnly set to false (fa46526)
- release: update documentation (f496898)
1.0.3 (2020-07-14)
- userLocales: guard against window on node enviroments (96d590c)
- release: update documentation (ac80716)
1.0.2 (2020-07-14)
- userLocales: check Intl is implemented before checking if DateTimeFormat is implemented (192012e)
- update package description (78b4a33)
1.0.1 (2020-07-14)
- release: update documentation (8ead7cd)
- update package size (24e97bf)
1.0.0 (2020-07-13)
- update workflow configs (b8cef20)
- add Intl.Locale fallback tests (9e1fa33)
0.1.0 (2020-07-13)
- add typescript types (967be5a)
- release: update documentation (7c13428)
- release: update documentation (a5bf738)
- add configuration (5993518)
- add fallback for older browsers (200d1eb)
- size-limit: remove brotli config (4a161ce)
- add github action for package size limits (32113cf)
- typo: add config and exclude words (c919a70)
- implement modern implementation using Intl.Locale (78002b1)
- mark internal methods as private (2b08539)