Skip to content

Latest commit

 

History

History
39 lines (27 loc) · 1.74 KB

CHANGELOG.md

File metadata and controls

39 lines (27 loc) · 1.74 KB
  • make sure no undefined language is detected
  • added types
  • ignoreCase option true by default
  • introduce ignoreCase option
  • fix language detection algorithm to handle fallbackLng correctly
  • prevent URIError with cookie language detector
  • transpile also esm
  • introduce lookupHeaderRegex option
  • BREAKING needs i18next >= 19.5.0
  • let i18next figure out which detected lng is best match
  • fix: get whitelist from correct property
  • extend httpFunctions getQuery to handle some edge cases
  • LanguageDetector: cookie, new option: cookiePath
  • potentially BREAKING: change cookie defaults: cookieSameSite: 'strict'