Express 4
NoumanSaleem opened this issue · 7 comments
Express 4 is now released; however express-state declares a hard dependency on express 3.x: https://github.com/yahoo/express-state/blob/master/package.json#L41
I do not see anything breaking in the code. Here's a list of changes: https://github.com/visionmedia/express/wiki/Migrating-from-3.x-to-4.x
Would be great to get new version out with express 4.x support.
thanks!
Yeah, this is planned. It would be great if you were able to give Express v4.x a try with Express State to make sure it works and report back here.
I am not seeing any issues.
namespace/app.expose/response.expose all works the same.
@ericf Any time frame on this? Sorry to nag. Looking to get Express 4 into production
@NoumanSaleem you said that it worked in your Express v4 app. So if you want to update the test you found that fails and the peer dependency in the package.json and issue a Pull Request, then I'll merge and release an update.
@ericf no problem, will submit a PR soon