2.0 KiB
2.0 KiB
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