- ci: Add eslint-config, use only .travis.yml
- style: Fix linter problems
- update package-lock
- refactor: Use async, const-let style, remove generators
- chore: Update deps
- chore: Fix vulnerabilities with npm audit
- chore: Add package-lock.json
- feat: Add ignorePath options
- Merge pull request #25 from koajs/2x
Thanks to ifraixedes for updating and refactoring to work with koa 2.x
- Merge pull request #16 from venables/update-uuid-2x
- Merge pull request #15 from marcbachmann/update-uuid
- chore(package): update uuid to version 3.0.0
- Include stdSerializers in custom bunyan logger example
- Merge pull request #12 from umayr/2x
- Update examples
- Merge pull request #11 from kevinawoo/patch-1
- fixed example typo.
- Merge pull request #10 from alxarch/patch-1
- Fix wrong method name
- Bump bunyan to 1.5.0, bump test dependencies
- Export bunyan
- Fix req object (was incorrectly using koa's request object)
- Merge pull request #5 from pebble/standard-req-res
- Pass this.req/this.res instead of this.request/this.response
- use named middleware for better debugging #4 mpal9000
- Add timeContext() utility to enable this.time() and this.timeEnd()
Fix locking down dependencies. Avoid using bunyan-1.2 since dtrace-provider has problems on OSX. Move mocha to devDependencies.