Skip to content

Releases: smikhalevski/locale-matcher

v2.2.1

Choose a tag to compare

@github-actions github-actions released this 24 Oct 16:13

Changelog: v2.2.0...v2.2.1

  • Locale relevance is now measured by subtag count instead of char count.
  • Readonly arrays in signatures.

v2.2.0

Choose a tag to compare

@github-actions github-actions released this 19 Oct 13:26

Changelog: v2.1.0...v2.2.0

Replaced languages' trie codegen with the runtime dict compilation.

v2.1.0

Choose a tag to compare

@github-actions github-actions released this 18 Oct 20:39

Changelog: v2.0.0...v2.1.0

  • Zero dependencies.
  • Fixed matchLocale result depends on the order of requested locales.
  • 2x better performace.