3.18.6

expressjs/express3.18.6Dec 13, 2014by dougwilson

AI Summary

Express 3.18.6 is a bug fix release that resolves an exception that occurred when accessing the `req.fresh` or `req.stale` properties without response headers being set on the request.

Key Highlights

  • Fixed exception in `req.fresh` property when response headers are not set
  • Fixed exception in `req.stale` property when response headers are not set

Full Release Notes

- Fix exception in `req.fresh`/`req.stale` without response headers