- koa v2 support
- test: add more node versions on travis ci
- feat: support etag options
- use etag module
- use mz
- remove options
- etag signatures have changed
- change
options.calculate=
tooptions.hash=
- add
options.calculate=
for custom etag calculations
- fix: make sure the file is there before we
stat
it
- named generator function for improved debugging. Closes #7
- don't set etag if already set
- fix crc logic bug
- add travis.yml
- update to use use new middleware signature
- add Stream with .path ETag support