Releases: pinojs/pino-pretty
Releases · pinojs/pino-pretty
v4.0.1
- Fix setting timestamp key and filtering #116
- Fix setting defaults from config file #118
v4.0.0
- Fix short argument key for timestampKey (#99)
- Bump devDependency to pino 6 and switch to Github Actions (#101)
- 100% code coverage (#103)
v3.6.1
📚 PR:
- Log caller when other properties are not present (#98)
v3.6.0
📚 PR:
- add --levelKey option (#92)
- Add npm version badge (#86)
v3.5.0
📚 PR:
- Update dependencies
- Prettify
caller
property (#89)
v3.4.0
📚 PR:
- Fix typo (#87)
- feat: add messageFormat option for msg (#88)
- Load options from config file (#84)
v3.3.0
📚 PR:
- Upgrade tap test runner 📦 (#85)
- feat: support custom key prettifiers as option (#83)
v3.2.2
- Pass through non-object valid JSON, fixes #72 (#81)
v3.2.1
- Handle timestamp 0 in prettifyTime #76
v3.2.0
- add check for numbers #70