jongleberry
jongleberry
v4
- [ ] store each bucket separately - [ ] server-side support - [ ] create a server-side build (i.e. just babel-ifying)
i'm currently working on https://github.com/normalize/package-management. the idea is that i should be able to just create a custom modernizr file like so from my app: ``` js import 'https://github.com/modernizr/modernizr/3.0.0/feature-detects/css/boxshadow.js' import...
http://expressjs.github.io/badgeboard/ need to add more maintainers such as @hacksparrow as well as `express` itself.
https://github.com/expressjs/csurf/blob/master/index.js#L44 `cookieKey` should be `_csrfSecret` or something not `_csrf`. i think that confuses people. also, i think we should move this lib to `cookies` because implicitly depending on another middleware...
what's the solution?
1.0.0
basically hits all the 1.0.0 milestones - API has changed to `var cookies = require('Cookies')([options], [keys])` then `req.cookies = res.cookies = cookies(req, res)`. - automatically works as middleware, so you...
1.0.0
aside from the other issues listed: - options default to `Cookies([options])`. this means that doing `.set()` without any options doesn't mean to `signed: false`, and `.set()` with an empty option...
would be nice, especially for mime types that aren't `text/`. i want to know if i could treat a file as a string. might be able to get rid of...