4.13.3

expressjs/express4.13.3Aug 3, 2015by dougwilson

AI Summary

Express 4.13.3 is a patch release that addresses two critical bug fixes related to route parameter handling. The release fixes an infinite loop condition that could occur when using `mergeParams: true` and resolves an issue where inner numeric indices were incorrectly modifying the parent `req.params` object.

Key Highlights

  • Fixed infinite loop condition when using `mergeParams: true` in route parameters
  • Resolved issue with inner numeric indices incorrectly altering parent `req.params` object
  • This is a patch release focused on bug fixes rather than new features

Full Release Notes

- Fix infinite loop condition using `mergeParams: true`
- Fix inner numeric indices incorrectly altering parent `req.params`