browser-language
Advanced tools
Comparing version 1.0.11 to 1.0.12
@@ -0,1 +1,6 @@ | ||
v1.0.12 / 2014-07-22 | ||
================== | ||
* Fix with multiple require | ||
v1.0.11 / 2014-07-20 | ||
@@ -5,2 +10,3 @@ ================== | ||
* Slightly faster performance (global var, RegExp) | ||
* Update [`express`](https://github.com/visionmedia/express)@4.6.X | ||
@@ -11,4 +17,4 @@ v1.0.10 / 2014-06-29 | ||
* Remove anonymous function | ||
* Update [`express`](https://github.com/visionmedia/express) @ 4.4.5 | ||
* Update [`cookie-parser`] @ 1.3.2 | ||
* Update [`express`](https://github.com/visionmedia/express)@4.4.5 | ||
* Update `cookie-parser`@ 1.3.2 | ||
@@ -15,0 +21,0 @@ 1.0.8 / 2014-06-18 |
@@ -7,3 +7,3 @@ "use strict"; | ||
* @subpackage main | ||
* @version 1.0.11 | ||
* @version 1.0.12 | ||
* @author hex7c0 <hex7c0@gmail.com> | ||
@@ -278,7 +278,5 @@ * @copyright hex7c0 2014 | ||
if (Boolean(options.signed)) { | ||
normal = all = null; | ||
return signed; | ||
} | ||
signed = all = null; | ||
return normal; | ||
}; |
{ | ||
"name": "browser-language", | ||
"version": "1.0.11", | ||
"version": "1.0.12", | ||
"description": "grab browser language and store on cookie", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
56522
314