4.13.1

expressjs/express4.13.1Jul 6, 2015by dougwilson

AI Summary

Express 4.13.1 is a dependency update release that upgrades qs to 4.0.0, accepts to ~1.2.10, and type-is to ~1.6.4, while also including performance optimizations and bug fixes for parameter parsing.

Key Highlights

  • Updated qs@4.0.0 with fixes for dropping parameters like hasOwnProperty
  • Updated qs@4.0.0 with fixes for various parsing edge cases
  • Updated accepts@~1.2.10 (includes mime-types@~2.1.2)
  • Updated type-is@~1.6.4 with performance improvements (strict mode enabled, removed argument reassignment)
  • Updated type-is@~1.6.4 (includes mime-types@~2.1.2)

Full Release Notes

- deps: accepts@~1.2.10
  - deps: mime-types@~2.1.2
- deps: qs@4.0.0
  - Fix dropping parameters like `hasOwnProperty`
  - Fix various parsing edge cases
- deps: type-is@~1.6.4
  - deps: mime-types@~2.1.2
  - perf: enable strict mode
  - perf: remove argument reassignment