Releases: pinojs/pino-std-serializers
Releases · pinojs/pino-std-serializers
v2.4.2
📚 PR:
- Added Node v12 to .travis.yml
- Fix serialized request url being wrong when using Express (#22)
- Fix #23 use getHeaders() instead of deprecated _headers (#24)
v2.4.0
- provide wrapErrorSerializer to support custom error serializers (#18)
v2.2.1
- apply
err
serializer just to errors #13
v2.2.0
- Support serializing nested errors #14
v2.0.0
- id defaults to undefined #7
v1.1.0
- in reqSerializer map inputRequest.raw to outputRequest.raw if it exists on inputRequest (for hapi integration)