4.9.2
expressjs/express4.9.2Sep 18, 2014by dougwilson
AI Summary
Express 4.9.2 is a patch release focused on bug fixes and improvements. It addresses a regression with empty string paths in app.use, enables router.use to accept middleware arrays without paths, and improves error messaging for invalid app.use arguments.
Key Highlights
- Fix regression for empty string `path` in `app.use`
- Fix `router.use` to accept array of middleware without path
- Improve error message for bad `app.use` arguments
Full Release Notes
- Fix regression for empty string `path` in `app.use` - Fix `router.use` to accept array of middleware without path - Improve error message for bad `app.use` arguments