1.5.0
版本发布时间: 2015-06-10 11:31:55
expressjs/compression最新发布版本:1.7.4(2019-03-18 22:43:45)
- Fix return value from
.end
and.write
after end - Improve detection of zero-length body without
Content-Length
- deps: accepts@~1.2.9
- deps: mime-types@~2.1.1
- perf: avoid argument reassignment & argument slice
- perf: avoid negotiator recursive construction
- perf: enable strict mode
- perf: remove unnecessary bitwise operator
- deps: bytes@2.1.0
- Slight optimizations
- Units no longer case sensitive when parsing
- deps: compressible@~2.0.3
- Fix regex fallback to work if type exists, but is undefined
- deps: mime-db@'>= 1.13.0 < 2'
- perf: hoist regex declaration
- perf: use regex to extract mime
- perf: enable strict mode
- perf: remove flush reassignment
- perf: simplify threshold detection