Skip to content

Releases: pinojs/pino-std-serializers

v5.2.0

05 Apr 12:33
75bff4e
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v5.1.1...v5.2.0

v5.1.1

23 Feb 17:05
d8c2d14
Compare
Choose a tag to compare

What's Changed

  • Fix restify (#88) by only using req.path if a string by @rektide in #89
  • Bump fastify/github-action-merge-dependabot from 2.7.1 to 3.0.2 by @dependabot in #84

New Contributors

Full Changelog: v5.1.0...v5.1.1

v5.1.0

19 Jan 16:59
86a6ac9
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v5.0.0...v5.1.0

v5.0.0

24 Nov 14:18
Compare
Choose a tag to compare

What's Changed

  • Bump fastify/github-action-merge-dependabot from 2.0.0 to 2.1.0 by @dependabot in #57
  • Bump tsd from 0.15.1 to 0.16.0 by @dependabot in #58
  • Bump fastify/github-action-merge-dependabot from 2.1.0 to 2.1.1 by @dependabot in #59
  • Bump tsd from 0.16.0 to 0.17.0 by @dependabot in #60
  • Bump actions/setup-node from 2.1.5 to 2.2.0 by @dependabot in #61
  • Bump fastify/github-action-merge-dependabot from 2.1.1 to 2.2.0 by @dependabot in #62
  • Bump @types/node from 15.14.1 to 16.0.0 by @dependabot in #63
  • Bump actions/setup-node from 2.2.0 to 2.3.0 by @dependabot in #65
  • Bump actions/setup-node from 2.3.0 to 2.3.1 by @dependabot in #66
  • Bump actions/setup-node from 2.3.1 to 2.3.2 by @dependabot in #67
  • Bump actions/setup-node from 2.3.2 to 2.4.0 by @dependabot in #68
  • Bump fastify/github-action-merge-dependabot from 2.2.0 to 2.3.0 by @dependabot in #69
  • Bump fastify/github-action-merge-dependabot from 2.3.0 to 2.4.0 by @dependabot in #70
  • Bump fastify/github-action-merge-dependabot from 2.4.0 to 2.5.0 by @dependabot in #71
  • Bump actions/setup-node from 2.4.0 to 2.4.1 by @dependabot in #72
  • Bump tsd from 0.17.0 to 0.18.0 by @dependabot in #73
  • Bump actions/checkout from 2.3.4 to 2.3.5 by @dependabot in #74
  • Bump actions/checkout from 2.3.5 to 2.4.0 by @dependabot in #75
  • Some misc tweaks regarding eg. tap by @voxpelli in #77
  • build(dependabot): ignore minor and patch github-actions updates by @Fdawgs in #79
  • Bump tsd from 0.18.0 to 0.19.0 by @dependabot in #80
  • Bump fastify/github-action-merge-dependabot from 2.5.0 to 2.6.0 by @dependabot in #81
  • Serialize err.cause in a nice way when possible by @voxpelli in #78

New Contributors

Full Changelog: v4.0.0...v5.0.0

v4.0.0

26 May 12:38
Compare
Choose a tag to compare
  • Add TS types (#30)

v3.2.0

19 Jan 22:15
f8f2e49
Compare
Choose a tag to compare
  • Add query and params support for Express #25 #48

v3.1.1

12 Jan 14:15
Compare
Choose a tag to compare

📚 PR:

  • fix err.constructor guard: err.constructor is a function (#47)

v3.1.0

07 Jan 08:55
Compare
Choose a tag to compare

📚 PR:

  • fix: ci and readme badge (#42)
  • used req.socket over req.connection (#46)

v3.0.0

12 Nov 16:32
Compare
Choose a tag to compare
Bumped v3.0.0

v2.5.0

14 Aug 20:54
Compare
Choose a tag to compare

📚 PR:

  • Added Node v14 to .travis.yml
  • [master] prefer req.path instead of req.url.path (#29)