- Drop support for Node.js <18
- Drop support for Node.js below 0.8
- Fix: Ignore
If-Modified-Since
in the presence ofIf-None-Match
, according to spec. Fixes #35
- Fix regression matching multiple ETags in
If-None-Match
- perf: improve
If-None-Match
token parsing
- Fix handling of modified headers with invalid dates
- perf: improve ETag match loop
- Fix incorrect result when
If-None-Match
has both*
and ETags - Fix weak
ETag
matching to match spec - perf: delay reading header values until needed
- perf: skip checking modified time if ETag check failed
- perf: skip parsing
If-None-Match
when noETag
header - perf: use
Date.parse
instead ofnew Date
- Fix false detection of
no-cache
request directive - perf: enable strict mode
- perf: hoist regular expressions
- perf: remove duplicate conditional
- perf: remove unnecessary boolean coercions
- Add weak
ETag
matching support
- Support Node.js 0.6
- Move repository to jshttp
- Revert "Fix for blank page on Safari reload"
- Fix for blank page on Safari reload
- Return stale for
Cache-Control: no-cache
- Add
If-None-Match: *
support
- Initial release