4.15.2
expressjs/express4.15.2Mar 6, 2017by dougwilson
AI Summary
Express 4.15.2 is a patch release that updates the qs (query string) dependency to version 6.4.0, fixing a regression in parsing keys that start with bracket characters.
Key Highlights
- Updated qs dependency to version 6.4.0
- Fixed regression in parsing keys starting with `[`
Full Release Notes
* deps: qs@6.4.0
- Fix regression parsing keys starting with `[`