0.6.0
- Add
secure
constructor option for secure connection checking - Change constructor to signature
new Cookies(req, res, [options])
- Replace
new Cookies(req, res, key)
withnew Cookies(req, res, {'keys': keys})
- Replace
- Change prototype construction for proper "constructor" property
- Deprecate
secureProxy
option in.set
; usesecure
option instead- If
secure: true
throws even over SSL, use thesecure
constructor option
- If