Skip to content

Releases: tmck-code/pp

v0.2.2

09 Jul 10:07

Choose a tag to compare

Log to STDOUT by default, rather than STDERR, as it's easier to pipe into jq 🎨

Full Changelog: v0.2.1...v0.2.2

v0.2.1

08 Jul 21:59

Choose a tag to compare

This explicitly imports the file handler, avoiding confusing error messages

Full Changelog: v0.2...v0.2.1

v0.2

08 Jul 21:17
0d5ffb2

Choose a tag to compare

  • Adds the ability to set/override the log level using the LOG_LEVEL env var (useful for silencing logs in testing!)
  • Adds a timezone to the timestamp in every log

What's Changed

Full Changelog: v0.1...v0.2

v0.1

08 Jul 20:59

Choose a tag to compare

The initial release!

This is a helper library containing a few handy utils that I commonly use across projects

  • 🎨 pp - print coloured JSON lines
  • 🗒️ log - structured logger using only the standard-lib logging library as the base
  • ⏱️ bench - a benchmarking tool

What's Changed

New Contributors

Full Changelog: https://github.com/tmck-code/pp/commits/v0.1