Skip to content

Releases: pinojs/pino-std-serializers

v2.4.2

27 May 12:12
Compare
Choose a tag to compare

📚 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.1

11 May 12:51
ed67314
Compare
Choose a tag to compare
  • Clarify docs #20

v2.4.0

05 Apr 20:39
Compare
Choose a tag to compare
  • provide wrapErrorSerializer to support custom error serializers (#18)

v2.3.0

12 Oct 18:23
Compare
Choose a tag to compare
  • serialize headers #16

v2.2.1

24 Aug 15:17
Compare
Choose a tag to compare
  • apply err serializer just to errors #13

v2.2.0

24 Aug 15:16
Compare
Choose a tag to compare
  • Support serializing nested errors #14

v2.1.0

29 May 12:32
Compare
Choose a tag to compare
  • handle hapi v17 #10

v2.0.0

28 Mar 18:22
Compare
Choose a tag to compare
  • id defaults to undefined #7

v1.2.0

28 Mar 17:40
Compare
Choose a tag to compare
  • hapi compatibility #5

v1.1.0

28 Mar 09:57
Compare
Choose a tag to compare
  • in reqSerializer map inputRequest.raw to outputRequest.raw if it exists on inputRequest (for hapi integration)