i18next-http-middleware
Advanced tools
Comparing version 3.0.5 to 3.0.6
@@ -0,1 +1,4 @@ | ||
## [v3.0.6](https://github.com/i18next/i18next-http-middleware/compare/v3.0.5...v3.0.6) | ||
- ignoreCase option true by default | ||
## [v3.0.5](https://github.com/i18next/i18next-http-middleware/compare/v3.0.4...v3.0.5) | ||
@@ -2,0 +5,0 @@ - introduce ignoreCase option |
@@ -44,3 +44,4 @@ "use strict"; | ||
caches: false, | ||
cookieSameSite: 'strict' | ||
cookieSameSite: 'strict', | ||
ignoreCase: true | ||
}); | ||
@@ -47,0 +48,0 @@ } |
@@ -23,3 +23,4 @@ function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } } | ||
caches: false, | ||
cookieSameSite: 'strict' | ||
cookieSameSite: 'strict', | ||
ignoreCase: true | ||
}); | ||
@@ -26,0 +27,0 @@ } |
@@ -22,3 +22,4 @@ import * as utils from './utils.js' | ||
// cookiePath: '/my/path' | ||
cookieSameSite: 'strict' | ||
cookieSameSite: 'strict', | ||
ignoreCase: true | ||
}) | ||
@@ -25,0 +26,0 @@ } |
{ | ||
"name": "i18next-http-middleware", | ||
"version": "3.0.5", | ||
"version": "3.0.6", | ||
"private": false, | ||
@@ -5,0 +5,0 @@ "type": "module", |
@@ -299,3 +299,3 @@ # Introduction | ||
ignoreCase: false, // ignore case of detected language | ||
ignoreCase: true, // ignore case of detected language | ||
@@ -302,0 +302,0 @@ // optional expire and domain for set cookie |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
96429
2082