Releases: AugustArchive/pino-noel
Releases · AugustArchive/pino-noel
v1.3.1
➕ Additions
- Add custom destination (i.e, process.stderr) (@auguwu)
🐛 Fixes
- Replace
reqId
with req.id
if needed. (@auguwu)
Full Changelog: 1.3.0...1.3.1
v1.3.0
➕ Additions
- Add
createSerializers
method to have type-safe serialization creation. (@auguwu)
Full Changelog: 1.2.2...1.3.0
v1.2.2
- Don't fail if
stack
is undefined in error serializer (@auguwu)
- Remove
reqId
and responseTime
in attributes list in default formatter (@auguwu)
v1.2.0
- Removed deprecated serializers.error (@auguwu)
- Added support for
res
in default formatter that is pretty enough (@auguwu)
- Added docs for custom formatters in README (@auguwu)
Full Changelog: 1.1.1...1.2.0
v1.1.1
Additions
- Add original error that was thrown in the
SerializedError
type (@auguwu)
- Add targetPadding option in
DefaultFormatter
to add padding to the target
name (@auguwu)
Full Changelog: 1.1.0...1.1.1