/ node_modules / on-headers / HISTORY.md
HISTORY.md
 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  
 5  
 6  1.0.2 / 2019-02-21
 7  ==================
 8  
 9    * Fix `res.writeHead` patch missing return value
10  
11  1.0.1 / 2015-09-29
12  ==================
13  
14    * perf: enable strict mode
15  
16  1.0.0 / 2014-08-10
17  ==================
18  
19    * Honor `res.statusCode` change in `listener`
20    * Move to `jshttp` organization
21    * Prevent `arguments`-related de-opt
22  
23  0.0.0 / 2014-05-13
24  ==================
25  
26    * Initial implementation