3.8 KiB
3.8 KiB
6.0.1
- optimize check for local storage and session storage 222
6.0.0
- BREAKING rename lookupSessionStorage and add it to defaults 221
5.0.1
- optimize cookie serialization and set sameSite to strict by default, to prepare for browser changes
5.0.0
- BREAKING needs i18next >= 19.5.0
- let i18next figure out which detected lng is best match
4.3.1
- typescript Updated typescript typings for DetectorOptions to align with current options 216
4.3.0
- sessionStorage support 215
4.2.0
- Add config option checkForSimilarInWhitelist 211
4.1.1
- fix: pass cookieOptions with the cacheUserLang 205
4.1.0
- feat: add cookieOptions for setting cookies 203
4.0.2
- update index file to reflect build changes done in 4.0.0
4.0.1
- typescript: Use updated ts export default from i18next 194
4.0.0
- removes deprecated jsnext:main from package.json
- Bundle all entry points with rollup bringing it up to same standard as xhr-backend
- note: dist/es -> dist/esm, dist/commonjs -> dist/cjs (individual files -> one bundled file)
- removes bower finally
v3.1.1
- add default checkWhitelist: true
v3.1.0
- Added option to prevent checking whitelist for detected languages
checkWhitelist: true
190
v3.0.3
- Remove clutter from npm package 181
v3.0.2
- typescript: Fix types for
use()
module 180
v3.0.1
- typescript: fix types 165
v3.0.0
- typescript: add types 164
v2.2.4
- fix 157
v2.2.3
- fix 159
v2.2.2
- Lang by path: skip if language not found 159
v2.2.1
v2.2.0
v2.1.1
- support for fallback language in form of object 151
v2.1.0
- add .js for browser import implementation PR147
v2.0.0
- [BREAKING] options.excludeCacheFor (array of language codes; default ['cimode']): if a language maps a value in that list the language will not be written to cache (eg. localStorage, cookie). If you use lng cimode in your tests and require it to be cached set the option to false or empty array