提交学习笔记专用
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

26 lines
602 B

  1. 1.1.0 / 2025-07-17
  2. ==================
  3. * - Fix [CVE-2025-7339](https://www.cve.org/CVERecord?id=CVE-2025-7339) ([GHSA-76c9-3jph-rj3q](https://github.com/expressjs/multer/security/advisories/GHSA-76c9-3jph-rj3q))
  4. 1.0.2 / 2019-02-21
  5. ==================
  6. * Fix `res.writeHead` patch missing return value
  7. 1.0.1 / 2015-09-29
  8. ==================
  9. * perf: enable strict mode
  10. 1.0.0 / 2014-08-10
  11. ==================
  12. * Honor `res.statusCode` change in `listener`
  13. * Move to `jshttp` organization
  14. * Prevent `arguments`-related de-opt
  15. 0.0.0 / 2014-05-13
  16. ==================
  17. * Initial implementation