4.13.2

expressjs/express4.13.2Jul 31, 2015by dougwilson

AI Summary

Express 4.13.2 is a patch release focused on dependency updates, primarily addressing a regression in path-to-regexp related to escaped round brackets and matching groups. The release also updates accepts, array-flatten, and type-is dependencies to their latest versions.

Key Highlights

  • Fixed regression in path-to-regexp@0.1.7 with escaped round brackets and matching groups
  • Updated accepts dependency to ~1.2.12 (includes mime-types@~2.1.4)
  • Updated array-flatten to 1.1.1 with strict mode performance improvement
  • Updated type-is dependency to ~1.6.6 (includes mime-types@~2.1.4)

Full Release Notes

- deps: accepts@~1.2.12
  - deps: mime-types@~2.1.4
- deps: array-flatten@1.1.1
  - perf: enable strict mode
- deps: path-to-regexp@0.1.7
  - Fix regression with escaped round brackets and matching groups
- deps: type-is@~1.6.6
  - deps: mime-types@~2.1.4