4 * perf: normalize `secret` argument only once
10 - perf: use for loop in parse
16 - perf: enable strict mode
17 - perf: use for loop in parse
18 - perf: use string concatination for serialization
24 * perf: enable strict mode
29 * Accept array of secrets in addition to a single secret
30 * Fix `JSONCookie` to return `undefined` for non-string arguments
31 * Fix `signedCookie` to return `undefined` for non-string arguments
38 - Slight optimizations
43 * deps: cookie-signature@1.0.6
48 * deps: cookie-signature@1.0.5
53 * deps: cookie-signature@1.0.4
54 - fix for timing attacks
59 * actually export `signedCookie`
64 * add `signedCookie` export for single cookie unsigning
69 * export parsing functions
70 * `req.cookies` and `req.signedCookies` are now plain objects
71 * slightly faster parsing of many cookies
76 * Support for NodeJS version 0.8
79 - made compat with expires field
80 - tweak maxAge NaN error message
85 * add missing dependencies
90 * Genesis from `connect`