Releases: smikhalevski/locale-matcher
Releases 路 smikhalevski/locale-matcher
Release list
v2.2.1
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
Changelog: v2.1.0...v2.2.0
Replaced languages' trie codegen with the runtime dict compilation.
v2.1.0
Changelog: v2.0.0...v2.1.0
- Zero dependencies.
- Fixed
matchLocaleresult depends on the order of requested locales. - 2x better performace.