Releases: pinojs/pino-pretty
Releases · pinojs/pino-pretty
v13.1.3
What's Changed
- Add in the README file a snippet to use pino-pretty only for dev by @himito in #623
- build(deps): bump actions/setup-node from 4 to 6 by @dependabot[bot] in #626
- build(deps-dev): bump borp from 0.20.2 to 0.21.0 by @dependabot[bot] in #627
- build(deps-dev): bump pino from 9.14.0 to 10.1.0 by @dependabot[bot] in #628
- build(deps): bump pino-abstract-transport from 2.0.0 to 3.0.0 by @dependabot[bot] in #629
- Update format-time.js documentation to match functionality by @g-sanner in #632
- build(deps): bump actions/checkout from 5 to 6 by @dependabot[bot] in #636
- build(deps): bump fast-copy from 3.0.2 to 4.0.0 by @dependabot[bot] in #637
- fix: messageFormat print 0 value by @gutenye in #635
New Contributors
- @himito made their first contribution in #623
- @g-sanner made their first contribution in #632
- @gutenye made their first contribution in #635
Full Changelog: v13.1.2...v13.1.3
v13.1.2
What's Changed
- build(deps-dev): bump typescript from 5.8.3 to 5.9.2 by @dependabot[bot] in #609
- build(deps): bump actions/checkout from 4 to 5 by @dependabot[bot] in #621
- build(deps-dev): bump tsd from 0.32.0 to 0.33.0 by @dependabot[bot] in #622
- fix: allow esm import for isColorSupported by @JoeCap08055 in #616
- Use neostandard and remove pre-commit by @jsumners in #624
- fix: missing
propertyon objectColorizer by @IronGeek in #625
New Contributors
- @JoeCap08055 made their first contribution in #616
- @IronGeek made their first contribution in #625
Full Changelog: v13.1.1...v13.1.2
v13.1.1
v13.1.0
What's Changed
- Bump @arethetypeswrong/cli from 0.16.4 to 0.17.0 by @dependabot[bot] in #543
- Bump secure-json-parse from 2.7.0 to 3.0.1 by @dependabot[bot] in #547
- Bump typescript from 5.6.3 to 5.7.2 by @dependabot[bot] in #548
- Readme.md: remove the command prompt symbol by @yegorich in #545
- Add magenta as the color for printed object properties. Fixes suport for
--no-colorizeObjectsby @mcollina in #553 - Bump typescript from 5.7.3 to 5.8.2 by @dependabot[bot] in #555
- perf: use
node:prefix to bypass require.cache call for builtins by @Fdawgs in #556 - perf: add missing
'use strict'directives by @Fdawgs in #557 - Bump rimraf from 3.0.2 to 6.0.1 by @dependabot[bot] in #520
- build(dependabot): reduce npm updates to monthly by @Fdawgs in #558
- Bump secure-json-parse from 3.0.2 to 4.0.0 by @dependabot[bot] in #559
- Bump tsd from 0.31.2 to 0.32.0 by @dependabot[bot] in #562
- test: enable borp to move to node test by @Puppo in #564
- chore: enable node 24 in CI by @Puppo in #565
- fix: borp file test match by @Puppo in #573
- test: move colors.test.js to node test by @Puppo in #574
- Fix: Updated wrong reference for colors object by @rinkeshpurohit in #597
- test: move prettify-time.test.js to node test by @Puppo in #595
- test: move index.test.js to node test by @Puppo in #583
- build(deps-dev): bump borp from 0.19.0 to 0.20.0 by @dependabot[bot] in #601
- build(deps-dev): bump @arethetypeswrong/cli from 0.17.4 to 0.18.1 by @dependabot[bot] in #603
- test: move basic.test.js to node test by @Puppo in #566
- build(deps-dev): bump @types/node from 22.15.34 to 24.0.8 by @dependabot[bot] in #604
- test: move cli.test.js to node test by @Puppo in #568
- The finalization registry bug has been fixed by @mcollina in #572
- test: move cli-rc.test.js to node test by @Puppo in #567
- test: move crlf.test.js to node test by @Puppo in #569
- test: move error-objects.test.js to node test by @Puppo in #571
- test: move build-safe-sonic-boom.test.js to node test by @Puppo in #575
- test: move create-date.test.js to node test by @Puppo in #576
- test: move delete-log-property.test.js to node test by @Puppo in #577
- test: move filter-log.test.js to node test by @Puppo in #578
- test: move format-time.test.js to node test by @Puppo in #579
- test: move get-property-value.test.js to node test by @Puppo in #580
- test: move handle-custom-levels-opts.test.js to node test by @Puppo in #582
- test: move interpret-conditionals.test.js to node test by @Puppo in #584
- test: move is-object.test.js to node test by @Puppo in #585
- test: move is-valid-date.test.js to node test by @Puppo in #586
- test: move join-lines-with-indentation.test.js to node test by @Puppo in #587
- test: move noop.test.js to node test by @Puppo in #588
- test: move prettify-error-log.test.js to node test by @Puppo in #589
- test: move prettify-error.test.js to node test by @Puppo in #590
- test: move prettify-level.test.js to node test by @Puppo in #591
- test: move prettify-message.test.js to node test by @Puppo in #592
- test: move prettify-metadata.test.js to node test by @Puppo in #593
- test: move prettify-object.test.js to node test by @Puppo in #594
- test: move split-property-key.test.js to node test by @Puppo in #596
- chore: upgrade strip-json-comments by @Uzlopak in #600
- chore: upgrade dateformat by @Uzlopak in #598
- chore: remove coveralls artifact in gh workflow by @Uzlopak in #599
- fix: loosen up customPrettifiers typing constraints by @Frederick888 in #551
- test: move handle-custom-levels-names-opts.test.js to node test by @Puppo in #581
New Contributors
- @yegorich made their first contribution in #545
- @Puppo made their first contribution in #564
- @rinkeshpurohit made their first contribution in #597
- @Uzlopak made their first contribution in #600
- @Frederick888 made their first contribution in #551
Full Changelog: v13.0.0...v13.1.0
v13.0.0
What's Changed
- chore: replace readable-stream with built-in stream by @benmccann in #542
New Contributors
- @benmccann made their first contribution in #542
Full Changelog: v12.1.0...v13.0.0
v12.1.0
v12.0.0
What's Changed
- build(deps-dev): lock typescript minor version by @Fdawgs in #534
- Bump typescript from 5.0.4 to 5.6.3 by @dependabot in #535
- Drop support for Node.js 14 & 16 by @eliw00d in #540
New Contributors
Full Changelog: v11.3.0...v12.0.0
v11.3.0
What's Changed
- Bump @types/node from 20.14.13 to 22.0.0 by @dependabot in #523
- fix: ndjson incorrect url by @Livour in #528
- Bump pino-abstract-transport from 1.2.0 to 2.0.0 by @dependabot in #531
- Bump @arethetypeswrong/cli from 0.15.4 to 0.16.1 by @dependabot in #530
- Wait for destination to close by @mcollina in #533
New Contributors
Full Changelog: v11.2.2...v11.3.0