- bump deps
- npm: disable package-lock
- bump deps
- Fix:
serve
mutatesopts
argument so it cannot be reused (#117)
- Fix: throw error if error status not 404
- fix
index: false
bug if path is directory
- upgrade to koa-send@4
- use async function
- support koa 2.x
- travis: test node@4+
- bump koa-send@~3.1.0
- Fix: default index could be disabled. Closes #41
- Fix v1.4.x → 1.5.0 broken. Closes #53
- update koa-send@2
- update devDeps
- only support GET and HEAD requests
- support root =
.
- update koa-send
- Fix response already handled logic - Koajs now defaults status == 404. See koajs/koa#269
- Add two missing semicolons. Closes #24
- Use bash syntax highlighting for install command. Closes #23
- named generator function to help debugging. Closes #20
- update koa-send
- update koa-send
- fix for koa 0.2.1. Closes #12
- add: defer option - semi-breaking change
- refactor to use koa-send
- rename maxAge -> maxage
- fix: don't bother responding if response already "handled"
- add Last-Modified. Closes #5
- fix upstream responses
- rewrite without send