- perf: replace regular expression with substring
- Use SHA1 instead of MD5 for ETag hashing
- Improves performance for larger entities
- Works with FIPS 140-2 OpenSSL configuration
- Always include entity length in ETags for hash length extensions
- Generate non-Stats ETags using MD5 only (no longer CRC32)
- Improve stat performance by removing hashing
- Remove base64 padding in ETags to shorten
- Use MD5 instead of MD4 in weak ETags over 1KB
- Improve support for JXcore
- Remove requirement of
atime
in the stats object - Support "fake" stats objects in environments without
fs
- deps: crc@3.2.1
- Minor fixes
- Improve string performance
- Slightly improve speed for weak ETags over 1KB
- Support "fake" stats objects
- Support Node.js 0.6
- Use the (new and improved)
crc
for crc32
- Default strings to strong ETags
- Improve speed for weak ETags over 1KB
- Use the (much faster)
buffer-crc32
for crc32
- Add support for file stat objects
- Add fast-path for empty entity
- Add weak ETag generation
- Shrink size of generated ETags
- Fix behavior of string containing Unicode
- Initial release