- fix: options.prefix bug in windows, fixes #39
- Merge pull request #33 from AlexeyKhristov/gz
- fix problem, cache is not used in dynamic mode
- fix options.prefix bug in windows, fixes #36
- feat(dynamic): add dynamic option to support dynamic load
- fix(dynamic): use stat to detect folder
- fix(test): typo
- fix(buffer): keep the old logic of treat unbuffered file
- feat: add opt.buffer false to serve file not cache at all
- fix: support load file dynamic, close #30
- fix normalize bug in windows, fixes #29
- accept abnormal path, like: //index.html
- bump koa
- only response GET and HEAD
- bump compressible and mime-types
- decodeURI when use this.path as key to fetch value from files object
- replace mime by mime-types
- remove onerror and destroy, let koa hanlde these stuff
- bump fs-readdir-recursive, fixed #14
- fix bad argument handling, fixed #20
- should not return gzip buffer when accept encoding not include gzip
- add url prefix option
- support options.dir, default to process.cwd()
- add vary, check file's length when gzip
- Ensure files can be gzipped via compressible.
- add options.gzip to control gzip, support stream's gzip
- add gzip support for buffers
- update
on-socket-error
- use
yield* next