aboutsummaryrefslogtreecommitdiff
path: root/node_modules/cookie-parser/HISTORY.md
diff options
context:
space:
mode:
authornanalelfe <nargiza.nosirova@mail.utoronto.ca>2016-07-18 10:54:08 +0000
committernanalelfe <nargiza.nosirova@mail.utoronto.ca>2016-07-18 10:54:08 +0000
commita35da9f9ccc1124d9b6f4461c7216ffbb0285e2f (patch)
treed5b4b8548caae36a20e1258a8341dab4b3d522d2 /node_modules/cookie-parser/HISTORY.md
parent16bbc66ebafc6f1a55e47dbda3f3c0f658fe715c (diff)
parentc1ce89359a7b54ec97b54ce577e5534c180c5c4b (diff)
merged
Diffstat (limited to 'node_modules/cookie-parser/HISTORY.md')
-rw-r--r--node_modules/cookie-parser/HISTORY.md85
1 files changed, 85 insertions, 0 deletions
diff --git a/node_modules/cookie-parser/HISTORY.md b/node_modules/cookie-parser/HISTORY.md
new file mode 100644
index 0000000..4f28f50
--- /dev/null
+++ b/node_modules/cookie-parser/HISTORY.md
@@ -0,0 +1,85 @@
+1.4.3 / 2016-05-26
+==================
+
+ * deps: cookie@0.3.1
+ - perf: use for loop in parse
+
+1.4.2 / 2016-05-20
+==================
+
+ * deps: cookie@0.2.4
+ - perf: enable strict mode
+ - perf: use for loop in parse
+ - perf: use string concatination for serialization
+
+1.4.1 / 2016-01-11
+==================
+
+ * deps: cookie@0.2.3
+ * perf: enable strict mode
+
+1.4.0 / 2015-09-18
+==================
+
+ * Accept array of secrets in addition to a single secret
+ * Fix `JSONCookie` to return `undefined` for non-string arguments
+ * Fix `signedCookie` to return `undefined` for non-string arguments
+ * deps: cookie@0.2.2
+
+1.3.5 / 2015-05-19
+==================
+
+ * deps: cookie@0.1.3
+ - Slight optimizations
+
+1.3.4 / 2015-02-15
+==================
+
+ * deps: cookie-signature@1.0.6
+
+1.3.3 / 2014-09-05
+==================
+
+ * deps: cookie-signature@1.0.5
+
+1.3.2 / 2014-06-26
+==================
+
+ * deps: cookie-signature@1.0.4
+ - fix for timing attacks
+
+1.3.1 / 2014-06-17
+==================
+
+ * actually export `signedCookie`
+
+1.3.0 / 2014-06-17
+==================
+
+ * add `signedCookie` export for single cookie unsigning
+
+1.2.0 / 2014-06-17
+==================
+
+ * export parsing functions
+ * `req.cookies` and `req.signedCookies` are now plain objects
+ * slightly faster parsing of many cookies
+
+1.1.0 / 2014-05-12
+==================
+
+ * Support for NodeJS version 0.8
+ * deps: cookie@0.1.2
+ - Fix for maxAge == 0
+ - made compat with expires field
+ - tweak maxAge NaN error message
+
+1.0.1 / 2014-02-20
+==================
+
+ * add missing dependencies
+
+1.0.0 / 2014-02-15
+==================
+
+ * Genesis from `connect`