- component: pin
visionmedia/debug
at 2.2.0
- deps: move debug to dependencies
- add debugs
- Ignore URIError
- toGMTString is deprecated. replace with toUTCString
- Specify unit for maxage
- fix returning of empty cookies on
cookie()
when cleared - make IE <=8 happy
- add
make test
- add
cookie() => object
support [uniba]