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

Releases: pinojs/pino-multi-stream

v6.0.0

14 Oct 08:33
Compare
Choose a tag to compare

What's Changed

  • ci: add nodejs v14 and v16 to test matrix by @Fdawgs in #46
  • ci: add automerge job; add dependabot config by @Fdawgs in #47
  • Bump actions/setup-node from v1 to v2.1.5 by @dependabot in #49
  • Bump actions/checkout from v1 to v2.3.4 by @dependabot in #50
  • Bump flush-write-stream from 1.1.1 to 2.0.0 by @dependabot in #53
  • Bump standard from 14.3.4 to 16.0.3 by @dependabot in #54
  • Bump actions/cache from v1 to v2.1.5 by @dependabot in #48
  • Bump fastify/github-action-merge-dependabot from 2.0.0 to 2.1.0 by @dependabot in #56
  • Bump pino-pretty from 4.8.0 to 5.0.0 by @dependabot in #57
  • Bump actions/cache from 2.1.5 to 2.1.6 by @dependabot in #58
  • Bump fastify/github-action-merge-dependabot from 2.1.0 to 2.1.1 by @dependabot in #59
  • Bump actions/setup-node from 2.1.5 to 2.2.0 by @dependabot in #60
  • Bump fastify/github-action-merge-dependabot from 2.1.1 to 2.2.0 by @dependabot in #61
  • Bump actions/setup-node from 2.2.0 to 2.3.0 by @dependabot in #62
  • Bump actions/setup-node from 2.3.0 to 2.3.1 by @dependabot in #63
  • Bump actions/setup-node from 2.3.1 to 2.3.2 by @dependabot in #64
  • Bump actions/setup-node from 2.3.2 to 2.4.0 by @dependabot in #65
  • Bump fastify/github-action-merge-dependabot from 2.2.0 to 2.3.0 by @dependabot in #66
  • Bump fastify/github-action-merge-dependabot from 2.3.0 to 2.4.0 by @dependabot in #67
  • Bump pino-pretty from 5.1.3 to 6.0.0 by @dependabot in #68
  • Bump pino-pretty from 6.0.0 to 7.0.0 by @dependabot in #72
  • Fixes crash with multiple streams and pretty print enabled by @leorossi in #70
  • Bump fastify/github-action-merge-dependabot from 2.4.0 to 2.5.0 by @dependabot in #73
  • Bump actions/setup-node from 2.4.0 to 2.4.1 by @dependabot in #75
  • Updates to pino v7, as pino.multistream is already in pino. by @mcollina in #76

New Contributors

Full Changelog: v5.3.0...v6.0.0

v5.3.0

05 Mar 09:40
Compare
Choose a tag to compare

馃摎 PR:

  • feat: add multistream.flushSync method (#45)

v5.2.0

19 Jan 08:08
Compare
Choose a tag to compare

馃摎 PR:

  • chore(doc): fix broken links on readme (#41)
  • Added support to pass custom logLevels to multistream() (#34) (#44)

v5.1.1

15 Jul 16:03
Compare
Choose a tag to compare

馃摎 PR:

  • fix: dedupe streams (#39)

v5.1.0

15 Jul 13:51
Compare
Choose a tag to compare

馃摎 PR:

  • feat: dedupe logs (#38)

v5.0.0

01 Apr 19:25
Compare
Choose a tag to compare
  • Bump pino dependency to pino 6 and switch to Github Actions (#32)*
  • 100% code coverage. Bugfixes.

v4.3.0

15 Jan 14:15
Compare
Choose a tag to compare

馃摎 PR:

  • pretty-printing API fix (#29)

v4.2.0

02 Sep 07:35
Compare
Choose a tag to compare

馃摎 PR:

  • update parameters of prettyStream
  • Documentation update
  • test for prettyStream
  • Merge pull request #28 from yaskevich/yaskevich-prettystream
  • Updated standard

v4.1.0

18 Jun 15:43
Compare
Choose a tag to compare
  • Pretty stream #26

v4.0.2

06 Feb 02:40
Compare
Choose a tag to compare
  • Simplify compareLevel sorting function #22