Skip to content
This repository has been archived by the owner on Apr 10, 2024. It is now read-only.

Releases: AugustArchive/pino-noel

v1.4.1

25 Jul 04:27
009cbf6
Compare
Choose a tag to compare

Full Changelog: 1.4.0...1.4.1

v1.4.0

18 Jun 10:22
60185db
Compare
Choose a tag to compare

Full Changelog: 1.3.3...1.4.0

v1.3.3

07 Apr 21:45
b3be6fa
Compare
Choose a tag to compare

Full Changelog: 1.3.2...1.3.3

v1.3.2

19 Mar 23:59
79659ef
Compare
Choose a tag to compare
Merge from `master`

v1.3.1

12 Mar 22:01
2dcb670
Compare
Choose a tag to compare

➕ 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

12 Mar 07:17
e957cbb
Compare
Choose a tag to compare

➕ Additions

  • Add createSerializers method to have type-safe serialization creation. (@auguwu)

Full Changelog: 1.2.2...1.3.0

v1.2.2

28 Jan 09:10
1b11277
Compare
Choose a tag to compare
  • Don't fail if stack is undefined in error serializer (@auguwu)
  • Remove reqId and responseTime in attributes list in default formatter (@auguwu)

v1.2.1

28 Jan 07:48
7240ff2
Compare
Choose a tag to compare

Full Changelog: 1.2.0...1.2.1

v1.2.0

28 Jan 07:35
1a610ba
Compare
Choose a tag to compare
  • 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

26 Jan 08:51
13c27e2
Compare
Choose a tag to compare

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