Skip to content

Releases: koajs/bunyan-logger

Update deps and add ignorePath option

04 Oct 12:27
833387d
Compare
Choose a tag to compare

Thanks to @oleg-koval and others, a dusted off and updated version of this library. We are now solidly dependent on Koa V2 (which shouldn't be a big deal at this point). We have merged everything back to master as the new base and added linting, etc. The other enhancement is official support for the ignorePath option that could be very handy for those people who don't want to over use the log for every little thing.

2.0.0

17 Apr 18:06
Compare
Choose a tag to compare

Supports koa 2.x

Fix passing req to logger

27 Oct 00:51
Compare
Choose a tag to compare

Pass this.req instead of this.request to request logger. Update to latest bunyan.

1.2.0

23 Jan 19:44
Compare
Choose a tag to compare

Changes req from this.request (koa request object) to this.req (node request object) and res from this.response to this.res. This changes which fields are logged; res now has statusCode instead of status, and res.header is now a string including the status line.

1.0.1

03 Nov 20:01
Compare
Choose a tag to compare
Move mocha to devDependencies. Lock down versions using ~.

First release

03 Nov 19:47
Compare
Choose a tag to compare
Merge pull request #2 from pebble/initial

Bump version to 1.0. Lock down dependency versions.

0.1.0

31 Oct 20:52
Compare
Choose a tag to compare
0.1.0 Pre-release
Pre-release
Initial version